Shades of Stack #858B84
Tints of Stack #858B84
RGB
CMYK
RGB Variations
Color information
#858B84 (or 0x858B84) is known color: Stack. HEX triplet: 85, 8B and 84. RGB value is (133,139,132). Sum of RGB (Red+Green+Blue) = 133+139+132=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 139 - color contains mainly: green. Hex color #858B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858B84 is #7A747B. Grayscale: #888888. Windows color (decimal): -8025212 or 8686469. OLE color: 8686469.
HSL color Cylindrical-coordinate representation of color #858B84: hue angle of 111.43º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #858B84 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 132 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.45 |
| HSL | 111.43º | 0.03% | 0.53% | - |
| HSV(B) | 111.43º | 0.05% | 0.55% | - |
| XYZ | 23.07 | 25.12 | 25.46 | - |
| YUV | 136.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 132 | 0.04 | 0 | 0.05 | 0.45 | 111.43 | 0.03 | 0.53 |
| Hex | 85 | 8B | 84 | 4 | 0 | 5 | 2D | 6F | 3 | 35 |
| Octal | 205 | 213 | 204 | 4 | 0 | 5 | 55 | 157 | 3 | 65 |
| Binary | 10000101 | 10001011 | 10000100 | 100 | 0 | 101 | 101101 | 1101111 | 11 | 110101 |
Color Harmonies of #858B84
Complementary color
Monochromatic Colors of #858B84
Black with #858B84
Text Example
Text Example
White with #858B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B84; }
p { color: rgb(133,139,132); }
H1.HeaderClassName
{
color: #858B84;
}
.AnyTagClassName
{
color: #858B84;
}
</style>
background-color css
<style>
a { background-color: #858B84; }
a { background-color: rgb(133,139,132); }
div.DivClassName
{
background-color: #858B84;
}
.BgClassName
{
background-color: #858B84;
}
</style>
border-color css
<style>
span { border-color: #858B84; }
span { border-color: rgb(133,139,132); }
td.TdClassName
{
border-color: #858B84;
}
.TagClassName
{
border-color: #858B84;
}
</style>