#056D72

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

Shades of Blue Lagoon #056D72

Tints of Blue Lagoon #056D72

Color information

#056D72 (or 0x056D72) is unknown color: approx Blue Lagoon. HEX triplet: 05, 6D and 72. RGB value is (5,109,114). Sum of RGB (Red+Green+Blue) = 5+109+114=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 109 (42.97% from 255 or 47.81% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #056D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056D72 is #FA928D. Grayscale: #4E4E4E. Windows color (decimal): -16421518 or 7499013. OLE color: 7499013.

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

Color convert

RGB5109114-
CMYK0.960.0400.55
HSL182.75º91.6%23.33%-
HSV(B)182.75º95.61%44.71%-
XYZ8.5712.1817.82-
YUV78.47148.0475.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.19%
GREEN value IS 109 (42.97% from 255) = 47.81%
BLUE value IS 114 (44.92% from 255) = 50%
R=2.19%
G=47.81%
B=50%

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
Decimal51091140.960.0400.55182.7591.623.33
Hex56D72604037b75c17
Octal5155162140406726713427
Binary101110110111100101100000100011011110110111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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