Shades of Feldgrau #575A58
Tints of Feldgrau #575A58
RGB
CMYK
RGB Variations
Color information
#575A58 (or 0x575A58) is known color: Feldgrau. HEX triplet: 57, 5A and 58. RGB value is (87,90,88). Sum of RGB (Red+Green+Blue) = 87+90+88=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 90 - color contains mainly: green. Hex color #575A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A58 is #A8A5A7. Grayscale: #585858. Windows color (decimal): -11052456 or 5790295. OLE color: 5790295.
HSL color Cylindrical-coordinate representation of color #575A58: hue angle of 140º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #575A58 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 90 | 88 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.65 |
| HSL | 140º | 0.02% | 0.35% | - |
| HSV(B) | 140º | 0.03% | 0.35% | - |
| XYZ | 9.35 | 10.04 | 10.68 | - |
| YUV | 88.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 88 | 0.03 | 0 | 0.02 | 0.65 | 140 | 0.02 | 0.35 |
| Hex | 57 | 5A | 58 | 3 | 0 | 2 | 41 | 8C | 2 | 23 |
| Octal | 127 | 132 | 130 | 3 | 0 | 2 | 101 | 214 | 2 | 43 |
| Binary | 1010111 | 1011010 | 1011000 | 11 | 0 | 10 | 1000001 | 10001100 | 10 | 100011 |
Color Harmonies of #575A58
Complementary color
Monochromatic Colors of #575A58
Black with #575A58
Text Example
Text Example
White with #575A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A58; }
p { color: rgb(87,90,88); }
H1.HeaderClassName
{
color: #575A58;
}
.AnyTagClassName
{
color: #575A58;
}
</style>
background-color css
<style>
a { background-color: #575A58; }
a { background-color: rgb(87,90,88); }
div.DivClassName
{
background-color: #575A58;
}
.BgClassName
{
background-color: #575A58;
}
</style>
border-color css
<style>
span { border-color: #575A58; }
span { border-color: rgb(87,90,88); }
td.TdClassName
{
border-color: #575A58;
}
.TagClassName
{
border-color: #575A58;
}
</style>