Shades of Stack #859686
Tints of Stack #859686
RGB
CMYK
RGB Variations
Color information
#859686 (or 0x859686) is known color: Stack. HEX triplet: 85, 96 and 86. RGB value is (133,150,134). Sum of RGB (Red+Green+Blue) = 133+150+134=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 150 - color contains mainly: green. Hex color #859686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859686 is #7A6979. Grayscale: #8F8F8F. Windows color (decimal): -8022394 or 8820357. OLE color: 8820357.
HSL color Cylindrical-coordinate representation of color #859686: hue angle of 123.53º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #859686 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 150 | 134 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.41 |
| HSL | 123.53º | 0.07% | 0.55% | - |
| HSV(B) | 123.53º | 0.11% | 0.59% | - |
| XYZ | 24.88 | 28.52 | 26.75 | - |
| YUV | 143.09 | 122.87 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 150 | 134 | 0.11 | 0 | 0.11 | 0.41 | 123.53 | 0.07 | 0.55 |
| Hex | 85 | 96 | 86 | B | 0 | B | 29 | 7C | 7 | 37 |
| Octal | 205 | 226 | 206 | 13 | 0 | 13 | 51 | 174 | 7 | 67 |
| Binary | 10000101 | 10010110 | 10000110 | 1011 | 0 | 1011 | 101001 | 1111100 | 111 | 110111 |
Color Harmonies of #859686
Complementary color
Monochromatic Colors of #859686
Black with #859686
Text Example
Text Example
White with #859686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859686; }
p { color: rgb(133,150,134); }
H1.HeaderClassName
{
color: #859686;
}
.AnyTagClassName
{
color: #859686;
}
</style>
background-color css
<style>
a { background-color: #859686; }
a { background-color: rgb(133,150,134); }
div.DivClassName
{
background-color: #859686;
}
.BgClassName
{
background-color: #859686;
}
</style>
border-color css
<style>
span { border-color: #859686; }
span { border-color: rgb(133,150,134); }
td.TdClassName
{
border-color: #859686;
}
.TagClassName
{
border-color: #859686;
}
</style>