Shades of Envy #85998B
Tints of Envy #85998B
RGB
CMYK
RGB Variations
Color information
#85998B (or 0x85998B) is known color: Envy. HEX triplet: 85, 99 and 8B. RGB value is (133,153,139). Sum of RGB (Red+Green+Blue) = 133+153+139=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 153 - color contains mainly: green. Hex color #85998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85998B is #7A6674. Grayscale: #919191. Windows color (decimal): -8021621 or 9148805. OLE color: 9148805.
HSL color Cylindrical-coordinate representation of color #85998B: hue angle of 138º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #85998B is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 139 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.4 |
| HSL | 138º | 0.09% | 0.56% | - |
| HSV(B) | 138º | 0.13% | 0.6% | - |
| XYZ | 25.72 | 29.63 | 28.79 | - |
| YUV | 145.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 139 | 0.13 | 0 | 0.09 | 0.4 | 138 | 0.09 | 0.56 |
| Hex | 85 | 99 | 8B | D | 0 | 9 | 28 | 8A | 9 | 38 |
| Octal | 205 | 231 | 213 | 15 | 0 | 11 | 50 | 212 | 11 | 70 |
| Binary | 10000101 | 10011001 | 10001011 | 1101 | 0 | 1001 | 101000 | 10001010 | 1001 | 111000 |
Color Harmonies of #85998B
Complementary color
Monochromatic Colors of #85998B
Black with #85998B
Text Example
Text Example
White with #85998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85998B; }
p { color: rgb(133,153,139); }
H1.HeaderClassName
{
color: #85998B;
}
.AnyTagClassName
{
color: #85998B;
}
</style>
background-color css
<style>
a { background-color: #85998B; }
a { background-color: rgb(133,153,139); }
div.DivClassName
{
background-color: #85998B;
}
.BgClassName
{
background-color: #85998B;
}
</style>
border-color css
<style>
span { border-color: #85998B; }
span { border-color: rgb(133,153,139); }
td.TdClassName
{
border-color: #85998B;
}
.TagClassName
{
border-color: #85998B;
}
</style>