Shades of Feldgrau #52655A
Tints of Feldgrau #52655A
RGB
CMYK
RGB Variations
Color information
#52655A (or 0x52655A) is known color: Feldgrau. HEX triplet: 52, 65 and 5A. RGB value is (82,101,90). Sum of RGB (Red+Green+Blue) = 82+101+90=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 101 - color contains mainly: green. Hex color #52655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52655A is #AD9AA5. Grayscale: #5E5E5E. Windows color (decimal): -11377318 or 5924178. OLE color: 5924178.
HSL color Cylindrical-coordinate representation of color #52655A: hue angle of 145.26º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #52655A is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 101 | 90 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.60 |
| HSL | 145.26º | 0.1% | 0.36% | - |
| HSV(B) | 145.26º | 0.19% | 0.4% | - |
| XYZ | 9.98 | 11.84 | 11.43 | - |
| YUV | 94.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 90 | 0.19 | 0 | 0.11 | 0.60 | 145.26 | 0.1 | 0.36 |
| Hex | 52 | 65 | 5A | 13 | 0 | B | 3C | 91 | A | 24 |
| Octal | 122 | 145 | 132 | 23 | 0 | 13 | 74 | 221 | 12 | 44 |
| Binary | 1010010 | 1100101 | 1011010 | 10011 | 0 | 1011 | 111100 | 10010001 | 1010 | 100100 |
Color Harmonies of #52655A
Complementary color
Monochromatic Colors of #52655A
Black with #52655A
Text Example
Text Example
White with #52655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52655A; }
p { color: rgb(82,101,90); }
H1.HeaderClassName
{
color: #52655A;
}
.AnyTagClassName
{
color: #52655A;
}
</style>
background-color css
<style>
a { background-color: #52655A; }
a { background-color: rgb(82,101,90); }
div.DivClassName
{
background-color: #52655A;
}
.BgClassName
{
background-color: #52655A;
}
</style>
border-color css
<style>
span { border-color: #52655A; }
span { border-color: rgb(82,101,90); }
td.TdClassName
{
border-color: #52655A;
}
.TagClassName
{
border-color: #52655A;
}
</style>