Shades of Stack #859984
Tints of Stack #859984
RGB
CMYK
RGB Variations
Color information
#859984 (or 0x859984) is known color: Stack. HEX triplet: 85, 99 and 84. RGB value is (133,153,132). Sum of RGB (Red+Green+Blue) = 133+153+132=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 153 - color contains mainly: green. Hex color #859984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859984 is #7A667B. Grayscale: #909090. Windows color (decimal): -8021628 or 8690053. OLE color: 8690053.
HSL color Cylindrical-coordinate representation of color #859984: hue angle of 117.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 #859984 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 132 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.4 |
| HSL | 117.14º | 0.09% | 0.56% | - |
| HSV(B) | 117.14º | 0.14% | 0.6% | - |
| XYZ | 25.23 | 29.43 | 26.18 | - |
| YUV | 144.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 132 | 0.13 | 0 | 0.14 | 0.4 | 117.14 | 0.09 | 0.56 |
| Hex | 85 | 99 | 84 | D | 0 | E | 28 | 75 | 9 | 38 |
| Octal | 205 | 231 | 204 | 15 | 0 | 16 | 50 | 165 | 11 | 70 |
| Binary | 10000101 | 10011001 | 10000100 | 1101 | 0 | 1110 | 101000 | 1110101 | 1001 | 111000 |
Color Harmonies of #859984
Complementary color
Monochromatic Colors of #859984
Black with #859984
Text Example
Text Example
White with #859984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859984; }
p { color: rgb(133,153,132); }
H1.HeaderClassName
{
color: #859984;
}
.AnyTagClassName
{
color: #859984;
}
</style>
background-color css
<style>
a { background-color: #859984; }
a { background-color: rgb(133,153,132); }
div.DivClassName
{
background-color: #859984;
}
.BgClassName
{
background-color: #859984;
}
</style>
border-color css
<style>
span { border-color: #859984; }
span { border-color: rgb(133,153,132); }
td.TdClassName
{
border-color: #859984;
}
.TagClassName
{
border-color: #859984;
}
</style>