Shades of Feldgrau #5A635E
Tints of Feldgrau #5A635E
RGB
CMYK
RGB Variations
Color information
#5A635E (or 0x5A635E) is known color: Feldgrau. HEX triplet: 5A, 63 and 5E. RGB value is (90,99,94). Sum of RGB (Red+Green+Blue) = 90+99+94=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 99 - color contains mainly: green. Hex color #5A635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A635E is #A59CA1. Grayscale: #5F5F5F. Windows color (decimal): -10853538 or 6185818. OLE color: 6185818.
HSL color Cylindrical-coordinate representation of color #5A635E: hue angle of 146.67º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5A635E is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 99 | 94 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.61 |
| HSL | 146.67º | 0.05% | 0.37% | - |
| HSV(B) | 146.67º | 0.09% | 0.39% | - |
| XYZ | 10.7 | 11.91 | 12.32 | - |
| YUV | 95.74 | 127.02 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 94 | 0.09 | 0 | 0.05 | 0.61 | 146.67 | 0.05 | 0.37 |
| Hex | 5A | 63 | 5E | 9 | 0 | 5 | 3D | 93 | 5 | 25 |
| Octal | 132 | 143 | 136 | 11 | 0 | 5 | 75 | 223 | 5 | 45 |
| Binary | 1011010 | 1100011 | 1011110 | 1001 | 0 | 101 | 111101 | 10010011 | 101 | 100101 |
Color Harmonies of #5A635E
Complementary color
Monochromatic Colors of #5A635E
Black with #5A635E
Text Example
Text Example
White with #5A635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A635E; }
p { color: rgb(90,99,94); }
H1.HeaderClassName
{
color: #5A635E;
}
.AnyTagClassName
{
color: #5A635E;
}
</style>
background-color css
<style>
a { background-color: #5A635E; }
a { background-color: rgb(90,99,94); }
div.DivClassName
{
background-color: #5A635E;
}
.BgClassName
{
background-color: #5A635E;
}
</style>
border-color css
<style>
span { border-color: #5A635E; }
span { border-color: rgb(90,99,94); }
td.TdClassName
{
border-color: #5A635E;
}
.TagClassName
{
border-color: #5A635E;
}
</style>