Shades of Feldgrau #55655C
Tints of Feldgrau #55655C
RGB
CMYK
RGB Variations
Color information
#55655C (or 0x55655C) is known color: Feldgrau. HEX triplet: 55, 65 and 5C. RGB value is (85,101,92). Sum of RGB (Red+Green+Blue) = 85+101+92=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 101 - color contains mainly: green. Hex color #55655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55655C is #AA9AA3. Grayscale: #5F5F5F. Windows color (decimal): -11180708 or 6055253. OLE color: 6055253.
HSL color Cylindrical-coordinate representation of color #55655C: hue angle of 146.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #55655C is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 101 | 92 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.60 |
| HSL | 146.25º | 0.09% | 0.36% | - |
| HSV(B) | 146.25º | 0.16% | 0.4% | - |
| XYZ | 10.33 | 12.01 | 11.9 | - |
| YUV | 95.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 92 | 0.16 | 0 | 0.09 | 0.60 | 146.25 | 0.09 | 0.36 |
| Hex | 55 | 65 | 5C | 10 | 0 | 9 | 3C | 92 | 9 | 24 |
| Octal | 125 | 145 | 134 | 20 | 0 | 11 | 74 | 222 | 11 | 44 |
| Binary | 1010101 | 1100101 | 1011100 | 10000 | 0 | 1001 | 111100 | 10010010 | 1001 | 100100 |
Color Harmonies of #55655C
Complementary color
Monochromatic Colors of #55655C
Black with #55655C
Text Example
Text Example
White with #55655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55655C; }
p { color: rgb(85,101,92); }
H1.HeaderClassName
{
color: #55655C;
}
.AnyTagClassName
{
color: #55655C;
}
</style>
background-color css
<style>
a { background-color: #55655C; }
a { background-color: rgb(85,101,92); }
div.DivClassName
{
background-color: #55655C;
}
.BgClassName
{
background-color: #55655C;
}
</style>
border-color css
<style>
span { border-color: #55655C; }
span { border-color: rgb(85,101,92); }
td.TdClassName
{
border-color: #55655C;
}
.TagClassName
{
border-color: #55655C;
}
</style>