Shades of Envy #859E8A
Tints of Envy #859E8A
RGB
CMYK
RGB Variations
Color information
#859E8A (or 0x859E8A) is known color: Envy. HEX triplet: 85, 9E and 8A. RGB value is (133,158,138). Sum of RGB (Red+Green+Blue) = 133+158+138=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 158 - color contains mainly: green. Hex color #859E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859E8A is #7A6175. Grayscale: #949494. Windows color (decimal): -8020342 or 9084549. OLE color: 9084549.
HSL color Cylindrical-coordinate representation of color #859E8A: hue angle of 132º 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 #859E8A is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 158 | 138 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.38 |
| HSL | 132º | 0.11% | 0.57% | - |
| HSV(B) | 132º | 0.16% | 0.62% | - |
| XYZ | 26.49 | 31.28 | 28.69 | - |
| YUV | 148.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 138 | 0.16 | 0 | 0.13 | 0.38 | 132 | 0.11 | 0.57 |
| Hex | 85 | 9E | 8A | 10 | 0 | D | 26 | 84 | B | 39 |
| Octal | 205 | 236 | 212 | 20 | 0 | 15 | 46 | 204 | 13 | 71 |
| Binary | 10000101 | 10011110 | 10001010 | 10000 | 0 | 1101 | 100110 | 10000100 | 1011 | 111001 |
Color Harmonies of #859E8A
Complementary color
Monochromatic Colors of #859E8A
Black with #859E8A
Text Example
Text Example
White with #859E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859E8A; }
p { color: rgb(133,158,138); }
H1.HeaderClassName
{
color: #859E8A;
}
.AnyTagClassName
{
color: #859E8A;
}
</style>
background-color css
<style>
a { background-color: #859E8A; }
a { background-color: rgb(133,158,138); }
div.DivClassName
{
background-color: #859E8A;
}
.BgClassName
{
background-color: #859E8A;
}
</style>
border-color css
<style>
span { border-color: #859E8A; }
span { border-color: rgb(133,158,138); }
td.TdClassName
{
border-color: #859E8A;
}
.TagClassName
{
border-color: #859E8A;
}
</style>