Shades of Feldgrau #58665E
Tints of Feldgrau #58665E
RGB
CMYK
RGB Variations
Color information
#58665E (or 0x58665E) is known color: Feldgrau. HEX triplet: 58, 66 and 5E. RGB value is (88,102,94). Sum of RGB (Red+Green+Blue) = 88+102+94=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 102 - color contains mainly: green. Hex color #58665E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58665E is #A799A1. Grayscale: #606060. Windows color (decimal): -10983842 or 6186584. OLE color: 6186584.
HSL color Cylindrical-coordinate representation of color #58665E: hue angle of 145.71º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #58665E is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 88 | 102 | 94 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.6 |
| HSL | 145.71º | 0.07% | 0.37% | - |
| HSV(B) | 145.71º | 0.14% | 0.4% | - |
| XYZ | 10.8 | 12.39 | 12.41 | - |
| YUV | 96.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 102 | 94 | 0.14 | 0 | 0.08 | 0.6 | 145.71 | 0.07 | 0.37 |
| Hex | 58 | 66 | 5E | E | 0 | 8 | 3C | 92 | 7 | 25 |
| Octal | 130 | 146 | 136 | 16 | 0 | 10 | 74 | 222 | 7 | 45 |
| Binary | 1011000 | 1100110 | 1011110 | 1110 | 0 | 1000 | 111100 | 10010010 | 111 | 100101 |
Color Harmonies of #58665E
Complementary color
Monochromatic Colors of #58665E
Black with #58665E
Text Example
Text Example
White with #58665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58665E; }
p { color: rgb(88,102,94); }
H1.HeaderClassName
{
color: #58665E;
}
.AnyTagClassName
{
color: #58665E;
}
</style>
background-color css
<style>
a { background-color: #58665E; }
a { background-color: rgb(88,102,94); }
div.DivClassName
{
background-color: #58665E;
}
.BgClassName
{
background-color: #58665E;
}
</style>
border-color css
<style>
span { border-color: #58665E; }
span { border-color: rgb(88,102,94); }
td.TdClassName
{
border-color: #58665E;
}
.TagClassName
{
border-color: #58665E;
}
</style>