Shades of Feldgrau #55615A
Tints of Feldgrau #55615A
RGB
CMYK
RGB Variations
Color information
#55615A (or 0x55615A) is known color: Feldgrau. HEX triplet: 55, 61 and 5A. RGB value is (85,97,90). Sum of RGB (Red+Green+Blue) = 85+97+90=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 97 - color contains mainly: green. Hex color #55615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55615A is #AA9EA5. Grayscale: #5C5C5C. Windows color (decimal): -11181734 or 5923157. OLE color: 5923157.
HSL color Cylindrical-coordinate representation of color #55615A: 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 #55615A is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 97 | 90 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.62 |
| HSL | 145º | 0.07% | 0.36% | - |
| HSV(B) | 145º | 0.12% | 0.38% | - |
| XYZ | 9.87 | 11.22 | 11.32 | - |
| YUV | 92.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 90 | 0.12 | 0 | 0.07 | 0.62 | 145 | 0.07 | 0.36 |
| Hex | 55 | 61 | 5A | C | 0 | 7 | 3E | 91 | 7 | 24 |
| Octal | 125 | 141 | 132 | 14 | 0 | 7 | 76 | 221 | 7 | 44 |
| Binary | 1010101 | 1100001 | 1011010 | 1100 | 0 | 111 | 111110 | 10010001 | 111 | 100100 |
Color Harmonies of #55615A
Complementary color
Monochromatic Colors of #55615A
Black with #55615A
Text Example
Text Example
White with #55615A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55615A; }
p { color: rgb(85,97,90); }
H1.HeaderClassName
{
color: #55615A;
}
.AnyTagClassName
{
color: #55615A;
}
</style>
background-color css
<style>
a { background-color: #55615A; }
a { background-color: rgb(85,97,90); }
div.DivClassName
{
background-color: #55615A;
}
.BgClassName
{
background-color: #55615A;
}
</style>
border-color css
<style>
span { border-color: #55615A; }
span { border-color: rgb(85,97,90); }
td.TdClassName
{
border-color: #55615A;
}
.TagClassName
{
border-color: #55615A;
}
</style>