Shades of Gravel #505346
Tints of Gravel #505346
RGB
CMYK
RGB Variations
Color information
#505346 (or 0x505346) is known color: Gravel. HEX triplet: 50, 53 and 46. RGB value is (80,83,70). Sum of RGB (Red+Green+Blue) = 80+83+70=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 83 - color contains mainly: green. Hex color #505346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505346 is #AFACB9. Grayscale: #505050. Windows color (decimal): -11513018 or 4608848. OLE color: 4608848.
HSL color Cylindrical-coordinate representation of color #505346: hue angle of 73.85º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #505346 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 83 | 70 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.67 |
| HSL | 73.85º | 0.08% | 0.3% | - |
| HSV(B) | 73.85º | 0.16% | 0.33% | - |
| XYZ | 7.51 | 8.33 | 7.01 | - |
| YUV | 80.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 70 | 0.04 | 0 | 0.16 | 0.67 | 73.85 | 0.08 | 0.3 |
| Hex | 50 | 53 | 46 | 4 | 0 | 10 | 43 | 4A | 8 | 1E |
| Octal | 120 | 123 | 106 | 4 | 0 | 20 | 103 | 112 | 10 | 36 |
| Binary | 1010000 | 1010011 | 1000110 | 100 | 0 | 10000 | 1000011 | 1001010 | 1000 | 11110 |
Color Harmonies of #505346
Complementary color
Monochromatic Colors of #505346
Black with #505346
Text Example
Text Example
White with #505346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505346; }
p { color: rgb(80,83,70); }
H1.HeaderClassName
{
color: #505346;
}
.AnyTagClassName
{
color: #505346;
}
</style>
background-color css
<style>
a { background-color: #505346; }
a { background-color: rgb(80,83,70); }
div.DivClassName
{
background-color: #505346;
}
.BgClassName
{
background-color: #505346;
}
</style>
border-color css
<style>
span { border-color: #505346; }
span { border-color: rgb(80,83,70); }
td.TdClassName
{
border-color: #505346;
}
.TagClassName
{
border-color: #505346;
}
</style>