Shades of Blue Lagoon #055762
Tints of Blue Lagoon #055762
RGB
CMYK
RGB Variations
Color information
#055762 (or 0x055762) is known color: Blue Lagoon. HEX triplet: 05, 57 and 62. RGB value is (5,87,98). Sum of RGB (Red+Green+Blue) = 5+87+98=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #055762 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055762 is #FAA89D. Grayscale: #3F3F3F. Windows color (decimal): -16427166 or 6444805. OLE color: 6444805.
HSL color Cylindrical-coordinate representation of color #055762: hue angle of 187.1º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055762 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 87 | 98 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.62 |
| HSL | 187.1º | 0.9% | 0.2% | - |
| HSV(B) | 187.1º | 0.95% | 0.38% | - |
| XYZ | 5.68 | 7.73 | 12.75 | - |
| YUV | 63.74 | 147.33 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 87 | 98 | 0.95 | 0.11 | 0 | 0.62 | 187.1 | 0.9 | 0.2 |
| Hex | 5 | 57 | 62 | 5F | B | 0 | 3E | BB | 5A | 14 |
| Octal | 5 | 127 | 142 | 137 | 13 | 0 | 76 | 273 | 132 | 24 |
| Binary | 101 | 1010111 | 1100010 | 1011111 | 1011 | 0 | 111110 | 10111011 | 1011010 | 10100 |
Color Harmonies of #055762
Complementary color
Monochromatic Colors of #055762
Black with #055762
Text Example
Text Example
White with #055762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055762; }
p { color: rgb(5,87,98); }
H1.HeaderClassName
{
color: #055762;
}
.AnyTagClassName
{
color: #055762;
}
</style>
background-color css
<style>
a { background-color: #055762; }
a { background-color: rgb(5,87,98); }
div.DivClassName
{
background-color: #055762;
}
.BgClassName
{
background-color: #055762;
}
</style>
border-color css
<style>
span { border-color: #055762; }
span { border-color: rgb(5,87,98); }
td.TdClassName
{
border-color: #055762;
}
.TagClassName
{
border-color: #055762;
}
</style>