Shades of Stack #859282
Tints of Stack #859282
RGB
CMYK
RGB Variations
Color information
#859282 (or 0x859282) is known color: Stack. HEX triplet: 85, 92 and 82. RGB value is (133,146,130). Sum of RGB (Red+Green+Blue) = 133+146+130=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 146 - color contains mainly: green. Hex color #859282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859282 is #7A6D7D. Grayscale: #8C8C8C. Windows color (decimal): -8023422 or 8557189. OLE color: 8557189.
HSL color Cylindrical-coordinate representation of color #859282: hue angle of 108.75º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #859282 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 146 | 130 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.43 |
| HSL | 108.75º | 0.07% | 0.54% | - |
| HSV(B) | 108.75º | 0.11% | 0.57% | - |
| XYZ | 23.98 | 27.16 | 25.1 | - |
| YUV | 140.29 | 122.19 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 146 | 130 | 0.09 | 0 | 0.11 | 0.43 | 108.75 | 0.07 | 0.54 |
| Hex | 85 | 92 | 82 | 9 | 0 | B | 2B | 6D | 7 | 36 |
| Octal | 205 | 222 | 202 | 11 | 0 | 13 | 53 | 155 | 7 | 66 |
| Binary | 10000101 | 10010010 | 10000010 | 1001 | 0 | 1011 | 101011 | 1101101 | 111 | 110110 |
Color Harmonies of #859282
Complementary color
Monochromatic Colors of #859282
Black with #859282
Text Example
Text Example
White with #859282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859282; }
p { color: rgb(133,146,130); }
H1.HeaderClassName
{
color: #859282;
}
.AnyTagClassName
{
color: #859282;
}
</style>
background-color css
<style>
a { background-color: #859282; }
a { background-color: rgb(133,146,130); }
div.DivClassName
{
background-color: #859282;
}
.BgClassName
{
background-color: #859282;
}
</style>
border-color css
<style>
span { border-color: #859282; }
span { border-color: rgb(133,146,130); }
td.TdClassName
{
border-color: #859282;
}
.TagClassName
{
border-color: #859282;
}
</style>