Shades of Stack #859982
Tints of Stack #859982
RGB
CMYK
RGB Variations
Color information
#859982 (or 0x859982) is known color: Stack. HEX triplet: 85, 99 and 82. RGB value is (133,153,130). Sum of RGB (Red+Green+Blue) = 133+153+130=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #859982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859982 is #7A667D. Grayscale: #909090. Windows color (decimal): -8021630 or 8558981. OLE color: 8558981.
HSL color Cylindrical-coordinate representation of color #859982: hue angle of 112.17º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #859982 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 130 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.4 |
| HSL | 112.17º | 0.1% | 0.55% | - |
| HSV(B) | 112.17º | 0.15% | 0.6% | - |
| XYZ | 25.09 | 29.38 | 25.47 | - |
| YUV | 144.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 130 | 0.13 | 0 | 0.15 | 0.4 | 112.17 | 0.1 | 0.55 |
| Hex | 85 | 99 | 82 | D | 0 | F | 28 | 70 | A | 37 |
| Octal | 205 | 231 | 202 | 15 | 0 | 17 | 50 | 160 | 12 | 67 |
| Binary | 10000101 | 10011001 | 10000010 | 1101 | 0 | 1111 | 101000 | 1110000 | 1010 | 110111 |
Color Harmonies of #859982
Complementary color
Monochromatic Colors of #859982
Black with #859982
Text Example
Text Example
White with #859982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859982; }
p { color: rgb(133,153,130); }
H1.HeaderClassName
{
color: #859982;
}
.AnyTagClassName
{
color: #859982;
}
</style>
background-color css
<style>
a { background-color: #859982; }
a { background-color: rgb(133,153,130); }
div.DivClassName
{
background-color: #859982;
}
.BgClassName
{
background-color: #859982;
}
</style>
border-color css
<style>
span { border-color: #859982; }
span { border-color: rgb(133,153,130); }
td.TdClassName
{
border-color: #859982;
}
.TagClassName
{
border-color: #859982;
}
</style>