Shades of Feldgrau #565D59
Tints of Feldgrau #565D59
RGB
CMYK
RGB Variations
Color information
#565D59 (or 0x565D59) is known color: Feldgrau. HEX triplet: 56, 5D and 59. RGB value is (86,93,89). Sum of RGB (Red+Green+Blue) = 86+93+89=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 93 - color contains mainly: green. Hex color #565D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D59 is #A9A2A6. Grayscale: #5A5A5A. Windows color (decimal): -11117223 or 5856598. OLE color: 5856598.
HSL color Cylindrical-coordinate representation of color #565D59: hue angle of 145.71º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #565D59 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 93 | 89 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.64 |
| HSL | 145.71º | 0.04% | 0.35% | - |
| HSV(B) | 145.71º | 0.08% | 0.36% | - |
| XYZ | 9.56 | 10.53 | 10.98 | - |
| YUV | 90.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 89 | 0.08 | 0 | 0.04 | 0.64 | 145.71 | 0.04 | 0.35 |
| Hex | 56 | 5D | 59 | 8 | 0 | 4 | 40 | 92 | 4 | 23 |
| Octal | 126 | 135 | 131 | 10 | 0 | 4 | 100 | 222 | 4 | 43 |
| Binary | 1010110 | 1011101 | 1011001 | 1000 | 0 | 100 | 1000000 | 10010010 | 100 | 100011 |
Color Harmonies of #565D59
Complementary color
Monochromatic Colors of #565D59
Black with #565D59
Text Example
Text Example
White with #565D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565D59; }
p { color: rgb(86,93,89); }
H1.HeaderClassName
{
color: #565D59;
}
.AnyTagClassName
{
color: #565D59;
}
</style>
background-color css
<style>
a { background-color: #565D59; }
a { background-color: rgb(86,93,89); }
div.DivClassName
{
background-color: #565D59;
}
.BgClassName
{
background-color: #565D59;
}
</style>
border-color css
<style>
span { border-color: #565D59; }
span { border-color: rgb(86,93,89); }
td.TdClassName
{
border-color: #565D59;
}
.TagClassName
{
border-color: #565D59;
}
</style>