Shades of Feldgrau #53655A
Tints of Feldgrau #53655A
RGB
CMYK
RGB Variations
Color information
#53655A (or 0x53655A) is known color: Feldgrau. HEX triplet: 53, 65 and 5A. RGB value is (83,101,90). Sum of RGB (Red+Green+Blue) = 83+101+90=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 101 - color contains mainly: green. Hex color #53655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53655A is #AC9AA5. Grayscale: #5E5E5E. Windows color (decimal): -11311782 or 5924179. OLE color: 5924179.
HSL color Cylindrical-coordinate representation of color #53655A: hue angle of 143.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #53655A is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 101 | 90 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.60 |
| HSL | 143.33º | 0.1% | 0.36% | - |
| HSV(B) | 143.33º | 0.18% | 0.4% | - |
| XYZ | 10.07 | 11.88 | 11.44 | - |
| YUV | 94.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 90 | 0.18 | 0 | 0.11 | 0.60 | 143.33 | 0.1 | 0.36 |
| Hex | 53 | 65 | 5A | 12 | 0 | B | 3C | 8F | A | 24 |
| Octal | 123 | 145 | 132 | 22 | 0 | 13 | 74 | 217 | 12 | 44 |
| Binary | 1010011 | 1100101 | 1011010 | 10010 | 0 | 1011 | 111100 | 10001111 | 1010 | 100100 |
Color Harmonies of #53655A
Complementary color
Monochromatic Colors of #53655A
Black with #53655A
Text Example
Text Example
White with #53655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53655A; }
p { color: rgb(83,101,90); }
H1.HeaderClassName
{
color: #53655A;
}
.AnyTagClassName
{
color: #53655A;
}
</style>
background-color css
<style>
a { background-color: #53655A; }
a { background-color: rgb(83,101,90); }
div.DivClassName
{
background-color: #53655A;
}
.BgClassName
{
background-color: #53655A;
}
</style>
border-color css
<style>
span { border-color: #53655A; }
span { border-color: rgb(83,101,90); }
td.TdClassName
{
border-color: #53655A;
}
.TagClassName
{
border-color: #53655A;
}
</style>