Shades of Envy #859E8E
Tints of Envy #859E8E
RGB
CMYK
RGB Variations
Color information
#859E8E (or 0x859E8E) is known color: Envy. HEX triplet: 85, 9E and 8E. RGB value is (133,158,142). Sum of RGB (Red+Green+Blue) = 133+158+142=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 158 - color contains mainly: green. Hex color #859E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859E8E is #7A6171. Grayscale: #949494. Windows color (decimal): -8020338 or 9346693. OLE color: 9346693.
HSL color Cylindrical-coordinate representation of color #859E8E: hue angle of 141.6º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #859E8E is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 158 | 142 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.38 |
| HSL | 141.6º | 0.11% | 0.57% | - |
| HSV(B) | 141.6º | 0.16% | 0.62% | - |
| XYZ | 26.78 | 31.39 | 30.24 | - |
| YUV | 148.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 142 | 0.16 | 0 | 0.10 | 0.38 | 141.6 | 0.11 | 0.57 |
| Hex | 85 | 9E | 8E | 10 | 0 | A | 26 | 8E | B | 39 |
| Octal | 205 | 236 | 216 | 20 | 0 | 12 | 46 | 216 | 13 | 71 |
| Binary | 10000101 | 10011110 | 10001110 | 10000 | 0 | 1010 | 100110 | 10001110 | 1011 | 111001 |
Color Harmonies of #859E8E
Complementary color
Monochromatic Colors of #859E8E
Black with #859E8E
Text Example
Text Example
White with #859E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859E8E; }
p { color: rgb(133,158,142); }
H1.HeaderClassName
{
color: #859E8E;
}
.AnyTagClassName
{
color: #859E8E;
}
</style>
background-color css
<style>
a { background-color: #859E8E; }
a { background-color: rgb(133,158,142); }
div.DivClassName
{
background-color: #859E8E;
}
.BgClassName
{
background-color: #859E8E;
}
</style>
border-color css
<style>
span { border-color: #859E8E; }
span { border-color: rgb(133,158,142); }
td.TdClassName
{
border-color: #859E8E;
}
.TagClassName
{
border-color: #859E8E;
}
</style>