Shades of Blue Lagoon #056677
Tints of Blue Lagoon #056677
RGB
CMYK
RGB Variations
Color information
#056677 (or 0x056677) is known color: Blue Lagoon. HEX triplet: 05, 66 and 77. RGB value is (5,102,119). Sum of RGB (Red+Green+Blue) = 5+102+119=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #056677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056677 is #FA9988. Grayscale: #4A4A4A. Windows color (decimal): -16423305 or 7824901. OLE color: 7824901.
HSL color Cylindrical-coordinate representation of color #056677: hue angle of 188.95º 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 #056677 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 102 | 119 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.53 |
| HSL | 188.95º | 0.92% | 0.24% | - |
| HSV(B) | 188.95º | 0.96% | 0.47% | - |
| XYZ | 8.14 | 10.87 | 19.12 | - |
| YUV | 74.94 | 152.86 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 119 | 0.96 | 0.14 | 0 | 0.53 | 188.95 | 0.92 | 0.24 |
| Hex | 5 | 66 | 77 | 60 | E | 0 | 35 | BD | 5C | 18 |
| Octal | 5 | 146 | 167 | 140 | 16 | 0 | 65 | 275 | 134 | 30 |
| Binary | 101 | 1100110 | 1110111 | 1100000 | 1110 | 0 | 110101 | 10111101 | 1011100 | 11000 |
Color Harmonies of #056677
Complementary color
Monochromatic Colors of #056677
Black with #056677
Text Example
Text Example
White with #056677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056677; }
p { color: rgb(5,102,119); }
H1.HeaderClassName
{
color: #056677;
}
.AnyTagClassName
{
color: #056677;
}
</style>
background-color css
<style>
a { background-color: #056677; }
a { background-color: rgb(5,102,119); }
div.DivClassName
{
background-color: #056677;
}
.BgClassName
{
background-color: #056677;
}
</style>
border-color css
<style>
span { border-color: #056677; }
span { border-color: rgb(5,102,119); }
td.TdClassName
{
border-color: #056677;
}
.TagClassName
{
border-color: #056677;
}
</style>