Shades of Envy #85A088
Tints of Envy #85A088
RGB
CMYK
RGB Variations
Color information
#85A088 (or 0x85A088) is known color: Envy. HEX triplet: 85, A0 and 88. RGB value is (133,160,136). Sum of RGB (Red+Green+Blue) = 133+160+136=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 160 - color contains mainly: green. Hex color #85A088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A088 is #7A5F77. Grayscale: #959595. Windows color (decimal): -8019832 or 8953989. OLE color: 8953989.
HSL color Cylindrical-coordinate representation of color #85A088: hue angle of 126.67º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85A088 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 160 | 136 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.37 |
| HSL | 126.67º | 0.12% | 0.57% | - |
| HSV(B) | 126.67º | 0.17% | 0.63% | - |
| XYZ | 26.69 | 31.91 | 28.04 | - |
| YUV | 149.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 136 | 0.17 | 0 | 0.15 | 0.37 | 126.67 | 0.12 | 0.57 |
| Hex | 85 | A0 | 88 | 11 | 0 | F | 25 | 7F | C | 39 |
| Octal | 205 | 240 | 210 | 21 | 0 | 17 | 45 | 177 | 14 | 71 |
| Binary | 10000101 | 10100000 | 10001000 | 10001 | 0 | 1111 | 100101 | 1111111 | 1100 | 111001 |
Color Harmonies of #85A088
Complementary color
Monochromatic Colors of #85A088
Black with #85A088
Text Example
Text Example
White with #85A088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A088; }
p { color: rgb(133,160,136); }
H1.HeaderClassName
{
color: #85A088;
}
.AnyTagClassName
{
color: #85A088;
}
</style>
background-color css
<style>
a { background-color: #85A088; }
a { background-color: rgb(133,160,136); }
div.DivClassName
{
background-color: #85A088;
}
.BgClassName
{
background-color: #85A088;
}
</style>
border-color css
<style>
span { border-color: #85A088; }
span { border-color: rgb(133,160,136); }
td.TdClassName
{
border-color: #85A088;
}
.TagClassName
{
border-color: #85A088;
}
</style>