Shades of Envy #859A8B
Tints of Envy #859A8B
RGB
CMYK
RGB Variations
Color information
#859A8B (or 0x859A8B) is known color: Envy. HEX triplet: 85, 9A and 8B. RGB value is (133,154,139). Sum of RGB (Red+Green+Blue) = 133+154+139=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 154 - color contains mainly: green. Hex color #859A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859A8B is #7A6574. Grayscale: #929292. Windows color (decimal): -8021365 or 9149061. OLE color: 9149061.
HSL color Cylindrical-coordinate representation of color #859A8B: hue angle of 137.14º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #859A8B is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 154 | 139 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.40 |
| HSL | 137.14º | 0.09% | 0.56% | - |
| HSV(B) | 137.14º | 0.14% | 0.6% | - |
| XYZ | 25.89 | 29.96 | 28.84 | - |
| YUV | 146.01 | 124.04 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 139 | 0.14 | 0 | 0.10 | 0.40 | 137.14 | 0.09 | 0.56 |
| Hex | 85 | 9A | 8B | E | 0 | A | 28 | 89 | 9 | 38 |
| Octal | 205 | 232 | 213 | 16 | 0 | 12 | 50 | 211 | 11 | 70 |
| Binary | 10000101 | 10011010 | 10001011 | 1110 | 0 | 1010 | 101000 | 10001001 | 1001 | 111000 |
Color Harmonies of #859A8B
Complementary color
Monochromatic Colors of #859A8B
Black with #859A8B
Text Example
Text Example
White with #859A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859A8B; }
p { color: rgb(133,154,139); }
H1.HeaderClassName
{
color: #859A8B;
}
.AnyTagClassName
{
color: #859A8B;
}
</style>
background-color css
<style>
a { background-color: #859A8B; }
a { background-color: rgb(133,154,139); }
div.DivClassName
{
background-color: #859A8B;
}
.BgClassName
{
background-color: #859A8B;
}
</style>
border-color css
<style>
span { border-color: #859A8B; }
span { border-color: rgb(133,154,139); }
td.TdClassName
{
border-color: #859A8B;
}
.TagClassName
{
border-color: #859A8B;
}
</style>