Shades of Feldgrau #525A55
Tints of Feldgrau #525A55
RGB
CMYK
RGB Variations
Color information
#525A55 (or 0x525A55) is known color: Feldgrau. HEX triplet: 52, 5A and 55. RGB value is (82,90,85). Sum of RGB (Red+Green+Blue) = 82+90+85=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 90 - color contains mainly: green. Hex color #525A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A55 is #ADA5AA. Grayscale: #575757. Windows color (decimal): -11380139 or 5593682. OLE color: 5593682.
HSL color Cylindrical-coordinate representation of color #525A55: hue angle of 142.5º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #525A55 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 90 | 85 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.65 |
| HSL | 142.5º | 0.05% | 0.34% | - |
| HSV(B) | 142.5º | 0.09% | 0.35% | - |
| XYZ | 8.78 | 9.76 | 10.02 | - |
| YUV | 87.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 85 | 0.09 | 0 | 0.06 | 0.65 | 142.5 | 0.05 | 0.34 |
| Hex | 52 | 5A | 55 | 9 | 0 | 6 | 41 | 8E | 5 | 22 |
| Octal | 122 | 132 | 125 | 11 | 0 | 6 | 101 | 216 | 5 | 42 |
| Binary | 1010010 | 1011010 | 1010101 | 1001 | 0 | 110 | 1000001 | 10001110 | 101 | 100010 |
Color Harmonies of #525A55
Complementary color
Monochromatic Colors of #525A55
Black with #525A55
Text Example
Text Example
White with #525A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525A55; }
p { color: rgb(82,90,85); }
H1.HeaderClassName
{
color: #525A55;
}
.AnyTagClassName
{
color: #525A55;
}
</style>
background-color css
<style>
a { background-color: #525A55; }
a { background-color: rgb(82,90,85); }
div.DivClassName
{
background-color: #525A55;
}
.BgClassName
{
background-color: #525A55;
}
</style>
border-color css
<style>
span { border-color: #525A55; }
span { border-color: rgb(82,90,85); }
td.TdClassName
{
border-color: #525A55;
}
.TagClassName
{
border-color: #525A55;
}
</style>