Shades of Grey #858383
Tints of Grey #858383
RGB
CMYK
RGB Variations
Color information
#858383 (or 0x858383) is known color: Grey. HEX triplet: 85, 83 and 83. RGB value is (133,131,131). Sum of RGB (Red+Green+Blue) = 133+131+131=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 133 - color contains mainly: red. Hex color #858383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858383 is #7A7C7C. Grayscale: #838383. Windows color (decimal): -8027261 or 8618885. OLE color: 8618885.
HSL color Cylindrical-coordinate representation of color #858383: hue angle of 0º degrees, saturation: 0.01, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #858383 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
RGB | 133 | 131 | 131 | - |
CMYK | 0 | 0.02 | 0.02 | 0.48 |
HSL | 0º | 0.01% | 0.52% | - |
HSV(B) | 0º | 0.02% | 0.52% | - |
XYZ | 21.89 | 22.86 | 24.73 | - |
YUV | 131.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 131 | 131 | 0 | 0.02 | 0.02 | 0.48 | 0 | 0.01 | 0.52 |
Hex | 85 | 83 | 83 | 0 | 2 | 2 | 30 | 0 | 1 | 34 |
Octal | 205 | 203 | 203 | 0 | 2 | 2 | 60 | 0 | 1 | 64 |
Binary | 10000101 | 10000011 | 10000011 | 0 | 10 | 10 | 110000 | 0 | 1 | 110100 |
Color Harmonies of #858383
Complementary color
Monochromatic Colors of #858383
Black with #858383
Text Example
Text Example
White with #858383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858383; }
p { color: rgb(133,131,131); }
H1.HeaderClassName
{
color: #858383;
}
.AnyTagClassName
{
color: #858383;
}
</style>
background-color css
<style>
a { background-color: #858383; }
a { background-color: rgb(133,131,131); }
div.DivClassName
{
background-color: #858383;
}
.BgClassName
{
background-color: #858383;
}
</style>
border-color css
<style>
span { border-color: #858383; }
span { border-color: rgb(133,131,131); }
td.TdClassName
{
border-color: #858383;
}
.TagClassName
{
border-color: #858383;
}
</style>