Shades of Blue Lagoon #085762
Tints of Blue Lagoon #085762
RGB
CMYK
RGB Variations
Color information
#085762 (or 0x085762) is known color: Blue Lagoon. HEX triplet: 08, 57 and 62. RGB value is (8,87,98). Sum of RGB (Red+Green+Blue) = 8+87+98=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #085762 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085762 is #F7A89D. Grayscale: #404040. Windows color (decimal): -16230558 or 6444808. OLE color: 6444808.
HSL color Cylindrical-coordinate representation of color #085762: hue angle of 187.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085762 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 87 | 98 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.62 |
| HSL | 187.33º | 0.85% | 0.21% | - |
| HSV(B) | 187.33º | 0.92% | 0.38% | - |
| XYZ | 5.71 | 7.75 | 12.75 | - |
| YUV | 64.63 | 146.83 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 98 | 0.92 | 0.11 | 0 | 0.62 | 187.33 | 0.85 | 0.21 |
| Hex | 8 | 57 | 62 | 5C | B | 0 | 3E | BB | 55 | 15 |
| Octal | 10 | 127 | 142 | 134 | 13 | 0 | 76 | 273 | 125 | 25 |
| Binary | 1000 | 1010111 | 1100010 | 1011100 | 1011 | 0 | 111110 | 10111011 | 1010101 | 10101 |
Color Harmonies of #085762
Complementary color
Monochromatic Colors of #085762
Black with #085762
Text Example
Text Example
White with #085762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085762; }
p { color: rgb(8,87,98); }
H1.HeaderClassName
{
color: #085762;
}
.AnyTagClassName
{
color: #085762;
}
</style>
background-color css
<style>
a { background-color: #085762; }
a { background-color: rgb(8,87,98); }
div.DivClassName
{
background-color: #085762;
}
.BgClassName
{
background-color: #085762;
}
</style>
border-color css
<style>
span { border-color: #085762; }
span { border-color: rgb(8,87,98); }
td.TdClassName
{
border-color: #085762;
}
.TagClassName
{
border-color: #085762;
}
</style>