#055E72

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

Shades of Blue Lagoon #055E72

Tints of Blue Lagoon #055E72

Color information

#055E72 (or 0x055E72) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5E and 72. RGB value is (5,94,114). Sum of RGB (Red+Green+Blue) = 5+94+114=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #055E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055E72 is #FAA18D. Grayscale: #454545. Windows color (decimal): -16425358 or 7495173. OLE color: 7495173.

HSL color Cylindrical-coordinate representation of color #055E72: hue angle of 191.01º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055E72 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB594114-
CMYK0.960.1800.55
HSL191.01º91.6%23.33%-
HSV(B)191.01º95.61%44.71%-
XYZ7.19.2517.33-
YUV69.67153.0181.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.35%
GREEN value IS 94 (37.11% from 255) = 44.13%
BLUE value IS 114 (44.92% from 255) = 53.52%
R=2.35%
G=44.13%
B=53.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5941140.960.1800.55191.0191.623.33
Hex55E726012037bf5c17
Octal51361621402206727713427
Binary10110111101110010110000010010011011110111111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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