Shades of Gravel #525546
Tints of Gravel #525546
RGB
CMYK
RGB Variations
Color information
#525546 (or 0x525546) is known color: Gravel. HEX triplet: 52, 55 and 46. RGB value is (82,85,70). Sum of RGB (Red+Green+Blue) = 82+85+70=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 85 - color contains mainly: green. Hex color #525546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525546 is #ADAAB9. Grayscale: #525252. Windows color (decimal): -11381434 or 4609362. OLE color: 4609362.
HSL color Cylindrical-coordinate representation of color #525546: hue angle of 72º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #525546 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 85 | 70 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.67 |
| HSL | 72º | 0.1% | 0.3% | - |
| HSV(B) | 72º | 0.18% | 0.33% | - |
| XYZ | 7.83 | 8.73 | 7.07 | - |
| YUV | 82.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 70 | 0.04 | 0 | 0.18 | 0.67 | 72 | 0.1 | 0.3 |
| Hex | 52 | 55 | 46 | 4 | 0 | 12 | 43 | 48 | A | 1E |
| Octal | 122 | 125 | 106 | 4 | 0 | 22 | 103 | 110 | 12 | 36 |
| Binary | 1010010 | 1010101 | 1000110 | 100 | 0 | 10010 | 1000011 | 1001000 | 1010 | 11110 |
Color Harmonies of #525546
Complementary color
Monochromatic Colors of #525546
Black with #525546
Text Example
Text Example
White with #525546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525546; }
p { color: rgb(82,85,70); }
H1.HeaderClassName
{
color: #525546;
}
.AnyTagClassName
{
color: #525546;
}
</style>
background-color css
<style>
a { background-color: #525546; }
a { background-color: rgb(82,85,70); }
div.DivClassName
{
background-color: #525546;
}
.BgClassName
{
background-color: #525546;
}
</style>
border-color css
<style>
span { border-color: #525546; }
span { border-color: rgb(82,85,70); }
td.TdClassName
{
border-color: #525546;
}
.TagClassName
{
border-color: #525546;
}
</style>