Shades of Stack #859183
Tints of Stack #859183
RGB
CMYK
RGB Variations
Color information
#859183 (or 0x859183) is known color: Stack. HEX triplet: 85, 91 and 83. RGB value is (133,145,131). Sum of RGB (Red+Green+Blue) = 133+145+131=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 145 - color contains mainly: green. Hex color #859183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859183 is #7A6E7C. Grayscale: #8B8B8B. Windows color (decimal): -8023677 or 8622469. OLE color: 8622469.
HSL color Cylindrical-coordinate representation of color #859183: hue angle of 111.43º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #859183 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 145 | 131 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.43 |
| HSL | 111.43º | 0.06% | 0.54% | - |
| HSV(B) | 111.43º | 0.1% | 0.57% | - |
| XYZ | 23.9 | 26.88 | 25.4 | - |
| YUV | 139.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 131 | 0.08 | 0 | 0.10 | 0.43 | 111.43 | 0.06 | 0.54 |
| Hex | 85 | 91 | 83 | 8 | 0 | A | 2B | 6F | 6 | 36 |
| Octal | 205 | 221 | 203 | 10 | 0 | 12 | 53 | 157 | 6 | 66 |
| Binary | 10000101 | 10010001 | 10000011 | 1000 | 0 | 1010 | 101011 | 1101111 | 110 | 110110 |
Color Harmonies of #859183
Complementary color
Monochromatic Colors of #859183
Black with #859183
Text Example
Text Example
White with #859183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859183; }
p { color: rgb(133,145,131); }
H1.HeaderClassName
{
color: #859183;
}
.AnyTagClassName
{
color: #859183;
}
</style>
background-color css
<style>
a { background-color: #859183; }
a { background-color: rgb(133,145,131); }
div.DivClassName
{
background-color: #859183;
}
.BgClassName
{
background-color: #859183;
}
</style>
border-color css
<style>
span { border-color: #859183; }
span { border-color: rgb(133,145,131); }
td.TdClassName
{
border-color: #859183;
}
.TagClassName
{
border-color: #859183;
}
</style>