Shades of Grey #858282
Tints of Grey #858282
RGB
CMYK
RGB Variations
Color information
#858282 (or 0x858282) is known color: Grey. HEX triplet: 85, 82 and 82. RGB value is (133,130,130). Sum of RGB (Red+Green+Blue) = 133+130+130=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 133 - color contains mainly: red. Hex color #858282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858282 is #7A7D7D. Grayscale: #828282. Windows color (decimal): -8027518 or 8553093. OLE color: 8553093.
HSL color Cylindrical-coordinate representation of color #858282: 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 #858282 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 130 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.48 |
| HSL | 0º | 0.01% | 0.52% | - |
| HSV(B) | 0º | 0.02% | 0.52% | - |
| XYZ | 21.68 | 22.56 | 24.33 | - |
| YUV | 130.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 130 | 0 | 0.02 | 0.02 | 0.48 | 0 | 0.01 | 0.52 |
| Hex | 85 | 82 | 82 | 0 | 2 | 2 | 30 | 0 | 1 | 34 |
| Octal | 205 | 202 | 202 | 0 | 2 | 2 | 60 | 0 | 1 | 64 |
| Binary | 10000101 | 10000010 | 10000010 | 0 | 10 | 10 | 110000 | 0 | 1 | 110100 |
Color Harmonies of #858282
Complementary color
Monochromatic Colors of #858282
Black with #858282
Text Example
Text Example
White with #858282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858282; }
p { color: rgb(133,130,130); }
H1.HeaderClassName
{
color: #858282;
}
.AnyTagClassName
{
color: #858282;
}
</style>
background-color css
<style>
a { background-color: #858282; }
a { background-color: rgb(133,130,130); }
div.DivClassName
{
background-color: #858282;
}
.BgClassName
{
background-color: #858282;
}
</style>
border-color css
<style>
span { border-color: #858282; }
span { border-color: rgb(133,130,130); }
td.TdClassName
{
border-color: #858282;
}
.TagClassName
{
border-color: #858282;
}
</style>