Shades of Feldgrau #54625A
Tints of Feldgrau #54625A
RGB
CMYK
RGB Variations
Color information
#54625A (or 0x54625A) is known color: Feldgrau. HEX triplet: 54, 62 and 5A. RGB value is (84,98,90). Sum of RGB (Red+Green+Blue) = 84+98+90=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 98 - color contains mainly: green. Hex color #54625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54625A is #AB9DA5. Grayscale: #5C5C5C. Windows color (decimal): -11247014 or 5923412. OLE color: 5923412.
HSL color Cylindrical-coordinate representation of color #54625A: hue angle of 145.71º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #54625A is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 98 | 90 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.62 |
| HSL | 145.71º | 0.08% | 0.36% | - |
| HSV(B) | 145.71º | 0.14% | 0.38% | - |
| XYZ | 9.87 | 11.36 | 11.35 | - |
| YUV | 92.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 90 | 0.14 | 0 | 0.08 | 0.62 | 145.71 | 0.08 | 0.36 |
| Hex | 54 | 62 | 5A | E | 0 | 8 | 3E | 92 | 8 | 24 |
| Octal | 124 | 142 | 132 | 16 | 0 | 10 | 76 | 222 | 10 | 44 |
| Binary | 1010100 | 1100010 | 1011010 | 1110 | 0 | 1000 | 111110 | 10010010 | 1000 | 100100 |
Color Harmonies of #54625A
Complementary color
Monochromatic Colors of #54625A
Black with #54625A
Text Example
Text Example
White with #54625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54625A; }
p { color: rgb(84,98,90); }
H1.HeaderClassName
{
color: #54625A;
}
.AnyTagClassName
{
color: #54625A;
}
</style>
background-color css
<style>
a { background-color: #54625A; }
a { background-color: rgb(84,98,90); }
div.DivClassName
{
background-color: #54625A;
}
.BgClassName
{
background-color: #54625A;
}
</style>
border-color css
<style>
span { border-color: #54625A; }
span { border-color: rgb(84,98,90); }
td.TdClassName
{
border-color: #54625A;
}
.TagClassName
{
border-color: #54625A;
}
</style>