Shades of Blue Lagoon #056A72
Tints of Blue Lagoon #056A72
RGB
CMYK
RGB Variations
Color information
#056A72 (or 0x056A72) is known color: Blue Lagoon. HEX triplet: 05, 6A and 72. RGB value is (5,106,114). Sum of RGB (Red+Green+Blue) = 5+106+114=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #056A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056A72 is #FA958D. Grayscale: #4C4C4C. Windows color (decimal): -16422286 or 7498245. OLE color: 7498245.
HSL color Cylindrical-coordinate representation of color #056A72: hue angle of 184.4º 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 #056A72 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 106 | 114 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.55 |
| HSL | 184.4º | 0.92% | 0.23% | - |
| HSV(B) | 184.4º | 0.96% | 0.45% | - |
| XYZ | 8.25 | 11.56 | 17.71 | - |
| YUV | 76.71 | 149.04 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 114 | 0.96 | 0.07 | 0 | 0.55 | 184.4 | 0.92 | 0.23 |
| Hex | 5 | 6A | 72 | 60 | 7 | 0 | 37 | B8 | 5C | 17 |
| Octal | 5 | 152 | 162 | 140 | 7 | 0 | 67 | 270 | 134 | 27 |
| Binary | 101 | 1101010 | 1110010 | 1100000 | 111 | 0 | 110111 | 10111000 | 1011100 | 10111 |
Color Harmonies of #056A72
Complementary color
Monochromatic Colors of #056A72
Black with #056A72
Text Example
Text Example
White with #056A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056A72; }
p { color: rgb(5,106,114); }
H1.HeaderClassName
{
color: #056A72;
}
.AnyTagClassName
{
color: #056A72;
}
</style>
background-color css
<style>
a { background-color: #056A72; }
a { background-color: rgb(5,106,114); }
div.DivClassName
{
background-color: #056A72;
}
.BgClassName
{
background-color: #056A72;
}
</style>
border-color css
<style>
span { border-color: #056A72; }
span { border-color: rgb(5,106,114); }
td.TdClassName
{
border-color: #056A72;
}
.TagClassName
{
border-color: #056A72;
}
</style>