Shades of Feldgrau #53635A
Tints of Feldgrau #53635A
RGB
CMYK
RGB Variations
Color information
#53635A (or 0x53635A) is known color: Feldgrau. HEX triplet: 53, 63 and 5A. RGB value is (83,99,90). Sum of RGB (Red+Green+Blue) = 83+99+90=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 99 - color contains mainly: green. Hex color #53635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53635A is #AC9CA5. Grayscale: #5D5D5D. Windows color (decimal): -11312294 or 5923667. OLE color: 5923667.
HSL color Cylindrical-coordinate representation of color #53635A: hue angle of 146.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #53635A is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 99 | 90 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.61 |
| HSL | 146.25º | 0.09% | 0.36% | - |
| HSV(B) | 146.25º | 0.16% | 0.39% | - |
| XYZ | 9.87 | 11.5 | 11.37 | - |
| YUV | 93.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 99 | 90 | 0.16 | 0 | 0.09 | 0.61 | 146.25 | 0.09 | 0.36 |
| Hex | 53 | 63 | 5A | 10 | 0 | 9 | 3D | 92 | 9 | 24 |
| Octal | 123 | 143 | 132 | 20 | 0 | 11 | 75 | 222 | 11 | 44 |
| Binary | 1010011 | 1100011 | 1011010 | 10000 | 0 | 1001 | 111101 | 10010010 | 1001 | 100100 |
Color Harmonies of #53635A
Complementary color
Monochromatic Colors of #53635A
Black with #53635A
Text Example
Text Example
White with #53635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53635A; }
p { color: rgb(83,99,90); }
H1.HeaderClassName
{
color: #53635A;
}
.AnyTagClassName
{
color: #53635A;
}
</style>
background-color css
<style>
a { background-color: #53635A; }
a { background-color: rgb(83,99,90); }
div.DivClassName
{
background-color: #53635A;
}
.BgClassName
{
background-color: #53635A;
}
</style>
border-color css
<style>
span { border-color: #53635A; }
span { border-color: rgb(83,99,90); }
td.TdClassName
{
border-color: #53635A;
}
.TagClassName
{
border-color: #53635A;
}
</style>