Shades of Feldgrau #545755
Tints of Feldgrau #545755
RGB
CMYK
RGB Variations
Color information
#545755 (or 0x545755) is known color: Feldgrau. HEX triplet: 54, 57 and 55. RGB value is (84,87,85). Sum of RGB (Red+Green+Blue) = 84+87+85=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 87 - color contains mainly: green. Hex color #545755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545755 is #ABA8AA. Grayscale: #555555. Windows color (decimal): -11249835 or 5592916. OLE color: 5592916.
HSL color Cylindrical-coordinate representation of color #545755: hue angle of 140º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #545755 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 87 | 85 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.66 |
| HSL | 140º | 0.02% | 0.34% | - |
| HSV(B) | 140º | 0.03% | 0.34% | - |
| XYZ | 8.7 | 9.36 | 9.94 | - |
| YUV | 85.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 87 | 85 | 0.03 | 0 | 0.02 | 0.66 | 140 | 0.02 | 0.34 |
| Hex | 54 | 57 | 55 | 3 | 0 | 2 | 42 | 8C | 2 | 22 |
| Octal | 124 | 127 | 125 | 3 | 0 | 2 | 102 | 214 | 2 | 42 |
| Binary | 1010100 | 1010111 | 1010101 | 11 | 0 | 10 | 1000010 | 10001100 | 10 | 100010 |
Color Harmonies of #545755
Complementary color
Monochromatic Colors of #545755
Black with #545755
Text Example
Text Example
White with #545755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545755; }
p { color: rgb(84,87,85); }
H1.HeaderClassName
{
color: #545755;
}
.AnyTagClassName
{
color: #545755;
}
</style>
background-color css
<style>
a { background-color: #545755; }
a { background-color: rgb(84,87,85); }
div.DivClassName
{
background-color: #545755;
}
.BgClassName
{
background-color: #545755;
}
</style>
border-color css
<style>
span { border-color: #545755; }
span { border-color: rgb(84,87,85); }
td.TdClassName
{
border-color: #545755;
}
.TagClassName
{
border-color: #545755;
}
</style>