Shades of Feldgrau #525D56
Tints of Feldgrau #525D56
RGB
CMYK
RGB Variations
Color information
#525D56 (or 0x525D56) is known color: Feldgrau. HEX triplet: 52, 5D and 56. RGB value is (82,93,86). Sum of RGB (Red+Green+Blue) = 82+93+86=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 93 - color contains mainly: green. Hex color #525D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D56 is #ADA2A9. Grayscale: #585858. Windows color (decimal): -11379370 or 5659986. OLE color: 5659986.
HSL color Cylindrical-coordinate representation of color #525D56: hue angle of 141.82º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #525D56 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 93 | 86 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.64 |
| HSL | 141.82º | 0.06% | 0.34% | - |
| HSV(B) | 141.82º | 0.12% | 0.36% | - |
| XYZ | 9.07 | 10.29 | 10.31 | - |
| YUV | 88.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 86 | 0.12 | 0 | 0.08 | 0.64 | 141.82 | 0.06 | 0.34 |
| Hex | 52 | 5D | 56 | C | 0 | 8 | 40 | 8E | 6 | 22 |
| Octal | 122 | 135 | 126 | 14 | 0 | 10 | 100 | 216 | 6 | 42 |
| Binary | 1010010 | 1011101 | 1010110 | 1100 | 0 | 1000 | 1000000 | 10001110 | 110 | 100010 |
Color Harmonies of #525D56
Complementary color
Monochromatic Colors of #525D56
Black with #525D56
Text Example
Text Example
White with #525D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D56; }
p { color: rgb(82,93,86); }
H1.HeaderClassName
{
color: #525D56;
}
.AnyTagClassName
{
color: #525D56;
}
</style>
background-color css
<style>
a { background-color: #525D56; }
a { background-color: rgb(82,93,86); }
div.DivClassName
{
background-color: #525D56;
}
.BgClassName
{
background-color: #525D56;
}
</style>
border-color css
<style>
span { border-color: #525D56; }
span { border-color: rgb(82,93,86); }
td.TdClassName
{
border-color: #525D56;
}
.TagClassName
{
border-color: #525D56;
}
</style>