#056E72

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

Shades of Blue Lagoon #056E72

Tints of Blue Lagoon #056E72

Color information

#056E72 (or 0x056E72) is unknown color: approx Blue Lagoon. HEX triplet: 05, 6E and 72. RGB value is (5,110,114). Sum of RGB (Red+Green+Blue) = 5+110+114=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #056E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056E72 is #FA918D. Grayscale: #4E4E4E. Windows color (decimal): -16421262 or 7499269. OLE color: 7499269.

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

Color convert

RGB5110114-
CMYK0.960.0400.55
HSL182.2º91.6%23.33%-
HSV(B)182.2º95.61%44.71%-
XYZ8.6812.417.86-
YUV79.06147.7175.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.18%
GREEN value IS 110 (43.36% from 255) = 48.03%
BLUE value IS 114 (44.92% from 255) = 49.78%
R=2.18%
G=48.03%
B=49.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51101140.960.0400.55182.291.623.33
Hex56E72604037b65c17
Octal5156162140406726613427
Binary101110111011100101100000100011011110110110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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