Shades of Envy #85A888
Tints of Envy #85A888
RGB
CMYK
RGB Variations
Color information
#85A888 (or 0x85A888) is known color: Envy. HEX triplet: 85, A8 and 88. RGB value is (133,168,136). Sum of RGB (Red+Green+Blue) = 133+168+136=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 168 - color contains mainly: green. Hex color #85A888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A888 is #7A5777. Grayscale: #999999. Windows color (decimal): -8017784 or 8956037. OLE color: 8956037.
HSL color Cylindrical-coordinate representation of color #85A888: hue angle of 125.14º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #85A888 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 168 | 136 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.34 |
| HSL | 125.14º | 0.17% | 0.59% | - |
| HSV(B) | 125.14º | 0.21% | 0.66% | - |
| XYZ | 28.12 | 34.77 | 28.52 | - |
| YUV | 153.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 168 | 136 | 0.21 | 0 | 0.19 | 0.34 | 125.14 | 0.17 | 0.59 |
| Hex | 85 | A8 | 88 | 15 | 0 | 13 | 22 | 7D | 11 | 3B |
| Octal | 205 | 250 | 210 | 25 | 0 | 23 | 42 | 175 | 21 | 73 |
| Binary | 10000101 | 10101000 | 10001000 | 10101 | 0 | 10011 | 100010 | 1111101 | 10001 | 111011 |
Color Harmonies of #85A888
Complementary color
Monochromatic Colors of #85A888
Black with #85A888
Text Example
Text Example
White with #85A888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A888; }
p { color: rgb(133,168,136); }
H1.HeaderClassName
{
color: #85A888;
}
.AnyTagClassName
{
color: #85A888;
}
</style>
background-color css
<style>
a { background-color: #85A888; }
a { background-color: rgb(133,168,136); }
div.DivClassName
{
background-color: #85A888;
}
.BgClassName
{
background-color: #85A888;
}
</style>
border-color css
<style>
span { border-color: #85A888; }
span { border-color: rgb(133,168,136); }
td.TdClassName
{
border-color: #85A888;
}
.TagClassName
{
border-color: #85A888;
}
</style>