Shades of Gravel #505249
Tints of Gravel #505249
RGB
CMYK
RGB Variations
Color information
#505249 (or 0x505249) is known color: Gravel. HEX triplet: 50, 52 and 49. RGB value is (80,82,73). Sum of RGB (Red+Green+Blue) = 80+82+73=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 82 - color contains mainly: green. Hex color #505249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505249 is #AFADB6. Grayscale: #505050. Windows color (decimal): -11513271 or 4805200. OLE color: 4805200.
HSL color Cylindrical-coordinate representation of color #505249: hue angle of 73.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #505249 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 82 | 73 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.68 |
| HSL | 73.33º | 0.06% | 0.3% | - |
| HSV(B) | 73.33º | 0.11% | 0.32% | - |
| XYZ | 7.53 | 8.22 | 7.49 | - |
| YUV | 80.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 82 | 73 | 0.02 | 0 | 0.11 | 0.68 | 73.33 | 0.06 | 0.3 |
| Hex | 50 | 52 | 49 | 2 | 0 | B | 44 | 49 | 6 | 1E |
| Octal | 120 | 122 | 111 | 2 | 0 | 13 | 104 | 111 | 6 | 36 |
| Binary | 1010000 | 1010010 | 1001001 | 10 | 0 | 1011 | 1000100 | 1001001 | 110 | 11110 |
Color Harmonies of #505249
Complementary color
Monochromatic Colors of #505249
Black with #505249
Text Example
Text Example
White with #505249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505249; }
p { color: rgb(80,82,73); }
H1.HeaderClassName
{
color: #505249;
}
.AnyTagClassName
{
color: #505249;
}
</style>
background-color css
<style>
a { background-color: #505249; }
a { background-color: rgb(80,82,73); }
div.DivClassName
{
background-color: #505249;
}
.BgClassName
{
background-color: #505249;
}
</style>
border-color css
<style>
span { border-color: #505249; }
span { border-color: rgb(80,82,73); }
td.TdClassName
{
border-color: #505249;
}
.TagClassName
{
border-color: #505249;
}
</style>