Shades of Stack #859682
Tints of Stack #859682
RGB
CMYK
RGB Variations
Color information
#859682 (or 0x859682) is known color: Stack. HEX triplet: 85, 96 and 82. RGB value is (133,150,130). Sum of RGB (Red+Green+Blue) = 133+150+130=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 150 - color contains mainly: green. Hex color #859682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859682 is #7A697D. Grayscale: #8E8E8E. Windows color (decimal): -8022398 or 8558213. OLE color: 8558213.
HSL color Cylindrical-coordinate representation of color #859682: hue angle of 111º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #859682 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 150 | 130 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.41 |
| HSL | 111º | 0.09% | 0.55% | - |
| HSV(B) | 111º | 0.13% | 0.59% | - |
| XYZ | 24.61 | 28.41 | 25.31 | - |
| YUV | 142.64 | 120.87 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 150 | 130 | 0.11 | 0 | 0.13 | 0.41 | 111 | 0.09 | 0.55 |
| Hex | 85 | 96 | 82 | B | 0 | D | 29 | 6F | 9 | 37 |
| Octal | 205 | 226 | 202 | 13 | 0 | 15 | 51 | 157 | 11 | 67 |
| Binary | 10000101 | 10010110 | 10000010 | 1011 | 0 | 1101 | 101001 | 1101111 | 1001 | 110111 |
Color Harmonies of #859682
Complementary color
Monochromatic Colors of #859682
Black with #859682
Text Example
Text Example
White with #859682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859682; }
p { color: rgb(133,150,130); }
H1.HeaderClassName
{
color: #859682;
}
.AnyTagClassName
{
color: #859682;
}
</style>
background-color css
<style>
a { background-color: #859682; }
a { background-color: rgb(133,150,130); }
div.DivClassName
{
background-color: #859682;
}
.BgClassName
{
background-color: #859682;
}
</style>
border-color css
<style>
span { border-color: #859682; }
span { border-color: rgb(133,150,130); }
td.TdClassName
{
border-color: #859682;
}
.TagClassName
{
border-color: #859682;
}
</style>