Shades of Gravel #52534E
Tints of Gravel #52534E
RGB
CMYK
RGB Variations
Color information
#52534E (or 0x52534E) is known color: Gravel. HEX triplet: 52, 53 and 4E. RGB value is (82,83,78). Sum of RGB (Red+Green+Blue) = 82+83+78=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 83 - color contains mainly: green. Hex color #52534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52534E is #ADACB1. Grayscale: #525252. Windows color (decimal): -11381938 or 5133138. OLE color: 5133138.
HSL color Cylindrical-coordinate representation of color #52534E: hue angle of 72º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #52534E is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 83 | 78 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.67 |
| HSL | 72º | 0.03% | 0.32% | - |
| HSV(B) | 72º | 0.06% | 0.33% | - |
| XYZ | 7.95 | 8.53 | 8.44 | - |
| YUV | 82.13 | 125.67 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 78 | 0.01 | 0 | 0.06 | 0.67 | 72 | 0.03 | 0.32 |
| Hex | 52 | 53 | 4E | 1 | 0 | 6 | 43 | 48 | 3 | 20 |
| Octal | 122 | 123 | 116 | 1 | 0 | 6 | 103 | 110 | 3 | 40 |
| Binary | 1010010 | 1010011 | 1001110 | 1 | 0 | 110 | 1000011 | 1001000 | 11 | 100000 |
Color Harmonies of #52534E
Complementary color
Monochromatic Colors of #52534E
Black with #52534E
Text Example
Text Example
White with #52534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52534E; }
p { color: rgb(82,83,78); }
H1.HeaderClassName
{
color: #52534E;
}
.AnyTagClassName
{
color: #52534E;
}
</style>
background-color css
<style>
a { background-color: #52534E; }
a { background-color: rgb(82,83,78); }
div.DivClassName
{
background-color: #52534E;
}
.BgClassName
{
background-color: #52534E;
}
</style>
border-color css
<style>
span { border-color: #52534E; }
span { border-color: rgb(82,83,78); }
td.TdClassName
{
border-color: #52534E;
}
.TagClassName
{
border-color: #52534E;
}
</style>