Shades of Blue Lagoon #056472
Tints of Blue Lagoon #056472
RGB
CMYK
RGB Variations
Color information
#056472 (or 0x056472) is known color: Blue Lagoon. HEX triplet: 05, 64 and 72. RGB value is (5,100,114). Sum of RGB (Red+Green+Blue) = 5+100+114=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #056472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056472 is #FA9B8D. Grayscale: #494949. Windows color (decimal): -16423822 or 7496709. OLE color: 7496709.
HSL color Cylindrical-coordinate representation of color #056472: hue angle of 187.71º 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 #056472 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 100 | 114 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.55 |
| HSL | 187.71º | 0.92% | 0.23% | - |
| HSV(B) | 187.71º | 0.96% | 0.45% | - |
| XYZ | 7.66 | 10.36 | 17.52 | - |
| YUV | 73.19 | 151.03 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 100 | 114 | 0.96 | 0.12 | 0 | 0.55 | 187.71 | 0.92 | 0.23 |
| Hex | 5 | 64 | 72 | 60 | C | 0 | 37 | BC | 5C | 17 |
| Octal | 5 | 144 | 162 | 140 | 14 | 0 | 67 | 274 | 134 | 27 |
| Binary | 101 | 1100100 | 1110010 | 1100000 | 1100 | 0 | 110111 | 10111100 | 1011100 | 10111 |
Color Harmonies of #056472
Complementary color
Monochromatic Colors of #056472
Black with #056472
Text Example
Text Example
White with #056472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056472; }
p { color: rgb(5,100,114); }
H1.HeaderClassName
{
color: #056472;
}
.AnyTagClassName
{
color: #056472;
}
</style>
background-color css
<style>
a { background-color: #056472; }
a { background-color: rgb(5,100,114); }
div.DivClassName
{
background-color: #056472;
}
.BgClassName
{
background-color: #056472;
}
</style>
border-color css
<style>
span { border-color: #056472; }
span { border-color: rgb(5,100,114); }
td.TdClassName
{
border-color: #056472;
}
.TagClassName
{
border-color: #056472;
}
</style>