Shades of Feldgrau #515653
Tints of Feldgrau #515653
RGB
CMYK
RGB Variations
Color information
#515653 (or 0x515653) is known color: Feldgrau. HEX triplet: 51, 56 and 53. RGB value is (81,86,83). Sum of RGB (Red+Green+Blue) = 81+86+83=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 86 - color contains mainly: green. Hex color #515653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515653 is #AEA9AC. Grayscale: #545454. Windows color (decimal): -11446701 or 5461585. OLE color: 5461585.
HSL color Cylindrical-coordinate representation of color #515653: hue angle of 144º degrees, saturation: 0.03, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #515653 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 86 | 83 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.66 |
| HSL | 144º | 0.03% | 0.33% | - |
| HSV(B) | 144º | 0.06% | 0.34% | - |
| XYZ | 8.28 | 9.03 | 9.49 | - |
| YUV | 84.16 | 127.34 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 86 | 83 | 0.06 | 0 | 0.03 | 0.66 | 144 | 0.03 | 0.33 |
| Hex | 51 | 56 | 53 | 6 | 0 | 3 | 42 | 90 | 3 | 21 |
| Octal | 121 | 126 | 123 | 6 | 0 | 3 | 102 | 220 | 3 | 41 |
| Binary | 1010001 | 1010110 | 1010011 | 110 | 0 | 11 | 1000010 | 10010000 | 11 | 100001 |
Color Harmonies of #515653
Complementary color
Monochromatic Colors of #515653
Black with #515653
Text Example
Text Example
White with #515653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515653; }
p { color: rgb(81,86,83); }
H1.HeaderClassName
{
color: #515653;
}
.AnyTagClassName
{
color: #515653;
}
</style>
background-color css
<style>
a { background-color: #515653; }
a { background-color: rgb(81,86,83); }
div.DivClassName
{
background-color: #515653;
}
.BgClassName
{
background-color: #515653;
}
</style>
border-color css
<style>
span { border-color: #515653; }
span { border-color: rgb(81,86,83); }
td.TdClassName
{
border-color: #515653;
}
.TagClassName
{
border-color: #515653;
}
</style>