Shades of Stack #858E86
Tints of Stack #858E86
RGB
CMYK
RGB Variations
Color information
#858E86 (or 0x858E86) is known color: Stack. HEX triplet: 85, 8E and 86. RGB value is (133,142,134). Sum of RGB (Red+Green+Blue) = 133+142+134=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 142 - color contains mainly: green. Hex color #858E86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858E86 is #7A7179. Grayscale: #8A8A8A. Windows color (decimal): -8024442 or 8818309. OLE color: 8818309.
HSL color Cylindrical-coordinate representation of color #858E86: hue angle of 126.67º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #858E86 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 142 | 134 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.44 |
| HSL | 126.67º | 0.04% | 0.54% | - |
| HSV(B) | 126.67º | 0.06% | 0.56% | - |
| XYZ | 23.65 | 26.05 | 26.34 | - |
| YUV | 138.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 134 | 0.06 | 0 | 0.06 | 0.44 | 126.67 | 0.04 | 0.54 |
| Hex | 85 | 8E | 86 | 6 | 0 | 6 | 2C | 7F | 4 | 36 |
| Octal | 205 | 216 | 206 | 6 | 0 | 6 | 54 | 177 | 4 | 66 |
| Binary | 10000101 | 10001110 | 10000110 | 110 | 0 | 110 | 101100 | 1111111 | 100 | 110110 |
Color Harmonies of #858E86
Complementary color
Monochromatic Colors of #858E86
Black with #858E86
Text Example
Text Example
White with #858E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858E86; }
p { color: rgb(133,142,134); }
H1.HeaderClassName
{
color: #858E86;
}
.AnyTagClassName
{
color: #858E86;
}
</style>
background-color css
<style>
a { background-color: #858E86; }
a { background-color: rgb(133,142,134); }
div.DivClassName
{
background-color: #858E86;
}
.BgClassName
{
background-color: #858E86;
}
</style>
border-color css
<style>
span { border-color: #858E86; }
span { border-color: rgb(133,142,134); }
td.TdClassName
{
border-color: #858E86;
}
.TagClassName
{
border-color: #858E86;
}
</style>