Shades of Feldgrau #55635B
Tints of Feldgrau #55635B
RGB
CMYK
RGB Variations
Color information
#55635B (or 0x55635B) is known color: Feldgrau. HEX triplet: 55, 63 and 5B. RGB value is (85,99,91). Sum of RGB (Red+Green+Blue) = 85+99+91=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 99 - color contains mainly: green. Hex color #55635B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55635B is #AA9CA4. Grayscale: #5D5D5D. Windows color (decimal): -11181221 or 5989205. OLE color: 5989205.
HSL color Cylindrical-coordinate representation of color #55635B: hue angle of 145.71º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #55635B is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 99 | 91 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.61 |
| HSL | 145.71º | 0.08% | 0.36% | - |
| HSV(B) | 145.71º | 0.14% | 0.39% | - |
| XYZ | 10.1 | 11.61 | 11.61 | - |
| YUV | 93.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 91 | 0.14 | 0 | 0.08 | 0.61 | 145.71 | 0.08 | 0.36 |
| Hex | 55 | 63 | 5B | E | 0 | 8 | 3D | 92 | 8 | 24 |
| Octal | 125 | 143 | 133 | 16 | 0 | 10 | 75 | 222 | 10 | 44 |
| Binary | 1010101 | 1100011 | 1011011 | 1110 | 0 | 1000 | 111101 | 10010010 | 1000 | 100100 |
Color Harmonies of #55635B
Complementary color
Monochromatic Colors of #55635B
Black with #55635B
Text Example
Text Example
White with #55635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55635B; }
p { color: rgb(85,99,91); }
H1.HeaderClassName
{
color: #55635B;
}
.AnyTagClassName
{
color: #55635B;
}
</style>
background-color css
<style>
a { background-color: #55635B; }
a { background-color: rgb(85,99,91); }
div.DivClassName
{
background-color: #55635B;
}
.BgClassName
{
background-color: #55635B;
}
</style>
border-color css
<style>
span { border-color: #55635B; }
span { border-color: rgb(85,99,91); }
td.TdClassName
{
border-color: #55635B;
}
.TagClassName
{
border-color: #55635B;
}
</style>