Shades of Feldgrau #505753
Tints of Feldgrau #505753
RGB
CMYK
RGB Variations
Color information
#505753 (or 0x505753) is known color: Feldgrau. HEX triplet: 50, 57 and 53. RGB value is (80,87,83). Sum of RGB (Red+Green+Blue) = 80+87+83=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 87 - color contains mainly: green. Hex color #505753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505753 is #AFA8AC. Grayscale: #545454. Windows color (decimal): -11511981 or 5461840. OLE color: 5461840.
HSL color Cylindrical-coordinate representation of color #505753: hue angle of 145.71º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #505753 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 87 | 83 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.66 |
| HSL | 145.71º | 0.04% | 0.33% | - |
| HSV(B) | 145.71º | 0.08% | 0.34% | - |
| XYZ | 8.28 | 9.15 | 9.51 | - |
| YUV | 84.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 87 | 83 | 0.08 | 0 | 0.05 | 0.66 | 145.71 | 0.04 | 0.33 |
| Hex | 50 | 57 | 53 | 8 | 0 | 5 | 42 | 92 | 4 | 21 |
| Octal | 120 | 127 | 123 | 10 | 0 | 5 | 102 | 222 | 4 | 41 |
| Binary | 1010000 | 1010111 | 1010011 | 1000 | 0 | 101 | 1000010 | 10010010 | 100 | 100001 |
Color Harmonies of #505753
Complementary color
Monochromatic Colors of #505753
Black with #505753
Text Example
Text Example
White with #505753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505753; }
p { color: rgb(80,87,83); }
H1.HeaderClassName
{
color: #505753;
}
.AnyTagClassName
{
color: #505753;
}
</style>
background-color css
<style>
a { background-color: #505753; }
a { background-color: rgb(80,87,83); }
div.DivClassName
{
background-color: #505753;
}
.BgClassName
{
background-color: #505753;
}
</style>
border-color css
<style>
span { border-color: #505753; }
span { border-color: rgb(80,87,83); }
td.TdClassName
{
border-color: #505753;
}
.TagClassName
{
border-color: #505753;
}
</style>