Shades of Stack #859185
Tints of Stack #859185
RGB
CMYK
RGB Variations
Color information
#859185 (or 0x859185) is known color: Stack. HEX triplet: 85, 91 and 85. RGB value is (133,145,133). Sum of RGB (Red+Green+Blue) = 133+145+133=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 145 - color contains mainly: green. Hex color #859185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859185 is #7A6E7A. Grayscale: #8C8C8C. Windows color (decimal): -8023675 or 8753541. OLE color: 8753541.
HSL color Cylindrical-coordinate representation of color #859185: hue angle of 120º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #859185 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 145 | 133 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.43 |
| HSL | 120º | 0.05% | 0.55% | - |
| HSV(B) | 120º | 0.08% | 0.57% | - |
| XYZ | 24.03 | 26.93 | 26.12 | - |
| YUV | 140.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 133 | 0.08 | 0 | 0.08 | 0.43 | 120 | 0.05 | 0.55 |
| Hex | 85 | 91 | 85 | 8 | 0 | 8 | 2B | 78 | 5 | 37 |
| Octal | 205 | 221 | 205 | 10 | 0 | 10 | 53 | 170 | 5 | 67 |
| Binary | 10000101 | 10010001 | 10000101 | 1000 | 0 | 1000 | 101011 | 1111000 | 101 | 110111 |
Color Harmonies of #859185
Complementary color
Monochromatic Colors of #859185
Black with #859185
Text Example
Text Example
White with #859185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859185; }
p { color: rgb(133,145,133); }
H1.HeaderClassName
{
color: #859185;
}
.AnyTagClassName
{
color: #859185;
}
</style>
background-color css
<style>
a { background-color: #859185; }
a { background-color: rgb(133,145,133); }
div.DivClassName
{
background-color: #859185;
}
.BgClassName
{
background-color: #859185;
}
</style>
border-color css
<style>
span { border-color: #859185; }
span { border-color: rgb(133,145,133); }
td.TdClassName
{
border-color: #859185;
}
.TagClassName
{
border-color: #859185;
}
</style>