Shades of Blue Lagoon #085965
Tints of Blue Lagoon #085965
RGB
CMYK
RGB Variations
Color information
#085965 (or 0x085965) is known color: Blue Lagoon. HEX triplet: 08, 59 and 65. RGB value is (8,89,101). Sum of RGB (Red+Green+Blue) = 8+89+101=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #085965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085965 is #F7A69A. Grayscale: #424242. Windows color (decimal): -16230043 or 6641928. OLE color: 6641928.
HSL color Cylindrical-coordinate representation of color #085965: hue angle of 187.74º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085965 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 89 | 101 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.60 |
| HSL | 187.74º | 0.85% | 0.21% | - |
| HSV(B) | 187.74º | 0.92% | 0.4% | - |
| XYZ | 6.02 | 8.14 | 13.56 | - |
| YUV | 66.15 | 147.66 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 101 | 0.92 | 0.12 | 0 | 0.60 | 187.74 | 0.85 | 0.21 |
| Hex | 8 | 59 | 65 | 5C | C | 0 | 3C | BC | 55 | 15 |
| Octal | 10 | 131 | 145 | 134 | 14 | 0 | 74 | 274 | 125 | 25 |
| Binary | 1000 | 1011001 | 1100101 | 1011100 | 1100 | 0 | 111100 | 10111100 | 1010101 | 10101 |
Color Harmonies of #085965
Complementary color
Monochromatic Colors of #085965
Black with #085965
Text Example
Text Example
White with #085965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085965; }
p { color: rgb(8,89,101); }
H1.HeaderClassName
{
color: #085965;
}
.AnyTagClassName
{
color: #085965;
}
</style>
background-color css
<style>
a { background-color: #085965; }
a { background-color: rgb(8,89,101); }
div.DivClassName
{
background-color: #085965;
}
.BgClassName
{
background-color: #085965;
}
</style>
border-color css
<style>
span { border-color: #085965; }
span { border-color: rgb(8,89,101); }
td.TdClassName
{
border-color: #085965;
}
.TagClassName
{
border-color: #085965;
}
</style>