Shades of Blue Lagoon #056772
Tints of Blue Lagoon #056772
RGB
CMYK
RGB Variations
Color information
#056772 (or 0x056772) is known color: Blue Lagoon. HEX triplet: 05, 67 and 72. RGB value is (5,103,114). Sum of RGB (Red+Green+Blue) = 5+103+114=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #056772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056772 is #FA988D. Grayscale: #4A4A4A. Windows color (decimal): -16423054 or 7497477. OLE color: 7497477.
HSL color Cylindrical-coordinate representation of color #056772: hue angle of 186.06º 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 #056772 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 103 | 114 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.55 |
| HSL | 186.06º | 0.92% | 0.23% | - |
| HSV(B) | 186.06º | 0.96% | 0.45% | - |
| XYZ | 7.95 | 10.95 | 17.61 | - |
| YUV | 74.95 | 150.03 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 103 | 114 | 0.96 | 0.10 | 0 | 0.55 | 186.06 | 0.92 | 0.23 |
| Hex | 5 | 67 | 72 | 60 | A | 0 | 37 | BA | 5C | 17 |
| Octal | 5 | 147 | 162 | 140 | 12 | 0 | 67 | 272 | 134 | 27 |
| Binary | 101 | 1100111 | 1110010 | 1100000 | 1010 | 0 | 110111 | 10111010 | 1011100 | 10111 |
Color Harmonies of #056772
Complementary color
Monochromatic Colors of #056772
Black with #056772
Text Example
Text Example
White with #056772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056772; }
p { color: rgb(5,103,114); }
H1.HeaderClassName
{
color: #056772;
}
.AnyTagClassName
{
color: #056772;
}
</style>
background-color css
<style>
a { background-color: #056772; }
a { background-color: rgb(5,103,114); }
div.DivClassName
{
background-color: #056772;
}
.BgClassName
{
background-color: #056772;
}
</style>
border-color css
<style>
span { border-color: #056772; }
span { border-color: rgb(5,103,114); }
td.TdClassName
{
border-color: #056772;
}
.TagClassName
{
border-color: #056772;
}
</style>