Shades of Grey Suit #858496
Tints of Grey Suit #858496
RGB
CMYK
RGB Variations
Color information
#858496 (or 0x858496) is known color: Grey Suit. HEX triplet: 85, 84 and 96. RGB value is (133,132,150). Sum of RGB (Red+Green+Blue) = 133+132+150=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 150 - color contains mainly: blue. Hex color #858496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858496 is #7A7B69. Grayscale: #868686. Windows color (decimal): -8026986 or 9864325. OLE color: 9864325.
HSL color Cylindrical-coordinate representation of color #858496: hue angle of 243.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #858496 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 132 | 150 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.41 |
| HSL | 243.33º | 0.08% | 0.55% | - |
| HSV(B) | 243.33º | 0.12% | 0.59% | - |
| XYZ | 23.43 | 23.69 | 32.19 | - |
| YUV | 134.35 | 136.83 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 150 | 0.11 | 0.12 | 0 | 0.41 | 243.33 | 0.08 | 0.55 |
| Hex | 85 | 84 | 96 | B | C | 0 | 29 | F3 | 8 | 37 |
| Octal | 205 | 204 | 226 | 13 | 14 | 0 | 51 | 363 | 10 | 67 |
| Binary | 10000101 | 10000100 | 10010110 | 1011 | 1100 | 0 | 101001 | 11110011 | 1000 | 110111 |
Color Harmonies of #858496
Complementary color
Monochromatic Colors of #858496
Black with #858496
Text Example
Text Example
White with #858496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858496; }
p { color: rgb(133,132,150); }
H1.HeaderClassName
{
color: #858496;
}
.AnyTagClassName
{
color: #858496;
}
</style>
background-color css
<style>
a { background-color: #858496; }
a { background-color: rgb(133,132,150); }
div.DivClassName
{
background-color: #858496;
}
.BgClassName
{
background-color: #858496;
}
</style>
border-color css
<style>
span { border-color: #858496; }
span { border-color: rgb(133,132,150); }
td.TdClassName
{
border-color: #858496;
}
.TagClassName
{
border-color: #858496;
}
</style>