#055670

Color #055670 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #055670

Tints of Blue Lagoon #055670

Color information

#055670 (or 0x055670) is unknown color: approx Blue Lagoon. HEX triplet: 05, 56 and 70. RGB value is (5,86,112). Sum of RGB (Red+Green+Blue) = 5+86+112=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #055670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055670 is #FAA98F. Grayscale: #404040. Windows color (decimal): -16427408 or 7362053. OLE color: 7362053.

HSL color Cylindrical-coordinate representation of color #055670: hue angle of 194.58º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055670 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB586112-
CMYK0.960.2300.56
HSL194.58º91.45%22.94%-
HSV(B)194.58º95.54%43.92%-
XYZ6.327.8616.51-
YUV64.74154.6685.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 2.46%
GREEN value IS 86 (33.98% from 255) = 42.36%
BLUE value IS 112 (44.14% from 255) = 55.17%
R=2.46%
G=42.36%
B=55.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5861120.960.2300.56194.5891.4522.94
Hex556706017038c35b17
Octal51261601402707030313327
Binary10110101101110000110000010111011100011000011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055670; }

 p { color: rgb(5,86,112); }

 H1.HeaderClassName
 {
   color: #055670;
 }
 .AnyTagClassName
 {
   color: #055670;
 }
</style>
background-color css

<style>
 a { background-color: #055670; }

 a { background-color: rgb(5,86,112); }

 div.DivClassName
 {
   background-color: #055670;
 }
 .BgClassName
 {
   background-color: #055670;
 }
</style>
border-color css

<style>
 span { border-color: #055670; }

 span { border-color: rgb(5,86,112); }

 td.TdClassName
 {
   border-color: #055670;
 }
 .TagClassName
 {
   border-color: #055670;
 }
</style>