Shades of Blue Lagoon #056072
Tints of Blue Lagoon #056072
RGB
CMYK
RGB Variations
Color information
#056072 (or 0x056072) is known color: Blue Lagoon. HEX triplet: 05, 60 and 72. RGB value is (5,96,114). Sum of RGB (Red+Green+Blue) = 5+96+114=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #056072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056072 is #FA9F8D. Grayscale: #464646. Windows color (decimal): -16424846 or 7495685. OLE color: 7495685.
HSL color Cylindrical-coordinate representation of color #056072: hue angle of 189.91º 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 #056072 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 96 | 114 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.55 |
| HSL | 189.91º | 0.92% | 0.23% | - |
| HSV(B) | 189.91º | 0.96% | 0.45% | - |
| XYZ | 7.28 | 9.61 | 17.39 | - |
| YUV | 70.84 | 152.35 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 114 | 0.96 | 0.16 | 0 | 0.55 | 189.91 | 0.92 | 0.23 |
| Hex | 5 | 60 | 72 | 60 | 10 | 0 | 37 | BE | 5C | 17 |
| Octal | 5 | 140 | 162 | 140 | 20 | 0 | 67 | 276 | 134 | 27 |
| Binary | 101 | 1100000 | 1110010 | 1100000 | 10000 | 0 | 110111 | 10111110 | 1011100 | 10111 |
Color Harmonies of #056072
Complementary color
Monochromatic Colors of #056072
Black with #056072
Text Example
Text Example
White with #056072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056072; }
p { color: rgb(5,96,114); }
H1.HeaderClassName
{
color: #056072;
}
.AnyTagClassName
{
color: #056072;
}
</style>
background-color css
<style>
a { background-color: #056072; }
a { background-color: rgb(5,96,114); }
div.DivClassName
{
background-color: #056072;
}
.BgClassName
{
background-color: #056072;
}
</style>
border-color css
<style>
span { border-color: #056072; }
span { border-color: rgb(5,96,114); }
td.TdClassName
{
border-color: #056072;
}
.TagClassName
{
border-color: #056072;
}
</style>