Shades of Feldgrau #50685A
Tints of Feldgrau #50685A
RGB
CMYK
RGB Variations
Color information
#50685A (or 0x50685A) is known color: Feldgrau. HEX triplet: 50, 68 and 5A. RGB value is (80,104,90). Sum of RGB (Red+Green+Blue) = 80+104+90=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 104 - color contains mainly: green. Hex color #50685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50685A is #AF97A5. Grayscale: #5F5F5F. Windows color (decimal): -11507622 or 5924944. OLE color: 5924944.
HSL color Cylindrical-coordinate representation of color #50685A: hue angle of 145º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #50685A is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 104 | 90 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.59 |
| HSL | 145º | 0.13% | 0.36% | - |
| HSV(B) | 145º | 0.23% | 0.41% | - |
| XYZ | 10.1 | 12.34 | 11.52 | - |
| YUV | 95.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 90 | 0.23 | 0 | 0.13 | 0.59 | 145 | 0.13 | 0.36 |
| Hex | 50 | 68 | 5A | 17 | 0 | D | 3B | 91 | D | 24 |
| Octal | 120 | 150 | 132 | 27 | 0 | 15 | 73 | 221 | 15 | 44 |
| Binary | 1010000 | 1101000 | 1011010 | 10111 | 0 | 1101 | 111011 | 10010001 | 1101 | 100100 |
Color Harmonies of #50685A
Complementary color
Monochromatic Colors of #50685A
Black with #50685A
Text Example
Text Example
White with #50685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50685A; }
p { color: rgb(80,104,90); }
H1.HeaderClassName
{
color: #50685A;
}
.AnyTagClassName
{
color: #50685A;
}
</style>
background-color css
<style>
a { background-color: #50685A; }
a { background-color: rgb(80,104,90); }
div.DivClassName
{
background-color: #50685A;
}
.BgClassName
{
background-color: #50685A;
}
</style>
border-color css
<style>
span { border-color: #50685A; }
span { border-color: rgb(80,104,90); }
td.TdClassName
{
border-color: #50685A;
}
.TagClassName
{
border-color: #50685A;
}
</style>