Shades of Gravel #52534D
Tints of Gravel #52534D
RGB
CMYK
RGB Variations
Color information
#52534D (or 0x52534D) is known color: Gravel. HEX triplet: 52, 53 and 4D. RGB value is (82,83,77). Sum of RGB (Red+Green+Blue) = 82+83+77=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 83 - color contains mainly: green. Hex color #52534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52534D is #ADACB2. Grayscale: #525252. Windows color (decimal): -11381939 or 5067602. OLE color: 5067602.
HSL color Cylindrical-coordinate representation of color #52534D: hue angle of 70º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #52534D is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 83 | 77 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.67 |
| HSL | 70º | 0.04% | 0.31% | - |
| HSV(B) | 70º | 0.07% | 0.33% | - |
| XYZ | 7.91 | 8.52 | 8.25 | - |
| YUV | 82.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 77 | 0.01 | 0 | 0.07 | 0.67 | 70 | 0.04 | 0.31 |
| Hex | 52 | 53 | 4D | 1 | 0 | 7 | 43 | 46 | 4 | 1F |
| Octal | 122 | 123 | 115 | 1 | 0 | 7 | 103 | 106 | 4 | 37 |
| Binary | 1010010 | 1010011 | 1001101 | 1 | 0 | 111 | 1000011 | 1000110 | 100 | 11111 |
Color Harmonies of #52534D
Complementary color
Monochromatic Colors of #52534D
Black with #52534D
Text Example
Text Example
White with #52534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52534D; }
p { color: rgb(82,83,77); }
H1.HeaderClassName
{
color: #52534D;
}
.AnyTagClassName
{
color: #52534D;
}
</style>
background-color css
<style>
a { background-color: #52534D; }
a { background-color: rgb(82,83,77); }
div.DivClassName
{
background-color: #52534D;
}
.BgClassName
{
background-color: #52534D;
}
</style>
border-color css
<style>
span { border-color: #52534D; }
span { border-color: rgb(82,83,77); }
td.TdClassName
{
border-color: #52534D;
}
.TagClassName
{
border-color: #52534D;
}
</style>