Shades of Feldgrau #55605A
Tints of Feldgrau #55605A
RGB
CMYK
RGB Variations
Color information
#55605A (or 0x55605A) is known color: Feldgrau. HEX triplet: 55, 60 and 5A. RGB value is (85,96,90). Sum of RGB (Red+Green+Blue) = 85+96+90=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 96 - color contains mainly: green. Hex color #55605A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55605A is #AA9FA5. Grayscale: #5C5C5C. Windows color (decimal): -11181990 or 5922901. OLE color: 5922901.
HSL color Cylindrical-coordinate representation of color #55605A: hue angle of 147.27º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #55605A is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 90 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.62 |
| HSL | 147.27º | 0.06% | 0.35% | - |
| HSV(B) | 147.27º | 0.11% | 0.38% | - |
| XYZ | 9.77 | 11.04 | 11.29 | - |
| YUV | 92.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 90 | 0.11 | 0 | 0.06 | 0.62 | 147.27 | 0.06 | 0.35 |
| Hex | 55 | 60 | 5A | B | 0 | 6 | 3E | 93 | 6 | 23 |
| Octal | 125 | 140 | 132 | 13 | 0 | 6 | 76 | 223 | 6 | 43 |
| Binary | 1010101 | 1100000 | 1011010 | 1011 | 0 | 110 | 111110 | 10010011 | 110 | 100011 |
Color Harmonies of #55605A
Complementary color
Monochromatic Colors of #55605A
Black with #55605A
Text Example
Text Example
White with #55605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55605A; }
p { color: rgb(85,96,90); }
H1.HeaderClassName
{
color: #55605A;
}
.AnyTagClassName
{
color: #55605A;
}
</style>
background-color css
<style>
a { background-color: #55605A; }
a { background-color: rgb(85,96,90); }
div.DivClassName
{
background-color: #55605A;
}
.BgClassName
{
background-color: #55605A;
}
</style>
border-color css
<style>
span { border-color: #55605A; }
span { border-color: rgb(85,96,90); }
td.TdClassName
{
border-color: #55605A;
}
.TagClassName
{
border-color: #55605A;
}
</style>