#055770

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

Shades of Blue Lagoon #055770

Tints of Blue Lagoon #055770

Color information

#055770 (or 0x055770) is unknown color: approx Blue Lagoon. HEX triplet: 05, 57 and 70. RGB value is (5,87,112). Sum of RGB (Red+Green+Blue) = 5+87+112=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #055770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055770 is #FAA88F. Grayscale: #414141. Windows color (decimal): -16427152 or 7362309. OLE color: 7362309.

HSL color Cylindrical-coordinate representation of color #055770: hue angle of 194.02º 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 #055770 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB587112-
CMYK0.960.2200.56
HSL194.02º91.45%22.94%-
HSV(B)194.02º95.54%43.92%-
XYZ6.48.0216.54-
YUV65.33154.3384.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.45%
GREEN value IS 87 (34.38% from 255) = 42.65%
BLUE value IS 112 (44.14% from 255) = 54.90%
R=2.45%
G=42.65%
B=54.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5871120.960.2200.56194.0291.4522.94
Hex557706016038c25b17
Octal51271601402607030213327
Binary10110101111110000110000010110011100011000010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055770; }

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

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

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

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

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

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

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

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