#055864

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

Shades of Blue Lagoon #055864

Tints of Blue Lagoon #055864

Color information

#055864 (or 0x055864) is unknown color: approx Blue Lagoon. HEX triplet: 05, 58 and 64. RGB value is (5,88,100). Sum of RGB (Red+Green+Blue) = 5+88+100=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 100 (39.45% from 255 or 51.81% from 193); Max value from RGB is 100 - color contains mainly: blue. Hex color #055864 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055864 is #FAA79B. Grayscale: #404040. Windows color (decimal): -16426908 or 6576133. OLE color: 6576133.

HSL color Cylindrical-coordinate representation of color #055864: hue angle of 187.58º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055864 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB588100-
CMYK0.950.1200.61
HSL187.58º90.48%20.59%-
HSV(B)187.58º95%39.22%-
XYZ5.857.9313.28-
YUV64.5514885.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.59%
GREEN value IS 88 (34.77% from 255) = 45.60%
BLUE value IS 100 (39.45% from 255) = 51.81%
R=2.59%
G=45.60%
B=51.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5881000.950.1200.61187.5890.4820.59
Hex558645FC03Dbc5a15
Octal51301441371407527413225
Binary1011011000110010010111111100011110110111100101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055864; }

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

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

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

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

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

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

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

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