Shades of Blue Lagoon #055977
Tints of Blue Lagoon #055977
RGB
CMYK
RGB Variations
Color information
#055977 (or 0x055977) is known color: Blue Lagoon. HEX triplet: 05, 59 and 77. RGB value is (5,89,119). Sum of RGB (Red+Green+Blue) = 5+89+119=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #055977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055977 is #FAA688. Grayscale: #434343. Windows color (decimal): -16426633 or 7821573. OLE color: 7821573.
HSL color Cylindrical-coordinate representation of color #055977: hue angle of 195.79º 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 #055977 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 89 | 119 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.53 |
| HSL | 195.79º | 0.92% | 0.24% | - |
| HSV(B) | 195.79º | 0.96% | 0.47% | - |
| XYZ | 6.96 | 8.51 | 18.73 | - |
| YUV | 67.3 | 157.17 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 89 | 119 | 0.96 | 0.25 | 0 | 0.53 | 195.79 | 0.92 | 0.24 |
| Hex | 5 | 59 | 77 | 60 | 19 | 0 | 35 | C4 | 5C | 18 |
| Octal | 5 | 131 | 167 | 140 | 31 | 0 | 65 | 304 | 134 | 30 |
| Binary | 101 | 1011001 | 1110111 | 1100000 | 11001 | 0 | 110101 | 11000100 | 1011100 | 11000 |
Color Harmonies of #055977
Complementary color
Monochromatic Colors of #055977
Black with #055977
Text Example
Text Example
White with #055977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055977; }
p { color: rgb(5,89,119); }
H1.HeaderClassName
{
color: #055977;
}
.AnyTagClassName
{
color: #055977;
}
</style>
background-color css
<style>
a { background-color: #055977; }
a { background-color: rgb(5,89,119); }
div.DivClassName
{
background-color: #055977;
}
.BgClassName
{
background-color: #055977;
}
</style>
border-color css
<style>
span { border-color: #055977; }
span { border-color: rgb(5,89,119); }
td.TdClassName
{
border-color: #055977;
}
.TagClassName
{
border-color: #055977;
}
</style>