Shades of Blue Lagoon #056A77
Tints of Blue Lagoon #056A77
RGB
CMYK
RGB Variations
Color information
#056A77 (or 0x056A77) is known color: Blue Lagoon. HEX triplet: 05, 6A and 77. RGB value is (5,106,119). Sum of RGB (Red+Green+Blue) = 5+106+119=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 106 (41.80% from 255 or 46.09% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #056A77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056A77 is #FA9588. Grayscale: #4D4D4D. Windows color (decimal): -16422281 or 7825925. OLE color: 7825925.
HSL color Cylindrical-coordinate representation of color #056A77: hue angle of 186.84º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056A77 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 106 | 119 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.53 |
| HSL | 186.84º | 0.92% | 0.24% | - |
| HSV(B) | 186.84º | 0.96% | 0.47% | - |
| XYZ | 8.55 | 11.67 | 19.26 | - |
| YUV | 77.28 | 151.54 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 119 | 0.96 | 0.11 | 0 | 0.53 | 186.84 | 0.92 | 0.24 |
| Hex | 5 | 6A | 77 | 60 | B | 0 | 35 | BB | 5C | 18 |
| Octal | 5 | 152 | 167 | 140 | 13 | 0 | 65 | 273 | 134 | 30 |
| Binary | 101 | 1101010 | 1110111 | 1100000 | 1011 | 0 | 110101 | 10111011 | 1011100 | 11000 |
Color Harmonies of #056A77
Complementary color
Monochromatic Colors of #056A77
Black with #056A77
Text Example
Text Example
White with #056A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056A77; }
p { color: rgb(5,106,119); }
H1.HeaderClassName
{
color: #056A77;
}
.AnyTagClassName
{
color: #056A77;
}
</style>
background-color css
<style>
a { background-color: #056A77; }
a { background-color: rgb(5,106,119); }
div.DivClassName
{
background-color: #056A77;
}
.BgClassName
{
background-color: #056A77;
}
</style>
border-color css
<style>
span { border-color: #056A77; }
span { border-color: rgb(5,106,119); }
td.TdClassName
{
border-color: #056A77;
}
.TagClassName
{
border-color: #056A77;
}
</style>