Shades of Feldgrau #56625B
Tints of Feldgrau #56625B
RGB
CMYK
RGB Variations
Color information
#56625B (or 0x56625B) is known color: Feldgrau. HEX triplet: 56, 62 and 5B. RGB value is (86,98,91). Sum of RGB (Red+Green+Blue) = 86+98+91=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 98 - color contains mainly: green. Hex color #56625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56625B is #A99DA4. Grayscale: #5D5D5D. Windows color (decimal): -11115941 or 5988950. OLE color: 5988950.
HSL color Cylindrical-coordinate representation of color #56625B: hue angle of 145º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #56625B is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 98 | 91 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.62 |
| HSL | 145º | 0.07% | 0.36% | - |
| HSV(B) | 145º | 0.12% | 0.38% | - |
| XYZ | 10.09 | 11.47 | 11.58 | - |
| YUV | 93.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 98 | 91 | 0.12 | 0 | 0.07 | 0.62 | 145 | 0.07 | 0.36 |
| Hex | 56 | 62 | 5B | C | 0 | 7 | 3E | 91 | 7 | 24 |
| Octal | 126 | 142 | 133 | 14 | 0 | 7 | 76 | 221 | 7 | 44 |
| Binary | 1010110 | 1100010 | 1011011 | 1100 | 0 | 111 | 111110 | 10010001 | 111 | 100100 |
Color Harmonies of #56625B
Complementary color
Monochromatic Colors of #56625B
Black with #56625B
Text Example
Text Example
White with #56625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56625B; }
p { color: rgb(86,98,91); }
H1.HeaderClassName
{
color: #56625B;
}
.AnyTagClassName
{
color: #56625B;
}
</style>
background-color css
<style>
a { background-color: #56625B; }
a { background-color: rgb(86,98,91); }
div.DivClassName
{
background-color: #56625B;
}
.BgClassName
{
background-color: #56625B;
}
</style>
border-color css
<style>
span { border-color: #56625B; }
span { border-color: rgb(86,98,91); }
td.TdClassName
{
border-color: #56625B;
}
.TagClassName
{
border-color: #56625B;
}
</style>