Shades of Envy #859C89
Tints of Envy #859C89
RGB
CMYK
RGB Variations
Color information
#859C89 (or 0x859C89) is known color: Envy. HEX triplet: 85, 9C and 89. RGB value is (133,156,137). Sum of RGB (Red+Green+Blue) = 133+156+137=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 156 - color contains mainly: green. Hex color #859C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859C89 is #7A6376. Grayscale: #939393. Windows color (decimal): -8020855 or 9018501. OLE color: 9018501.
HSL color Cylindrical-coordinate representation of color #859C89: hue angle of 130.43º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #859C89 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 137 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.39 |
| HSL | 130.43º | 0.1% | 0.57% | - |
| HSV(B) | 130.43º | 0.15% | 0.61% | - |
| XYZ | 26.08 | 30.57 | 28.19 | - |
| YUV | 146.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 137 | 0.15 | 0 | 0.12 | 0.39 | 130.43 | 0.1 | 0.57 |
| Hex | 85 | 9C | 89 | F | 0 | C | 27 | 82 | A | 39 |
| Octal | 205 | 234 | 211 | 17 | 0 | 14 | 47 | 202 | 12 | 71 |
| Binary | 10000101 | 10011100 | 10001001 | 1111 | 0 | 1100 | 100111 | 10000010 | 1010 | 111001 |
Color Harmonies of #859C89
Complementary color
Monochromatic Colors of #859C89
Black with #859C89
Text Example
Text Example
White with #859C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C89; }
p { color: rgb(133,156,137); }
H1.HeaderClassName
{
color: #859C89;
}
.AnyTagClassName
{
color: #859C89;
}
</style>
background-color css
<style>
a { background-color: #859C89; }
a { background-color: rgb(133,156,137); }
div.DivClassName
{
background-color: #859C89;
}
.BgClassName
{
background-color: #859C89;
}
</style>
border-color css
<style>
span { border-color: #859C89; }
span { border-color: rgb(133,156,137); }
td.TdClassName
{
border-color: #859C89;
}
.TagClassName
{
border-color: #859C89;
}
</style>