Shades of Grey Suit #868592
Tints of Grey Suit #868592
RGB
CMYK
RGB Variations
Color information
#868592 (or 0x868592) is known color: Grey Suit. HEX triplet: 86, 85 and 92. RGB value is (134,133,146). Sum of RGB (Red+Green+Blue) = 134+133+146=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 146 - color contains mainly: blue. Hex color #868592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868592 is #797A6D. Grayscale: #868686. Windows color (decimal): -7961198 or 9602438. OLE color: 9602438.
HSL color Cylindrical-coordinate representation of color #868592: hue angle of 244.62º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #868592 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 133 | 146 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.43 |
| HSL | 244.62º | 0.06% | 0.55% | - |
| HSV(B) | 244.62º | 0.09% | 0.57% | - |
| XYZ | 23.41 | 23.92 | 30.58 | - |
| YUV | 134.78 | 134.33 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 133 | 146 | 0.08 | 0.09 | 0 | 0.43 | 244.62 | 0.06 | 0.55 |
| Hex | 86 | 85 | 92 | 8 | 9 | 0 | 2B | F5 | 6 | 37 |
| Octal | 206 | 205 | 222 | 10 | 11 | 0 | 53 | 365 | 6 | 67 |
| Binary | 10000110 | 10000101 | 10010010 | 1000 | 1001 | 0 | 101011 | 11110101 | 110 | 110111 |
Color Harmonies of #868592
Complementary color
Monochromatic Colors of #868592
Black with #868592
Text Example
Text Example
White with #868592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868592; }
p { color: rgb(134,133,146); }
H1.HeaderClassName
{
color: #868592;
}
.AnyTagClassName
{
color: #868592;
}
</style>
background-color css
<style>
a { background-color: #868592; }
a { background-color: rgb(134,133,146); }
div.DivClassName
{
background-color: #868592;
}
.BgClassName
{
background-color: #868592;
}
</style>
border-color css
<style>
span { border-color: #868592; }
span { border-color: rgb(134,133,146); }
td.TdClassName
{
border-color: #868592;
}
.TagClassName
{
border-color: #868592;
}
</style>