Shades of Feldgrau #515E56
Tints of Feldgrau #515E56
RGB
CMYK
RGB Variations
Color information
#515E56 (or 0x515E56) is known color: Feldgrau. HEX triplet: 51, 5E and 56. RGB value is (81,94,86). Sum of RGB (Red+Green+Blue) = 81+94+86=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 94 - color contains mainly: green. Hex color #515E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515E56 is #AEA1A9. Grayscale: #595959. Windows color (decimal): -11444650 or 5660241. OLE color: 5660241.
HSL color Cylindrical-coordinate representation of color #515E56: hue angle of 143.08º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #515E56 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 94 | 86 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.63 |
| HSL | 143.08º | 0.07% | 0.34% | - |
| HSV(B) | 143.08º | 0.14% | 0.37% | - |
| XYZ | 9.08 | 10.43 | 10.34 | - |
| YUV | 89.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 94 | 86 | 0.14 | 0 | 0.09 | 0.63 | 143.08 | 0.07 | 0.34 |
| Hex | 51 | 5E | 56 | E | 0 | 9 | 3F | 8F | 7 | 22 |
| Octal | 121 | 136 | 126 | 16 | 0 | 11 | 77 | 217 | 7 | 42 |
| Binary | 1010001 | 1011110 | 1010110 | 1110 | 0 | 1001 | 111111 | 10001111 | 111 | 100010 |
Color Harmonies of #515E56
Complementary color
Monochromatic Colors of #515E56
Black with #515E56
Text Example
Text Example
White with #515E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515E56; }
p { color: rgb(81,94,86); }
H1.HeaderClassName
{
color: #515E56;
}
.AnyTagClassName
{
color: #515E56;
}
</style>
background-color css
<style>
a { background-color: #515E56; }
a { background-color: rgb(81,94,86); }
div.DivClassName
{
background-color: #515E56;
}
.BgClassName
{
background-color: #515E56;
}
</style>
border-color css
<style>
span { border-color: #515E56; }
span { border-color: rgb(81,94,86); }
td.TdClassName
{
border-color: #515E56;
}
.TagClassName
{
border-color: #515E56;
}
</style>