Shades of Feldgrau #505D54
Tints of Feldgrau #505D54
RGB
CMYK
RGB Variations
Color information
#505D54 (or 0x505D54) is known color: Feldgrau. HEX triplet: 50, 5D and 54. RGB value is (80,93,84). Sum of RGB (Red+Green+Blue) = 80+93+84=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 93 - color contains mainly: green. Hex color #505D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505D54 is #AFA2AB. Grayscale: #585858. Windows color (decimal): -11510444 or 5528912. OLE color: 5528912.
HSL color Cylindrical-coordinate representation of color #505D54: hue angle of 138.46º 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 #505D54 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 93 | 84 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.64 |
| HSL | 138.46º | 0.08% | 0.34% | - |
| HSV(B) | 138.46º | 0.14% | 0.36% | - |
| XYZ | 8.82 | 10.17 | 9.89 | - |
| YUV | 88.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 84 | 0.14 | 0 | 0.10 | 0.64 | 138.46 | 0.08 | 0.34 |
| Hex | 50 | 5D | 54 | E | 0 | A | 40 | 8A | 8 | 22 |
| Octal | 120 | 135 | 124 | 16 | 0 | 12 | 100 | 212 | 10 | 42 |
| Binary | 1010000 | 1011101 | 1010100 | 1110 | 0 | 1010 | 1000000 | 10001010 | 1000 | 100010 |
Color Harmonies of #505D54
Complementary color
Monochromatic Colors of #505D54
Black with #505D54
Text Example
Text Example
White with #505D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505D54; }
p { color: rgb(80,93,84); }
H1.HeaderClassName
{
color: #505D54;
}
.AnyTagClassName
{
color: #505D54;
}
</style>
background-color css
<style>
a { background-color: #505D54; }
a { background-color: rgb(80,93,84); }
div.DivClassName
{
background-color: #505D54;
}
.BgClassName
{
background-color: #505D54;
}
</style>
border-color css
<style>
span { border-color: #505D54; }
span { border-color: rgb(80,93,84); }
td.TdClassName
{
border-color: #505D54;
}
.TagClassName
{
border-color: #505D54;
}
</style>