Shades of Feldgrau #585B59
Tints of Feldgrau #585B59
RGB
CMYK
RGB Variations
Color information
#585B59 (or 0x585B59) is known color: Feldgrau. HEX triplet: 58, 5B and 59. RGB value is (88,91,89). Sum of RGB (Red+Green+Blue) = 88+91+89=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 91 - color contains mainly: green. Hex color #585B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B59 is #A7A4A6. Grayscale: #595959. Windows color (decimal): -10986663 or 5856088. OLE color: 5856088.
HSL color Cylindrical-coordinate representation of color #585B59: hue angle of 140º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #585B59 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 91 | 89 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.64 |
| HSL | 140º | 0.02% | 0.35% | - |
| HSV(B) | 140º | 0.03% | 0.36% | - |
| XYZ | 9.57 | 10.28 | 10.93 | - |
| YUV | 89.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 89 | 0.03 | 0 | 0.02 | 0.64 | 140 | 0.02 | 0.35 |
| Hex | 58 | 5B | 59 | 3 | 0 | 2 | 40 | 8C | 2 | 23 |
| Octal | 130 | 133 | 131 | 3 | 0 | 2 | 100 | 214 | 2 | 43 |
| Binary | 1011000 | 1011011 | 1011001 | 11 | 0 | 10 | 1000000 | 10001100 | 10 | 100011 |
Color Harmonies of #585B59
Complementary color
Monochromatic Colors of #585B59
Black with #585B59
Text Example
Text Example
White with #585B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585B59; }
p { color: rgb(88,91,89); }
H1.HeaderClassName
{
color: #585B59;
}
.AnyTagClassName
{
color: #585B59;
}
</style>
background-color css
<style>
a { background-color: #585B59; }
a { background-color: rgb(88,91,89); }
div.DivClassName
{
background-color: #585B59;
}
.BgClassName
{
background-color: #585B59;
}
</style>
border-color css
<style>
span { border-color: #585B59; }
span { border-color: rgb(88,91,89); }
td.TdClassName
{
border-color: #585B59;
}
.TagClassName
{
border-color: #585B59;
}
</style>