Shades of Grey Suit #85848C
Tints of Grey Suit #85848C
RGB
CMYK
RGB Variations
Color information
#85848C (or 0x85848C) is known color: Grey Suit. HEX triplet: 85, 84 and 8C. RGB value is (133,132,140). Sum of RGB (Red+Green+Blue) = 133+132+140=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 140 - color contains mainly: blue. Hex color #85848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85848C is #7A7B73. Grayscale: #858585. Windows color (decimal): -8026996 or 9208965. OLE color: 9208965.
HSL color Cylindrical-coordinate representation of color #85848C: hue angle of 247.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #85848C is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 133 | 132 | 140 | - |
CMYK | 0.05 | 0.06 | 0 | 0.45 |
HSL | 247.5º | 0.03% | 0.53% | - |
HSV(B) | 247.5º | 0.06% | 0.55% | - |
XYZ | 22.66 | 23.38 | 28.13 | - |
YUV | 133.21 | 131.83 | 127.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 132 | 140 | 0.05 | 0.06 | 0 | 0.45 | 247.5 | 0.03 | 0.53 |
Hex | 85 | 84 | 8C | 5 | 6 | 0 | 2D | F8 | 3 | 35 |
Octal | 205 | 204 | 214 | 5 | 6 | 0 | 55 | 370 | 3 | 65 |
Binary | 10000101 | 10000100 | 10001100 | 101 | 110 | 0 | 101101 | 11111000 | 11 | 110101 |
Color Harmonies of #85848C
Complementary color
Monochromatic Colors of #85848C
Black with #85848C
Text Example
Text Example
White with #85848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85848C; }
p { color: rgb(133,132,140); }
H1.HeaderClassName
{
color: #85848C;
}
.AnyTagClassName
{
color: #85848C;
}
</style>
background-color css
<style>
a { background-color: #85848C; }
a { background-color: rgb(133,132,140); }
div.DivClassName
{
background-color: #85848C;
}
.BgClassName
{
background-color: #85848C;
}
</style>
border-color css
<style>
span { border-color: #85848C; }
span { border-color: rgb(133,132,140); }
td.TdClassName
{
border-color: #85848C;
}
.TagClassName
{
border-color: #85848C;
}
</style>