Shades of Envy #859F89
Tints of Envy #859F89
RGB
CMYK
RGB Variations
Color information
#859F89 (or 0x859F89) is known color: Envy. HEX triplet: 85, 9F and 89. RGB value is (133,159,137). Sum of RGB (Red+Green+Blue) = 133+159+137=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 159 - color contains mainly: green. Hex color #859F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859F89 is #7A6076. Grayscale: #949494. Windows color (decimal): -8020087 or 9019269. OLE color: 9019269.
HSL color Cylindrical-coordinate representation of color #859F89: hue angle of 129.23º degrees, saturation: 0.12, 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 #859F89 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 159 | 137 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.38 |
| HSL | 129.23º | 0.12% | 0.57% | - |
| HSV(B) | 129.23º | 0.16% | 0.62% | - |
| XYZ | 26.59 | 31.59 | 28.36 | - |
| YUV | 148.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 137 | 0.16 | 0 | 0.14 | 0.38 | 129.23 | 0.12 | 0.57 |
| Hex | 85 | 9F | 89 | 10 | 0 | E | 26 | 81 | C | 39 |
| Octal | 205 | 237 | 211 | 20 | 0 | 16 | 46 | 201 | 14 | 71 |
| Binary | 10000101 | 10011111 | 10001001 | 10000 | 0 | 1110 | 100110 | 10000001 | 1100 | 111001 |
Color Harmonies of #859F89
Complementary color
Monochromatic Colors of #859F89
Black with #859F89
Text Example
Text Example
White with #859F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859F89; }
p { color: rgb(133,159,137); }
H1.HeaderClassName
{
color: #859F89;
}
.AnyTagClassName
{
color: #859F89;
}
</style>
background-color css
<style>
a { background-color: #859F89; }
a { background-color: rgb(133,159,137); }
div.DivClassName
{
background-color: #859F89;
}
.BgClassName
{
background-color: #859F89;
}
</style>
border-color css
<style>
span { border-color: #859F89; }
span { border-color: rgb(133,159,137); }
td.TdClassName
{
border-color: #859F89;
}
.TagClassName
{
border-color: #859F89;
}
</style>