Shades of Stack #859985
Tints of Stack #859985
RGB
CMYK
RGB Variations
Color information
#859985 (or 0x859985) is known color: Stack. HEX triplet: 85, 99 and 85. RGB value is (133,153,133). Sum of RGB (Red+Green+Blue) = 133+153+133=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 153 - color contains mainly: green. Hex color #859985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859985 is #7A667A. Grayscale: #909090. Windows color (decimal): -8021627 or 8755589. OLE color: 8755589.
HSL color Cylindrical-coordinate representation of color #859985: hue angle of 120º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #859985 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 133 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.4 |
| HSL | 120º | 0.09% | 0.56% | - |
| HSV(B) | 120º | 0.13% | 0.6% | - |
| XYZ | 25.3 | 29.46 | 26.54 | - |
| YUV | 144.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 133 | 0.13 | 0 | 0.13 | 0.4 | 120 | 0.09 | 0.56 |
| Hex | 85 | 99 | 85 | D | 0 | D | 28 | 78 | 9 | 38 |
| Octal | 205 | 231 | 205 | 15 | 0 | 15 | 50 | 170 | 11 | 70 |
| Binary | 10000101 | 10011001 | 10000101 | 1101 | 0 | 1101 | 101000 | 1111000 | 1001 | 111000 |
Color Harmonies of #859985
Complementary color
Monochromatic Colors of #859985
Black with #859985
Text Example
Text Example
White with #859985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859985; }
p { color: rgb(133,153,133); }
H1.HeaderClassName
{
color: #859985;
}
.AnyTagClassName
{
color: #859985;
}
</style>
background-color css
<style>
a { background-color: #859985; }
a { background-color: rgb(133,153,133); }
div.DivClassName
{
background-color: #859985;
}
.BgClassName
{
background-color: #859985;
}
</style>
border-color css
<style>
span { border-color: #859985; }
span { border-color: rgb(133,153,133); }
td.TdClassName
{
border-color: #859985;
}
.TagClassName
{
border-color: #859985;
}
</style>