#055E76

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

Shades of Blue Lagoon #055E76

Tints of Blue Lagoon #055E76

Color information

#055E76 (or 0x055E76) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5E and 76. RGB value is (5,94,118). Sum of RGB (Red+Green+Blue) = 5+94+118=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #055E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055E76 is #FAA189. Grayscale: #454545. Windows color (decimal): -16425354 or 7757317. OLE color: 7757317.

HSL color Cylindrical-coordinate representation of color #055E76: hue angle of 192.74º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055E76 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB594118-
CMYK0.960.2000.54
HSL192.74º91.87%24.12%-
HSV(B)192.74º95.76%46.27%-
XYZ7.349.3518.56-
YUV70.12155.0181.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.30%
GREEN value IS 94 (37.11% from 255) = 43.32%
BLUE value IS 118 (46.48% from 255) = 54.38%
R=2.30%
G=43.32%
B=54.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5941180.960.2000.54192.7491.8724.12
Hex55E766014036c15c18
Octal51361661402406630113430
Binary10110111101110110110000010100011011011000001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055E76; }

 p { color: rgb(5,94,118); }

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

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

 a { background-color: rgb(5,94,118); }

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

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

 span { border-color: rgb(5,94,118); }

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