Shades of Feldgrau #50675A
Tints of Feldgrau #50675A
RGB
CMYK
RGB Variations
Color information
#50675A (or 0x50675A) is known color: Feldgrau. HEX triplet: 50, 67 and 5A. RGB value is (80,103,90). Sum of RGB (Red+Green+Blue) = 80+103+90=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 103 - color contains mainly: green. Hex color #50675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50675A is #AF98A5. Grayscale: #5E5E5E. Windows color (decimal): -11507878 or 5924688. OLE color: 5924688.
HSL color Cylindrical-coordinate representation of color #50675A: hue angle of 146.09º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #50675A is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 103 | 90 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.60 |
| HSL | 146.09º | 0.13% | 0.36% | - |
| HSV(B) | 146.09º | 0.22% | 0.4% | - |
| XYZ | 10 | 12.14 | 11.49 | - |
| YUV | 94.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 90 | 0.22 | 0 | 0.13 | 0.60 | 146.09 | 0.13 | 0.36 |
| Hex | 50 | 67 | 5A | 16 | 0 | D | 3C | 92 | D | 24 |
| Octal | 120 | 147 | 132 | 26 | 0 | 15 | 74 | 222 | 15 | 44 |
| Binary | 1010000 | 1100111 | 1011010 | 10110 | 0 | 1101 | 111100 | 10010010 | 1101 | 100100 |
Color Harmonies of #50675A
Complementary color
Monochromatic Colors of #50675A
Black with #50675A
Text Example
Text Example
White with #50675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50675A; }
p { color: rgb(80,103,90); }
H1.HeaderClassName
{
color: #50675A;
}
.AnyTagClassName
{
color: #50675A;
}
</style>
background-color css
<style>
a { background-color: #50675A; }
a { background-color: rgb(80,103,90); }
div.DivClassName
{
background-color: #50675A;
}
.BgClassName
{
background-color: #50675A;
}
</style>
border-color css
<style>
span { border-color: #50675A; }
span { border-color: rgb(80,103,90); }
td.TdClassName
{
border-color: #50675A;
}
.TagClassName
{
border-color: #50675A;
}
</style>