Shades of Feldgrau #525955
Tints of Feldgrau #525955
RGB
CMYK
RGB Variations
Color information
#525955 (or 0x525955) is known color: Feldgrau. HEX triplet: 52, 59 and 55. RGB value is (82,89,85). Sum of RGB (Red+Green+Blue) = 82+89+85=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 89 - color contains mainly: green. Hex color #525955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525955 is #ADA6AA. Grayscale: #565656. Windows color (decimal): -11380395 or 5593426. OLE color: 5593426.
HSL color Cylindrical-coordinate representation of color #525955: hue angle of 145.71º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #525955 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 89 | 85 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.65 |
| HSL | 145.71º | 0.04% | 0.34% | - |
| HSV(B) | 145.71º | 0.08% | 0.35% | - |
| XYZ | 8.69 | 9.59 | 9.99 | - |
| YUV | 86.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 85 | 0.08 | 0 | 0.04 | 0.65 | 145.71 | 0.04 | 0.34 |
| Hex | 52 | 59 | 55 | 8 | 0 | 4 | 41 | 92 | 4 | 22 |
| Octal | 122 | 131 | 125 | 10 | 0 | 4 | 101 | 222 | 4 | 42 |
| Binary | 1010010 | 1011001 | 1010101 | 1000 | 0 | 100 | 1000001 | 10010010 | 100 | 100010 |
Color Harmonies of #525955
Complementary color
Monochromatic Colors of #525955
Black with #525955
Text Example
Text Example
White with #525955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525955; }
p { color: rgb(82,89,85); }
H1.HeaderClassName
{
color: #525955;
}
.AnyTagClassName
{
color: #525955;
}
</style>
background-color css
<style>
a { background-color: #525955; }
a { background-color: rgb(82,89,85); }
div.DivClassName
{
background-color: #525955;
}
.BgClassName
{
background-color: #525955;
}
</style>
border-color css
<style>
span { border-color: #525955; }
span { border-color: rgb(82,89,85); }
td.TdClassName
{
border-color: #525955;
}
.TagClassName
{
border-color: #525955;
}
</style>