Shades of Grey #858585
Tints of Grey #858585
RGB
CMYK
RGB Variations
Color information
#858585 (or 0x858585) is known color: Grey. HEX triplet: 85, 85 and 85. RGB value is (133,133,133). Sum of RGB (Red+Green+Blue) = 133+133+133=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 133 - color contains mainly: red, green, blue. Hex color #858585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858585 is #7A7A7A. Grayscale: #858585. Windows color (decimal): -8026747 or 8750469. OLE color: 8750469.
HSL color Cylindrical-coordinate representation of color #858585: hue angle of 0º degrees, saturation: 0, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0%. Process color model (Four color, CMYK) of #858585 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
RGB | 133 | 133 | 133 | - |
CMYK | 0 | 0 | 0 | 0.48 |
HSL | 0º | 0% | 0.52% | - |
HSV(B) | 0º | 0% | 0.52% | - |
XYZ | 22.29 | 23.46 | 25.54 | - |
YUV | 133 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 133 | 133 | 0 | 0 | 0 | 0.48 | 0 | 0 | 0.52 |
Hex | 85 | 85 | 85 | 0 | 0 | 0 | 30 | 0 | 0 | 34 |
Octal | 205 | 205 | 205 | 0 | 0 | 0 | 60 | 0 | 0 | 64 |
Binary | 10000101 | 10000101 | 10000101 | 0 | 0 | 0 | 110000 | 0 | 0 | 110100 |
Color Harmonies of #858585
Complementary color
Monochromatic Colors of #858585
Black with #858585
Text Example
Text Example
White with #858585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858585; }
p { color: rgb(133,133,133); }
H1.HeaderClassName
{
color: #858585;
}
.AnyTagClassName
{
color: #858585;
}
</style>
background-color css
<style>
a { background-color: #858585; }
a { background-color: rgb(133,133,133); }
div.DivClassName
{
background-color: #858585;
}
.BgClassName
{
background-color: #858585;
}
</style>
border-color css
<style>
span { border-color: #858585; }
span { border-color: rgb(133,133,133); }
td.TdClassName
{
border-color: #858585;
}
.TagClassName
{
border-color: #858585;
}
</style>