Shades of Feldgrau #53645A
Tints of Feldgrau #53645A
RGB
CMYK
RGB Variations
Color information
#53645A (or 0x53645A) is known color: Feldgrau. HEX triplet: 53, 64 and 5A. RGB value is (83,100,90). Sum of RGB (Red+Green+Blue) = 83+100+90=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 100 - color contains mainly: green. Hex color #53645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53645A is #AC9BA5. Grayscale: #5D5D5D. Windows color (decimal): -11312038 or 5923923. OLE color: 5923923.
HSL color Cylindrical-coordinate representation of color #53645A: hue angle of 144.71º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #53645A is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 100 | 90 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.61 |
| HSL | 144.71º | 0.09% | 0.36% | - |
| HSV(B) | 144.71º | 0.17% | 0.39% | - |
| XYZ | 9.97 | 11.69 | 11.4 | - |
| YUV | 93.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 100 | 90 | 0.17 | 0 | 0.10 | 0.61 | 144.71 | 0.09 | 0.36 |
| Hex | 53 | 64 | 5A | 11 | 0 | A | 3D | 91 | 9 | 24 |
| Octal | 123 | 144 | 132 | 21 | 0 | 12 | 75 | 221 | 11 | 44 |
| Binary | 1010011 | 1100100 | 1011010 | 10001 | 0 | 1010 | 111101 | 10010001 | 1001 | 100100 |
Color Harmonies of #53645A
Complementary color
Monochromatic Colors of #53645A
Black with #53645A
Text Example
Text Example
White with #53645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53645A; }
p { color: rgb(83,100,90); }
H1.HeaderClassName
{
color: #53645A;
}
.AnyTagClassName
{
color: #53645A;
}
</style>
background-color css
<style>
a { background-color: #53645A; }
a { background-color: rgb(83,100,90); }
div.DivClassName
{
background-color: #53645A;
}
.BgClassName
{
background-color: #53645A;
}
</style>
border-color css
<style>
span { border-color: #53645A; }
span { border-color: rgb(83,100,90); }
td.TdClassName
{
border-color: #53645A;
}
.TagClassName
{
border-color: #53645A;
}
</style>