Shades of Gravel #50514A
Tints of Gravel #50514A
RGB
CMYK
RGB Variations
Color information
#50514A (or 0x50514A) is known color: Gravel. HEX triplet: 50, 51 and 4A. RGB value is (80,81,74). Sum of RGB (Red+Green+Blue) = 80+81+74=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 81 - color contains mainly: green. Hex color #50514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50514A is #AFAEB5. Grayscale: #4F4F4F. Windows color (decimal): -11513526 or 4870480. OLE color: 4870480.
HSL color Cylindrical-coordinate representation of color #50514A: hue angle of 68.57º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #50514A is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 81 | 74 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.68 |
| HSL | 68.57º | 0.05% | 0.3% | - |
| HSV(B) | 68.57º | 0.09% | 0.32% | - |
| XYZ | 7.49 | 8.08 | 7.64 | - |
| YUV | 79.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 74 | 0.01 | 0 | 0.09 | 0.68 | 68.57 | 0.05 | 0.3 |
| Hex | 50 | 51 | 4A | 1 | 0 | 9 | 44 | 45 | 5 | 1E |
| Octal | 120 | 121 | 112 | 1 | 0 | 11 | 104 | 105 | 5 | 36 |
| Binary | 1010000 | 1010001 | 1001010 | 1 | 0 | 1001 | 1000100 | 1000101 | 101 | 11110 |
Color Harmonies of #50514A
Complementary color
Monochromatic Colors of #50514A
Black with #50514A
Text Example
Text Example
White with #50514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50514A; }
p { color: rgb(80,81,74); }
H1.HeaderClassName
{
color: #50514A;
}
.AnyTagClassName
{
color: #50514A;
}
</style>
background-color css
<style>
a { background-color: #50514A; }
a { background-color: rgb(80,81,74); }
div.DivClassName
{
background-color: #50514A;
}
.BgClassName
{
background-color: #50514A;
}
</style>
border-color css
<style>
span { border-color: #50514A; }
span { border-color: rgb(80,81,74); }
td.TdClassName
{
border-color: #50514A;
}
.TagClassName
{
border-color: #50514A;
}
</style>