Shades of Stack #858685
Tints of Stack #858685
RGB
CMYK
RGB Variations
Color information
#858685 (or 0x858685) is known color: Stack. HEX triplet: 85, 86 and 85. RGB value is (133,134,133). Sum of RGB (Red+Green+Blue) = 133+134+133=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 134 - color contains mainly: green. Hex color #858685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858685 is #7A797A. Grayscale: #858585. Windows color (decimal): -8026491 or 8750725. OLE color: 8750725.
HSL color Cylindrical-coordinate representation of color #858685: hue angle of 120º degrees, saturation: 0, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #858685 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 133 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.47 |
| HSL | 120º | 0% | 0.52% | - |
| HSV(B) | 120º | 0.01% | 0.53% | - |
| XYZ | 22.43 | 23.73 | 25.59 | - |
| YUV | 133.59 | 127.67 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 133 | 0.01 | 0 | 0.01 | 0.47 | 120 | 0 | 0.52 |
| Hex | 85 | 86 | 85 | 1 | 0 | 1 | 2F | 78 | 0 | 34 |
| Octal | 205 | 206 | 205 | 1 | 0 | 1 | 57 | 170 | 0 | 64 |
| Binary | 10000101 | 10000110 | 10000101 | 1 | 0 | 1 | 101111 | 1111000 | 0 | 110100 |
Color Harmonies of #858685
Complementary color
Monochromatic Colors of #858685
Black with #858685
Text Example
Text Example
White with #858685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858685; }
p { color: rgb(133,134,133); }
H1.HeaderClassName
{
color: #858685;
}
.AnyTagClassName
{
color: #858685;
}
</style>
background-color css
<style>
a { background-color: #858685; }
a { background-color: rgb(133,134,133); }
div.DivClassName
{
background-color: #858685;
}
.BgClassName
{
background-color: #858685;
}
</style>
border-color css
<style>
span { border-color: #858685; }
span { border-color: rgb(133,134,133); }
td.TdClassName
{
border-color: #858685;
}
.TagClassName
{
border-color: #858685;
}
</style>