Shades of Grey Suit #858492
Tints of Grey Suit #858492
RGB
CMYK
RGB Variations
Color information
#858492 (or 0x858492) is known color: Grey Suit. HEX triplet: 85, 84 and 92. RGB value is (133,132,146). Sum of RGB (Red+Green+Blue) = 133+132+146=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 146 - color contains mainly: blue. Hex color #858492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858492 is #7A7B6D. Grayscale: #858585. Windows color (decimal): -8026990 or 9602181. OLE color: 9602181.
HSL color Cylindrical-coordinate representation of color #858492: hue angle of 244.29º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #858492 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 132 | 146 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.43 |
| HSL | 244.29º | 0.06% | 0.55% | - |
| HSV(B) | 244.29º | 0.1% | 0.57% | - |
| XYZ | 23.11 | 23.56 | 30.52 | - |
| YUV | 133.9 | 134.83 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 146 | 0.09 | 0.10 | 0 | 0.43 | 244.29 | 0.06 | 0.55 |
| Hex | 85 | 84 | 92 | 9 | A | 0 | 2B | F4 | 6 | 37 |
| Octal | 205 | 204 | 222 | 11 | 12 | 0 | 53 | 364 | 6 | 67 |
| Binary | 10000101 | 10000100 | 10010010 | 1001 | 1010 | 0 | 101011 | 11110100 | 110 | 110111 |
Color Harmonies of #858492
Complementary color
Monochromatic Colors of #858492
Black with #858492
Text Example
Text Example
White with #858492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858492; }
p { color: rgb(133,132,146); }
H1.HeaderClassName
{
color: #858492;
}
.AnyTagClassName
{
color: #858492;
}
</style>
background-color css
<style>
a { background-color: #858492; }
a { background-color: rgb(133,132,146); }
div.DivClassName
{
background-color: #858492;
}
.BgClassName
{
background-color: #858492;
}
</style>
border-color css
<style>
span { border-color: #858492; }
span { border-color: rgb(133,132,146); }
td.TdClassName
{
border-color: #858492;
}
.TagClassName
{
border-color: #858492;
}
</style>