Shades of Feldgrau #5B605D
Tints of Feldgrau #5B605D
RGB
CMYK
RGB Variations
Color information
#5B605D (or 0x5B605D) is known color: Feldgrau. HEX triplet: 5B, 60 and 5D. RGB value is (91,96,93). Sum of RGB (Red+Green+Blue) = 91+96+93=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 96 - color contains mainly: green. Hex color #5B605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B605D is #A49FA2. Grayscale: #5E5E5E. Windows color (decimal): -10788771 or 6119515. OLE color: 6119515.
HSL color Cylindrical-coordinate representation of color #5B605D: hue angle of 144º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5B605D is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 96 | 93 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.62 |
| HSL | 144º | 0.03% | 0.37% | - |
| HSV(B) | 144º | 0.05% | 0.38% | - |
| XYZ | 10.47 | 11.38 | 12 | - |
| YUV | 94.16 | 127.34 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 96 | 93 | 0.05 | 0 | 0.03 | 0.62 | 144 | 0.03 | 0.37 |
| Hex | 5B | 60 | 5D | 5 | 0 | 3 | 3E | 90 | 3 | 25 |
| Octal | 133 | 140 | 135 | 5 | 0 | 3 | 76 | 220 | 3 | 45 |
| Binary | 1011011 | 1100000 | 1011101 | 101 | 0 | 11 | 111110 | 10010000 | 11 | 100101 |
Color Harmonies of #5B605D
Complementary color
Monochromatic Colors of #5B605D
Black with #5B605D
Text Example
Text Example
White with #5B605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B605D; }
p { color: rgb(91,96,93); }
H1.HeaderClassName
{
color: #5B605D;
}
.AnyTagClassName
{
color: #5B605D;
}
</style>
background-color css
<style>
a { background-color: #5B605D; }
a { background-color: rgb(91,96,93); }
div.DivClassName
{
background-color: #5B605D;
}
.BgClassName
{
background-color: #5B605D;
}
</style>
border-color css
<style>
span { border-color: #5B605D; }
span { border-color: rgb(91,96,93); }
td.TdClassName
{
border-color: #5B605D;
}
.TagClassName
{
border-color: #5B605D;
}
</style>