Shades of Blue Lagoon #085D6E
Tints of Blue Lagoon #085D6E
RGB
CMYK
RGB Variations
Color information
#085D6E (or 0x085D6E) is known color: Blue Lagoon. HEX triplet: 08, 5D and 6E. RGB value is (8,93,110). Sum of RGB (Red+Green+Blue) = 8+93+110=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #085D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085D6E is #F7A291. Grayscale: #454545. Windows color (decimal): -16229010 or 7232776. OLE color: 7232776.
HSL color Cylindrical-coordinate representation of color #085D6E: hue angle of 190º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085D6E is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 93 | 110 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.57 |
| HSL | 190º | 0.86% | 0.23% | - |
| HSV(B) | 190º | 0.93% | 0.43% | - |
| XYZ | 6.83 | 9.01 | 16.13 | - |
| YUV | 69.52 | 150.84 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 110 | 0.93 | 0.15 | 0 | 0.57 | 190 | 0.86 | 0.23 |
| Hex | 8 | 5D | 6E | 5D | F | 0 | 39 | BE | 56 | 17 |
| Octal | 10 | 135 | 156 | 135 | 17 | 0 | 71 | 276 | 126 | 27 |
| Binary | 1000 | 1011101 | 1101110 | 1011101 | 1111 | 0 | 111001 | 10111110 | 1010110 | 10111 |
Color Harmonies of #085D6E
Complementary color
Monochromatic Colors of #085D6E
Black with #085D6E
Text Example
Text Example
White with #085D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D6E; }
p { color: rgb(8,93,110); }
H1.HeaderClassName
{
color: #085D6E;
}
.AnyTagClassName
{
color: #085D6E;
}
</style>
background-color css
<style>
a { background-color: #085D6E; }
a { background-color: rgb(8,93,110); }
div.DivClassName
{
background-color: #085D6E;
}
.BgClassName
{
background-color: #085D6E;
}
</style>
border-color css
<style>
span { border-color: #085D6E; }
span { border-color: rgb(8,93,110); }
td.TdClassName
{
border-color: #085D6E;
}
.TagClassName
{
border-color: #085D6E;
}
</style>