Shades of Feldgrau #505351
Tints of Feldgrau #505351
RGB
CMYK
RGB Variations
Color information
#505351 (or 0x505351) is known color: Feldgrau. HEX triplet: 50, 53 and 51. RGB value is (80,83,81). Sum of RGB (Red+Green+Blue) = 80+83+81=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 83 - color contains mainly: green. Hex color #505351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505351 is #AFACAE. Grayscale: #515151. Windows color (decimal): -11513007 or 5329744. OLE color: 5329744.
HSL color Cylindrical-coordinate representation of color #505351: hue angle of 140º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #505351 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 83 | 81 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.67 |
| HSL | 140º | 0.02% | 0.32% | - |
| HSV(B) | 140º | 0.04% | 0.33% | - |
| XYZ | 7.89 | 8.49 | 9.01 | - |
| YUV | 81.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 81 | 0.04 | 0 | 0.02 | 0.67 | 140 | 0.02 | 0.32 |
| Hex | 50 | 53 | 51 | 4 | 0 | 2 | 43 | 8C | 2 | 20 |
| Octal | 120 | 123 | 121 | 4 | 0 | 2 | 103 | 214 | 2 | 40 |
| Binary | 1010000 | 1010011 | 1010001 | 100 | 0 | 10 | 1000011 | 10001100 | 10 | 100000 |
Color Harmonies of #505351
Complementary color
Monochromatic Colors of #505351
Black with #505351
Text Example
Text Example
White with #505351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505351; }
p { color: rgb(80,83,81); }
H1.HeaderClassName
{
color: #505351;
}
.AnyTagClassName
{
color: #505351;
}
</style>
background-color css
<style>
a { background-color: #505351; }
a { background-color: rgb(80,83,81); }
div.DivClassName
{
background-color: #505351;
}
.BgClassName
{
background-color: #505351;
}
</style>
border-color css
<style>
span { border-color: #505351; }
span { border-color: rgb(80,83,81); }
td.TdClassName
{
border-color: #505351;
}
.TagClassName
{
border-color: #505351;
}
</style>