Shades of Feldgrau #505F56
Tints of Feldgrau #505F56
RGB
CMYK
RGB Variations
Color information
#505F56 (or 0x505F56) is known color: Feldgrau. HEX triplet: 50, 5F and 56. RGB value is (80,95,86). Sum of RGB (Red+Green+Blue) = 80+95+86=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 95 - color contains mainly: green. Hex color #505F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F56 is #AFA0A9. Grayscale: #595959. Windows color (decimal): -11509930 or 5660496. OLE color: 5660496.
HSL color Cylindrical-coordinate representation of color #505F56: hue angle of 144º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #505F56 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 95 | 86 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.63 |
| HSL | 144º | 0.09% | 0.34% | - |
| HSV(B) | 144º | 0.16% | 0.37% | - |
| XYZ | 9.08 | 10.56 | 10.36 | - |
| YUV | 89.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 95 | 86 | 0.16 | 0 | 0.09 | 0.63 | 144 | 0.09 | 0.34 |
| Hex | 50 | 5F | 56 | 10 | 0 | 9 | 3F | 90 | 9 | 22 |
| Octal | 120 | 137 | 126 | 20 | 0 | 11 | 77 | 220 | 11 | 42 |
| Binary | 1010000 | 1011111 | 1010110 | 10000 | 0 | 1001 | 111111 | 10010000 | 1001 | 100010 |
Color Harmonies of #505F56
Complementary color
Monochromatic Colors of #505F56
Black with #505F56
Text Example
Text Example
White with #505F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505F56; }
p { color: rgb(80,95,86); }
H1.HeaderClassName
{
color: #505F56;
}
.AnyTagClassName
{
color: #505F56;
}
</style>
background-color css
<style>
a { background-color: #505F56; }
a { background-color: rgb(80,95,86); }
div.DivClassName
{
background-color: #505F56;
}
.BgClassName
{
background-color: #505F56;
}
</style>
border-color css
<style>
span { border-color: #505F56; }
span { border-color: rgb(80,95,86); }
td.TdClassName
{
border-color: #505F56;
}
.TagClassName
{
border-color: #505F56;
}
</style>