Shades of Feldgrau #59605C
Tints of Feldgrau #59605C
RGB
CMYK
RGB Variations
Color information
#59605C (or 0x59605C) is known color: Feldgrau. HEX triplet: 59, 60 and 5C. RGB value is (89,96,92). Sum of RGB (Red+Green+Blue) = 89+96+92=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 96 - color contains mainly: green. Hex color #59605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59605C is #A69FA3. Grayscale: #5D5D5D. Windows color (decimal): -10919844 or 6053977. OLE color: 6053977.
HSL color Cylindrical-coordinate representation of color #59605C: hue angle of 145.71º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #59605C is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 96 | 92 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.62 |
| HSL | 145.71º | 0.04% | 0.36% | - |
| HSV(B) | 145.71º | 0.07% | 0.38% | - |
| XYZ | 10.23 | 11.26 | 11.76 | - |
| YUV | 93.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 92 | 0.07 | 0 | 0.04 | 0.62 | 145.71 | 0.04 | 0.36 |
| Hex | 59 | 60 | 5C | 7 | 0 | 4 | 3E | 92 | 4 | 24 |
| Octal | 131 | 140 | 134 | 7 | 0 | 4 | 76 | 222 | 4 | 44 |
| Binary | 1011001 | 1100000 | 1011100 | 111 | 0 | 100 | 111110 | 10010010 | 100 | 100100 |
Color Harmonies of #59605C
Complementary color
Monochromatic Colors of #59605C
Black with #59605C
Text Example
Text Example
White with #59605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59605C; }
p { color: rgb(89,96,92); }
H1.HeaderClassName
{
color: #59605C;
}
.AnyTagClassName
{
color: #59605C;
}
</style>
background-color css
<style>
a { background-color: #59605C; }
a { background-color: rgb(89,96,92); }
div.DivClassName
{
background-color: #59605C;
}
.BgClassName
{
background-color: #59605C;
}
</style>
border-color css
<style>
span { border-color: #59605C; }
span { border-color: rgb(89,96,92); }
td.TdClassName
{
border-color: #59605C;
}
.TagClassName
{
border-color: #59605C;
}
</style>