#055D72

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

Shades of Blue Lagoon #055D72

Tints of Blue Lagoon #055D72

Color information

#055D72 (or 0x055D72) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5D and 72. RGB value is (5,93,114). Sum of RGB (Red+Green+Blue) = 5+93+114=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #055D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055D72 is #FAA28D. Grayscale: #444444. Windows color (decimal): -16425614 or 7494917. OLE color: 7494917.

HSL color Cylindrical-coordinate representation of color #055D72: hue angle of 191.56º 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 #055D72 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB593114-
CMYK0.960.1800.55
HSL191.56º91.6%23.33%-
HSV(B)191.56º95.61%44.71%-
XYZ7.019.0817.3-
YUV69.08153.3582.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.36%
GREEN value IS 93 (36.72% from 255) = 43.87%
BLUE value IS 114 (44.92% from 255) = 53.77%
R=2.36%
G=43.87%
B=53.77%

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
Decimal5931140.960.1800.55191.5691.623.33
Hex55D726012037c05c17
Octal51351621402206730013427
Binary10110111011110010110000010010011011111000000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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