Shades of Envy #85A48C
Tints of Envy #85A48C
RGB
CMYK
RGB Variations
Color information
#85A48C (or 0x85A48C) is known color: Envy. HEX triplet: 85, A4 and 8C. RGB value is (133,164,140). Sum of RGB (Red+Green+Blue) = 133+164+140=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 164 - color contains mainly: green. Hex color #85A48C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A48C is #7A5B73. Grayscale: #989898. Windows color (decimal): -8018804 or 9217157. OLE color: 9217157.
HSL color Cylindrical-coordinate representation of color #85A48C: hue angle of 133.55º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85A48C is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 164 | 140 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.36 |
| HSL | 133.55º | 0.15% | 0.58% | - |
| HSV(B) | 133.55º | 0.19% | 0.64% | - |
| XYZ | 27.68 | 33.43 | 29.8 | - |
| YUV | 152 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 140 | 0.19 | 0 | 0.15 | 0.36 | 133.55 | 0.15 | 0.58 |
| Hex | 85 | A4 | 8C | 13 | 0 | F | 24 | 86 | F | 3A |
| Octal | 205 | 244 | 214 | 23 | 0 | 17 | 44 | 206 | 17 | 72 |
| Binary | 10000101 | 10100100 | 10001100 | 10011 | 0 | 1111 | 100100 | 10000110 | 1111 | 111010 |
Color Harmonies of #85A48C
Complementary color
Monochromatic Colors of #85A48C
Black with #85A48C
Text Example
Text Example
White with #85A48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A48C; }
p { color: rgb(133,164,140); }
H1.HeaderClassName
{
color: #85A48C;
}
.AnyTagClassName
{
color: #85A48C;
}
</style>
background-color css
<style>
a { background-color: #85A48C; }
a { background-color: rgb(133,164,140); }
div.DivClassName
{
background-color: #85A48C;
}
.BgClassName
{
background-color: #85A48C;
}
</style>
border-color css
<style>
span { border-color: #85A48C; }
span { border-color: rgb(133,164,140); }
td.TdClassName
{
border-color: #85A48C;
}
.TagClassName
{
border-color: #85A48C;
}
</style>