Shades of Feldgrau #505C55
Tints of Feldgrau #505C55
RGB
CMYK
RGB Variations
Color information
#505C55 (or 0x505C55) is known color: Feldgrau. HEX triplet: 50, 5C and 55. RGB value is (80,92,85). Sum of RGB (Red+Green+Blue) = 80+92+85=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 92 - color contains mainly: green. Hex color #505C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C55 is #AFA3AA. Grayscale: #575757. Windows color (decimal): -11510699 or 5594192. OLE color: 5594192.
HSL color Cylindrical-coordinate representation of color #505C55: hue angle of 145º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #505C55 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 92 | 85 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.64 |
| HSL | 145º | 0.07% | 0.34% | - |
| HSV(B) | 145º | 0.13% | 0.36% | - |
| XYZ | 8.78 | 10.02 | 10.07 | - |
| YUV | 87.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 85 | 0.13 | 0 | 0.08 | 0.64 | 145 | 0.07 | 0.34 |
| Hex | 50 | 5C | 55 | D | 0 | 8 | 40 | 91 | 7 | 22 |
| Octal | 120 | 134 | 125 | 15 | 0 | 10 | 100 | 221 | 7 | 42 |
| Binary | 1010000 | 1011100 | 1010101 | 1101 | 0 | 1000 | 1000000 | 10010001 | 111 | 100010 |
Color Harmonies of #505C55
Complementary color
Monochromatic Colors of #505C55
Black with #505C55
Text Example
Text Example
White with #505C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505C55; }
p { color: rgb(80,92,85); }
H1.HeaderClassName
{
color: #505C55;
}
.AnyTagClassName
{
color: #505C55;
}
</style>
background-color css
<style>
a { background-color: #505C55; }
a { background-color: rgb(80,92,85); }
div.DivClassName
{
background-color: #505C55;
}
.BgClassName
{
background-color: #505C55;
}
</style>
border-color css
<style>
span { border-color: #505C55; }
span { border-color: rgb(80,92,85); }
td.TdClassName
{
border-color: #505C55;
}
.TagClassName
{
border-color: #505C55;
}
</style>