Shades of Feldgrau #505D56
Tints of Feldgrau #505D56
RGB
CMYK
RGB Variations
Color information
#505D56 (or 0x505D56) is known color: Feldgrau. HEX triplet: 50, 5D and 56. RGB value is (80,93,86). Sum of RGB (Red+Green+Blue) = 80+93+86=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 93 - color contains mainly: green. Hex color #505D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505D56 is #AFA2A9. Grayscale: #585858. Windows color (decimal): -11510442 or 5659984. OLE color: 5659984.
HSL color Cylindrical-coordinate representation of color #505D56: hue angle of 147.69º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #505D56 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 93 | 86 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.64 |
| HSL | 147.69º | 0.08% | 0.34% | - |
| HSV(B) | 147.69º | 0.14% | 0.36% | - |
| XYZ | 8.9 | 10.21 | 10.3 | - |
| YUV | 88.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 86 | 0.14 | 0 | 0.08 | 0.64 | 147.69 | 0.08 | 0.34 |
| Hex | 50 | 5D | 56 | E | 0 | 8 | 40 | 94 | 8 | 22 |
| Octal | 120 | 135 | 126 | 16 | 0 | 10 | 100 | 224 | 10 | 42 |
| Binary | 1010000 | 1011101 | 1010110 | 1110 | 0 | 1000 | 1000000 | 10010100 | 1000 | 100010 |
Color Harmonies of #505D56
Complementary color
Monochromatic Colors of #505D56
Black with #505D56
Text Example
Text Example
White with #505D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505D56; }
p { color: rgb(80,93,86); }
H1.HeaderClassName
{
color: #505D56;
}
.AnyTagClassName
{
color: #505D56;
}
</style>
background-color css
<style>
a { background-color: #505D56; }
a { background-color: rgb(80,93,86); }
div.DivClassName
{
background-color: #505D56;
}
.BgClassName
{
background-color: #505D56;
}
</style>
border-color css
<style>
span { border-color: #505D56; }
span { border-color: rgb(80,93,86); }
td.TdClassName
{
border-color: #505D56;
}
.TagClassName
{
border-color: #505D56;
}
</style>