Shades of Jumbo #858582
Tints of Jumbo #858582
RGB
CMYK
RGB Variations
Color information
#858582 (or 0x858582) is known color: Jumbo. HEX triplet: 85, 85 and 82. RGB value is (133,133,130). Sum of RGB (Red+Green+Blue) = 133+133+130=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858582 is #7A7A7D. Grayscale: #848484. Windows color (decimal): -8026750 or 8553861. OLE color: 8553861.
HSL color Cylindrical-coordinate representation of color #858582: hue angle of 60º 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 #858582 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 133 | 130 | - |
| CMYK | 0 | 0 | 0.02 | 0.48 |
| HSL | 60º | 0.01% | 0.52% | - |
| HSV(B) | 60º | 0.02% | 0.52% | - |
| XYZ | 22.09 | 23.37 | 24.47 | - |
| YUV | 132.66 | 126.5 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 133 | 130 | 0 | 0 | 0.02 | 0.48 | 60 | 0.01 | 0.52 |
| Hex | 85 | 85 | 82 | 0 | 0 | 2 | 30 | 3C | 1 | 34 |
| Octal | 205 | 205 | 202 | 0 | 0 | 2 | 60 | 74 | 1 | 64 |
| Binary | 10000101 | 10000101 | 10000010 | 0 | 0 | 10 | 110000 | 111100 | 1 | 110100 |
Color Harmonies of #858582
Complementary color
Monochromatic Colors of #858582
Black with #858582
Text Example
Text Example
White with #858582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858582; }
p { color: rgb(133,133,130); }
H1.HeaderClassName
{
color: #858582;
}
.AnyTagClassName
{
color: #858582;
}
</style>
background-color css
<style>
a { background-color: #858582; }
a { background-color: rgb(133,133,130); }
div.DivClassName
{
background-color: #858582;
}
.BgClassName
{
background-color: #858582;
}
</style>
border-color css
<style>
span { border-color: #858582; }
span { border-color: rgb(133,133,130); }
td.TdClassName
{
border-color: #858582;
}
.TagClassName
{
border-color: #858582;
}
</style>