Shades of Feldgrau #505A53
Tints of Feldgrau #505A53
RGB
CMYK
RGB Variations
Color information
#505A53 (or 0x505A53) is known color: Feldgrau. HEX triplet: 50, 5A and 53. RGB value is (80,90,83). Sum of RGB (Red+Green+Blue) = 80+90+83=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 90 - color contains mainly: green. Hex color #505A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A53 is #AFA5AC. Grayscale: #565656. Windows color (decimal): -11511213 or 5462608. OLE color: 5462608.
HSL color Cylindrical-coordinate representation of color #505A53: hue angle of 138º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #505A53 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 90 | 83 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.65 |
| HSL | 138º | 0.06% | 0.33% | - |
| HSV(B) | 138º | 0.11% | 0.35% | - |
| XYZ | 8.53 | 9.64 | 9.6 | - |
| YUV | 86.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 83 | 0.11 | 0 | 0.08 | 0.65 | 138 | 0.06 | 0.33 |
| Hex | 50 | 5A | 53 | B | 0 | 8 | 41 | 8A | 6 | 21 |
| Octal | 120 | 132 | 123 | 13 | 0 | 10 | 101 | 212 | 6 | 41 |
| Binary | 1010000 | 1011010 | 1010011 | 1011 | 0 | 1000 | 1000001 | 10001010 | 110 | 100001 |
Color Harmonies of #505A53
Complementary color
Monochromatic Colors of #505A53
Black with #505A53
Text Example
Text Example
White with #505A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A53; }
p { color: rgb(80,90,83); }
H1.HeaderClassName
{
color: #505A53;
}
.AnyTagClassName
{
color: #505A53;
}
</style>
background-color css
<style>
a { background-color: #505A53; }
a { background-color: rgb(80,90,83); }
div.DivClassName
{
background-color: #505A53;
}
.BgClassName
{
background-color: #505A53;
}
</style>
border-color css
<style>
span { border-color: #505A53; }
span { border-color: rgb(80,90,83); }
td.TdClassName
{
border-color: #505A53;
}
.TagClassName
{
border-color: #505A53;
}
</style>