Shades of Blue Lagoon #085B64
Tints of Blue Lagoon #085B64
RGB
CMYK
RGB Variations
Color information
#085B64 (or 0x085B64) is known color: Blue Lagoon. HEX triplet: 08, 5B and 64. RGB value is (8,91,100). Sum of RGB (Red+Green+Blue) = 8+91+100=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 91 (35.94% from 255 or 45.73% from 199); Blue value is 100 (39.45% from 255 or 50.25% from 199); Max value from RGB is 100 - color contains mainly: blue. Hex color #085B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085B64 is #F7A49B. Grayscale: #434343. Windows color (decimal): -16229532 or 6576904. OLE color: 6576904.
HSL color Cylindrical-coordinate representation of color #085B64: hue angle of 185.87º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085B64 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 91 | 100 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.61 |
| HSL | 185.87º | 0.85% | 0.21% | - |
| HSV(B) | 185.87º | 0.92% | 0.39% | - |
| XYZ | 6.14 | 8.45 | 13.36 | - |
| YUV | 67.21 | 146.5 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 100 | 0.92 | 0.09 | 0 | 0.61 | 185.87 | 0.85 | 0.21 |
| Hex | 8 | 5B | 64 | 5C | 9 | 0 | 3D | BA | 55 | 15 |
| Octal | 10 | 133 | 144 | 134 | 11 | 0 | 75 | 272 | 125 | 25 |
| Binary | 1000 | 1011011 | 1100100 | 1011100 | 1001 | 0 | 111101 | 10111010 | 1010101 | 10101 |
Color Harmonies of #085B64
Complementary color
Monochromatic Colors of #085B64
Black with #085B64
Text Example
Text Example
White with #085B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085B64; }
p { color: rgb(8,91,100); }
H1.HeaderClassName
{
color: #085B64;
}
.AnyTagClassName
{
color: #085B64;
}
</style>
background-color css
<style>
a { background-color: #085B64; }
a { background-color: rgb(8,91,100); }
div.DivClassName
{
background-color: #085B64;
}
.BgClassName
{
background-color: #085B64;
}
</style>
border-color css
<style>
span { border-color: #085B64; }
span { border-color: rgb(8,91,100); }
td.TdClassName
{
border-color: #085B64;
}
.TagClassName
{
border-color: #085B64;
}
</style>