Shades of Gravel #52544C
Tints of Gravel #52544C
RGB
CMYK
RGB Variations
Color information
#52544C (or 0x52544C) is known color: Gravel. HEX triplet: 52, 54 and 4C. RGB value is (82,84,76). Sum of RGB (Red+Green+Blue) = 82+84+76=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 84 - color contains mainly: green. Hex color #52544C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52544C is #ADABB3. Grayscale: #525252. Windows color (decimal): -11381684 or 5002322. OLE color: 5002322.
HSL color Cylindrical-coordinate representation of color #52544C: hue angle of 75º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #52544C is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 84 | 76 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.67 |
| HSL | 75º | 0.05% | 0.31% | - |
| HSV(B) | 75º | 0.1% | 0.33% | - |
| XYZ | 7.95 | 8.66 | 8.09 | - |
| YUV | 82.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 76 | 0.02 | 0 | 0.10 | 0.67 | 75 | 0.05 | 0.31 |
| Hex | 52 | 54 | 4C | 2 | 0 | A | 43 | 4B | 5 | 1F |
| Octal | 122 | 124 | 114 | 2 | 0 | 12 | 103 | 113 | 5 | 37 |
| Binary | 1010010 | 1010100 | 1001100 | 10 | 0 | 1010 | 1000011 | 1001011 | 101 | 11111 |
Color Harmonies of #52544C
Complementary color
Monochromatic Colors of #52544C
Black with #52544C
Text Example
Text Example
White with #52544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52544C; }
p { color: rgb(82,84,76); }
H1.HeaderClassName
{
color: #52544C;
}
.AnyTagClassName
{
color: #52544C;
}
</style>
background-color css
<style>
a { background-color: #52544C; }
a { background-color: rgb(82,84,76); }
div.DivClassName
{
background-color: #52544C;
}
.BgClassName
{
background-color: #52544C;
}
</style>
border-color css
<style>
span { border-color: #52544C; }
span { border-color: rgb(82,84,76); }
td.TdClassName
{
border-color: #52544C;
}
.TagClassName
{
border-color: #52544C;
}
</style>