Shades of Feldgrau #54655B
Tints of Feldgrau #54655B
RGB
CMYK
RGB Variations
Color information
#54655B (or 0x54655B) is known color: Feldgrau. HEX triplet: 54, 65 and 5B. RGB value is (84,101,91). Sum of RGB (Red+Green+Blue) = 84+101+91=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 101 - color contains mainly: green. Hex color #54655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54655B is #AB9AA4. Grayscale: #5E5E5E. Windows color (decimal): -11246245 or 5989716. OLE color: 5989716.
HSL color Cylindrical-coordinate representation of color #54655B: hue angle of 144.71º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #54655B is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 101 | 91 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.60 |
| HSL | 144.71º | 0.09% | 0.36% | - |
| HSV(B) | 144.71º | 0.17% | 0.4% | - |
| XYZ | 10.2 | 11.95 | 11.67 | - |
| YUV | 94.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 91 | 0.17 | 0 | 0.10 | 0.60 | 144.71 | 0.09 | 0.36 |
| Hex | 54 | 65 | 5B | 11 | 0 | A | 3C | 91 | 9 | 24 |
| Octal | 124 | 145 | 133 | 21 | 0 | 12 | 74 | 221 | 11 | 44 |
| Binary | 1010100 | 1100101 | 1011011 | 10001 | 0 | 1010 | 111100 | 10010001 | 1001 | 100100 |
Color Harmonies of #54655B
Complementary color
Monochromatic Colors of #54655B
Black with #54655B
Text Example
Text Example
White with #54655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54655B; }
p { color: rgb(84,101,91); }
H1.HeaderClassName
{
color: #54655B;
}
.AnyTagClassName
{
color: #54655B;
}
</style>
background-color css
<style>
a { background-color: #54655B; }
a { background-color: rgb(84,101,91); }
div.DivClassName
{
background-color: #54655B;
}
.BgClassName
{
background-color: #54655B;
}
</style>
border-color css
<style>
span { border-color: #54655B; }
span { border-color: rgb(84,101,91); }
td.TdClassName
{
border-color: #54655B;
}
.TagClassName
{
border-color: #54655B;
}
</style>