#055E71

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

Shades of Blue Lagoon #055E71

Tints of Blue Lagoon #055E71

Color information

#055E71 (or 0x055E71) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5E and 71. RGB value is (5,94,113). Sum of RGB (Red+Green+Blue) = 5+94+113=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #055E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055E71 is #FAA18E. Grayscale: #454545. Windows color (decimal): -16425359 or 7429637. OLE color: 7429637.

HSL color Cylindrical-coordinate representation of color #055E71: hue angle of 190.56º degrees, saturation: 0.92, 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 #055E71 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB594113-
CMYK0.960.1700.56
HSL190.56º91.53%23.14%-
HSV(B)190.56º95.58%44.31%-
XYZ7.059.2317.03-
YUV69.55152.5181.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.36%
GREEN value IS 94 (37.11% from 255) = 44.34%
BLUE value IS 113 (44.53% from 255) = 53.30%
R=2.36%
G=44.34%
B=53.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5941130.960.1700.56190.5691.5323.14
Hex55E716011038bf5c17
Octal51361611402107027713427
Binary10110111101110001110000010001011100010111111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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