Shades of Blue Lagoon #085D71
Tints of Blue Lagoon #085D71
RGB
CMYK
RGB Variations
Color information
#085D71 (or 0x085D71) is known color: Blue Lagoon. HEX triplet: 08, 5D and 71. RGB value is (8,93,113). Sum of RGB (Red+Green+Blue) = 8+93+113=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #085D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085D71 is #F7A28E. Grayscale: #454545. Windows color (decimal): -16229007 or 7429384. OLE color: 7429384.
HSL color Cylindrical-coordinate representation of color #085D71: hue angle of 191.43º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085D71 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 93 | 113 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.56 |
| HSL | 191.43º | 0.87% | 0.24% | - |
| HSV(B) | 191.43º | 0.93% | 0.44% | - |
| XYZ | 7 | 9.07 | 17.01 | - |
| YUV | 69.87 | 152.34 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 113 | 0.93 | 0.18 | 0 | 0.56 | 191.43 | 0.87 | 0.24 |
| Hex | 8 | 5D | 71 | 5D | 12 | 0 | 38 | BF | 57 | 18 |
| Octal | 10 | 135 | 161 | 135 | 22 | 0 | 70 | 277 | 127 | 30 |
| Binary | 1000 | 1011101 | 1110001 | 1011101 | 10010 | 0 | 111000 | 10111111 | 1010111 | 11000 |
Color Harmonies of #085D71
Complementary color
Monochromatic Colors of #085D71
Black with #085D71
Text Example
Text Example
White with #085D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D71; }
p { color: rgb(8,93,113); }
H1.HeaderClassName
{
color: #085D71;
}
.AnyTagClassName
{
color: #085D71;
}
</style>
background-color css
<style>
a { background-color: #085D71; }
a { background-color: rgb(8,93,113); }
div.DivClassName
{
background-color: #085D71;
}
.BgClassName
{
background-color: #085D71;
}
</style>
border-color css
<style>
span { border-color: #085D71; }
span { border-color: rgb(8,93,113); }
td.TdClassName
{
border-color: #085D71;
}
.TagClassName
{
border-color: #085D71;
}
</style>