Shades of Blue Lagoon #085B6B
Tints of Blue Lagoon #085B6B
RGB
CMYK
RGB Variations
Color information
#085B6B (or 0x085B6B) is known color: Blue Lagoon. HEX triplet: 08, 5B and 6B. RGB value is (8,91,107). Sum of RGB (Red+Green+Blue) = 8+91+107=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #085B6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085B6B is #F7A494. Grayscale: #434343. Windows color (decimal): -16229525 or 7035656. OLE color: 7035656.
HSL color Cylindrical-coordinate representation of color #085B6B: hue angle of 189.7º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085B6B is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 91 | 107 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.58 |
| HSL | 189.7º | 0.86% | 0.23% | - |
| HSV(B) | 189.7º | 0.93% | 0.42% | - |
| XYZ | 6.5 | 8.6 | 15.23 | - |
| YUV | 68.01 | 150 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 107 | 0.93 | 0.15 | 0 | 0.58 | 189.7 | 0.86 | 0.23 |
| Hex | 8 | 5B | 6B | 5D | F | 0 | 3A | BE | 56 | 17 |
| Octal | 10 | 133 | 153 | 135 | 17 | 0 | 72 | 276 | 126 | 27 |
| Binary | 1000 | 1011011 | 1101011 | 1011101 | 1111 | 0 | 111010 | 10111110 | 1010110 | 10111 |
Color Harmonies of #085B6B
Complementary color
Monochromatic Colors of #085B6B
Black with #085B6B
Text Example
Text Example
White with #085B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085B6B; }
p { color: rgb(8,91,107); }
H1.HeaderClassName
{
color: #085B6B;
}
.AnyTagClassName
{
color: #085B6B;
}
</style>
background-color css
<style>
a { background-color: #085B6B; }
a { background-color: rgb(8,91,107); }
div.DivClassName
{
background-color: #085B6B;
}
.BgClassName
{
background-color: #085B6B;
}
</style>
border-color css
<style>
span { border-color: #085B6B; }
span { border-color: rgb(8,91,107); }
td.TdClassName
{
border-color: #085B6B;
}
.TagClassName
{
border-color: #085B6B;
}
</style>