Shades of Envy #85A38D
Tints of Envy #85A38D
RGB
CMYK
RGB Variations
Color information
#85A38D (or 0x85A38D) is known color: Envy. HEX triplet: 85, A3 and 8D. RGB value is (133,163,141). Sum of RGB (Red+Green+Blue) = 133+163+141=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 163 - color contains mainly: green. Hex color #85A38D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A38D is #7A5C72. Grayscale: #979797. Windows color (decimal): -8019059 or 9282437. OLE color: 9282437.
HSL color Cylindrical-coordinate representation of color #85A38D: hue angle of 136º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85A38D is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 163 | 141 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.36 |
| HSL | 136º | 0.14% | 0.58% | - |
| HSV(B) | 136º | 0.18% | 0.64% | - |
| XYZ | 27.58 | 33.1 | 30.14 | - |
| YUV | 151.52 | 122.06 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 141 | 0.18 | 0 | 0.13 | 0.36 | 136 | 0.14 | 0.58 |
| Hex | 85 | A3 | 8D | 12 | 0 | D | 24 | 88 | E | 3A |
| Octal | 205 | 243 | 215 | 22 | 0 | 15 | 44 | 210 | 16 | 72 |
| Binary | 10000101 | 10100011 | 10001101 | 10010 | 0 | 1101 | 100100 | 10001000 | 1110 | 111010 |
Color Harmonies of #85A38D
Complementary color
Monochromatic Colors of #85A38D
Black with #85A38D
Text Example
Text Example
White with #85A38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A38D; }
p { color: rgb(133,163,141); }
H1.HeaderClassName
{
color: #85A38D;
}
.AnyTagClassName
{
color: #85A38D;
}
</style>
background-color css
<style>
a { background-color: #85A38D; }
a { background-color: rgb(133,163,141); }
div.DivClassName
{
background-color: #85A38D;
}
.BgClassName
{
background-color: #85A38D;
}
</style>
border-color css
<style>
span { border-color: #85A38D; }
span { border-color: rgb(133,163,141); }
td.TdClassName
{
border-color: #85A38D;
}
.TagClassName
{
border-color: #85A38D;
}
</style>