Shades of Feldgrau #56665D
Tints of Feldgrau #56665D
RGB
CMYK
RGB Variations
Color information
#56665D (or 0x56665D) is known color: Feldgrau. HEX triplet: 56, 66 and 5D. RGB value is (86,102,93). Sum of RGB (Red+Green+Blue) = 86+102+93=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 102 - color contains mainly: green. Hex color #56665D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56665D is #A999A2. Grayscale: #606060. Windows color (decimal): -11114915 or 6121046. OLE color: 6121046.
HSL color Cylindrical-coordinate representation of color #56665D: hue angle of 146.25º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #56665D is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 86 | 102 | 93 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.6 |
| HSL | 146.25º | 0.09% | 0.37% | - |
| HSV(B) | 146.25º | 0.16% | 0.4% | - |
| XYZ | 10.56 | 12.27 | 12.17 | - |
| YUV | 96.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 102 | 93 | 0.16 | 0 | 0.09 | 0.6 | 146.25 | 0.09 | 0.37 |
| Hex | 56 | 66 | 5D | 10 | 0 | 9 | 3C | 92 | 9 | 25 |
| Octal | 126 | 146 | 135 | 20 | 0 | 11 | 74 | 222 | 11 | 45 |
| Binary | 1010110 | 1100110 | 1011101 | 10000 | 0 | 1001 | 111100 | 10010010 | 1001 | 100101 |
Color Harmonies of #56665D
Complementary color
Monochromatic Colors of #56665D
Black with #56665D
Text Example
Text Example
White with #56665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56665D; }
p { color: rgb(86,102,93); }
H1.HeaderClassName
{
color: #56665D;
}
.AnyTagClassName
{
color: #56665D;
}
</style>
background-color css
<style>
a { background-color: #56665D; }
a { background-color: rgb(86,102,93); }
div.DivClassName
{
background-color: #56665D;
}
.BgClassName
{
background-color: #56665D;
}
</style>
border-color css
<style>
span { border-color: #56665D; }
span { border-color: rgb(86,102,93); }
td.TdClassName
{
border-color: #56665D;
}
.TagClassName
{
border-color: #56665D;
}
</style>