Shades of Feldgrau #58605B
Tints of Feldgrau #58605B
RGB
CMYK
RGB Variations
Color information
#58605B (or 0x58605B) is known color: Feldgrau. HEX triplet: 58, 60 and 5B. RGB value is (88,96,91). Sum of RGB (Red+Green+Blue) = 88+96+91=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 96 - color contains mainly: green. Hex color #58605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58605B is #A79FA4. Grayscale: #5D5D5D. Windows color (decimal): -10985381 or 5988440. OLE color: 5988440.
HSL color Cylindrical-coordinate representation of color #58605B: hue angle of 142.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #58605B is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 96 | 91 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.62 |
| HSL | 142.5º | 0.04% | 0.36% | - |
| HSV(B) | 142.5º | 0.08% | 0.38% | - |
| XYZ | 10.1 | 11.2 | 11.53 | - |
| YUV | 93.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 96 | 91 | 0.08 | 0 | 0.05 | 0.62 | 142.5 | 0.04 | 0.36 |
| Hex | 58 | 60 | 5B | 8 | 0 | 5 | 3E | 8E | 4 | 24 |
| Octal | 130 | 140 | 133 | 10 | 0 | 5 | 76 | 216 | 4 | 44 |
| Binary | 1011000 | 1100000 | 1011011 | 1000 | 0 | 101 | 111110 | 10001110 | 100 | 100100 |
Color Harmonies of #58605B
Complementary color
Monochromatic Colors of #58605B
Black with #58605B
Text Example
Text Example
White with #58605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58605B; }
p { color: rgb(88,96,91); }
H1.HeaderClassName
{
color: #58605B;
}
.AnyTagClassName
{
color: #58605B;
}
</style>
background-color css
<style>
a { background-color: #58605B; }
a { background-color: rgb(88,96,91); }
div.DivClassName
{
background-color: #58605B;
}
.BgClassName
{
background-color: #58605B;
}
</style>
border-color css
<style>
span { border-color: #58605B; }
span { border-color: rgb(88,96,91); }
td.TdClassName
{
border-color: #58605B;
}
.TagClassName
{
border-color: #58605B;
}
</style>