#055870

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

Shades of Blue Lagoon #055870

Tints of Blue Lagoon #055870

Color information

#055870 (or 0x055870) is unknown color: approx Blue Lagoon. HEX triplet: 05, 58 and 70. RGB value is (5,88,112). Sum of RGB (Red+Green+Blue) = 5+88+112=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #055870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055870 is #FAA78F. Grayscale: #414141. Windows color (decimal): -16426896 or 7362565. OLE color: 7362565.

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

Color convert

RGB588112-
CMYK0.960.2100.56
HSL193.46º91.45%22.94%-
HSV(B)193.46º95.54%43.92%-
XYZ6.488.1816.57-
YUV65.9215484.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.44%
GREEN value IS 88 (34.77% from 255) = 42.93%
BLUE value IS 112 (44.14% from 255) = 54.63%
R=2.44%
G=42.93%
B=54.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5881120.960.2100.56193.4691.4522.94
Hex558706015038c15b17
Octal51301601402507030113327
Binary10110110001110000110000010101011100011000001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055870; }

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

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

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

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

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

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

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

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