Shades of Blue Lagoon #085B65
Tints of Blue Lagoon #085B65
RGB
CMYK
RGB Variations
Color information
#085B65 (or 0x085B65) is known color: Blue Lagoon. HEX triplet: 08, 5B and 65. RGB value is (8,91,101). Sum of RGB (Red+Green+Blue) = 8+91+101=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 91 (35.94% from 255 or 45.5% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #085B65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085B65 is #F7A49A. Grayscale: #434343. Windows color (decimal): -16229531 or 6642440. OLE color: 6642440.
HSL color Cylindrical-coordinate representation of color #085B65: hue angle of 186.45º 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 #085B65 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 91 | 101 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.60 |
| HSL | 186.45º | 0.85% | 0.21% | - |
| HSV(B) | 186.45º | 0.92% | 0.4% | - |
| XYZ | 6.19 | 8.47 | 13.62 | - |
| YUV | 67.32 | 147 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 101 | 0.92 | 0.10 | 0 | 0.60 | 186.45 | 0.85 | 0.21 |
| Hex | 8 | 5B | 65 | 5C | A | 0 | 3C | BA | 55 | 15 |
| Octal | 10 | 133 | 145 | 134 | 12 | 0 | 74 | 272 | 125 | 25 |
| Binary | 1000 | 1011011 | 1100101 | 1011100 | 1010 | 0 | 111100 | 10111010 | 1010101 | 10101 |
Color Harmonies of #085B65
Complementary color
Monochromatic Colors of #085B65
Black with #085B65
Text Example
Text Example
White with #085B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085B65; }
p { color: rgb(8,91,101); }
H1.HeaderClassName
{
color: #085B65;
}
.AnyTagClassName
{
color: #085B65;
}
</style>
background-color css
<style>
a { background-color: #085B65; }
a { background-color: rgb(8,91,101); }
div.DivClassName
{
background-color: #085B65;
}
.BgClassName
{
background-color: #085B65;
}
</style>
border-color css
<style>
span { border-color: #085B65; }
span { border-color: rgb(8,91,101); }
td.TdClassName
{
border-color: #085B65;
}
.TagClassName
{
border-color: #085B65;
}
</style>