Shades of Feldgrau #505F55
Tints of Feldgrau #505F55
RGB
CMYK
RGB Variations
Color information
#505F55 (or 0x505F55) is known color: Feldgrau. HEX triplet: 50, 5F and 55. RGB value is (80,95,85). Sum of RGB (Red+Green+Blue) = 80+95+85=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 95 - color contains mainly: green. Hex color #505F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F55 is #AFA0AA. Grayscale: #595959. Windows color (decimal): -11509931 or 5594960. OLE color: 5594960.
HSL color Cylindrical-coordinate representation of color #505F55: hue angle of 140º 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 #505F55 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 95 | 85 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.63 |
| HSL | 140º | 0.09% | 0.34% | - |
| HSV(B) | 140º | 0.16% | 0.37% | - |
| XYZ | 9.04 | 10.55 | 10.15 | - |
| YUV | 89.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 95 | 85 | 0.16 | 0 | 0.11 | 0.63 | 140 | 0.09 | 0.34 |
| Hex | 50 | 5F | 55 | 10 | 0 | B | 3F | 8C | 9 | 22 |
| Octal | 120 | 137 | 125 | 20 | 0 | 13 | 77 | 214 | 11 | 42 |
| Binary | 1010000 | 1011111 | 1010101 | 10000 | 0 | 1011 | 111111 | 10001100 | 1001 | 100010 |
Color Harmonies of #505F55
Complementary color
Monochromatic Colors of #505F55
Black with #505F55
Text Example
Text Example
White with #505F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505F55; }
p { color: rgb(80,95,85); }
H1.HeaderClassName
{
color: #505F55;
}
.AnyTagClassName
{
color: #505F55;
}
</style>
background-color css
<style>
a { background-color: #505F55; }
a { background-color: rgb(80,95,85); }
div.DivClassName
{
background-color: #505F55;
}
.BgClassName
{
background-color: #505F55;
}
</style>
border-color css
<style>
span { border-color: #505F55; }
span { border-color: rgb(80,95,85); }
td.TdClassName
{
border-color: #505F55;
}
.TagClassName
{
border-color: #505F55;
}
</style>