Shades of Feldgrau #525B55
Tints of Feldgrau #525B55
RGB
CMYK
RGB Variations
Color information
#525B55 (or 0x525B55) is known color: Feldgrau. HEX triplet: 52, 5B and 55. RGB value is (82,91,85). Sum of RGB (Red+Green+Blue) = 82+91+85=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 91 - color contains mainly: green. Hex color #525B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B55 is #ADA4AA. Grayscale: #575757. Windows color (decimal): -11379883 or 5593938. OLE color: 5593938.
HSL color Cylindrical-coordinate representation of color #525B55: hue angle of 140º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #525B55 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 91 | 85 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.64 |
| HSL | 140º | 0.05% | 0.34% | - |
| HSV(B) | 140º | 0.1% | 0.36% | - |
| XYZ | 8.86 | 9.93 | 10.04 | - |
| YUV | 87.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 85 | 0.10 | 0 | 0.07 | 0.64 | 140 | 0.05 | 0.34 |
| Hex | 52 | 5B | 55 | A | 0 | 7 | 40 | 8C | 5 | 22 |
| Octal | 122 | 133 | 125 | 12 | 0 | 7 | 100 | 214 | 5 | 42 |
| Binary | 1010010 | 1011011 | 1010101 | 1010 | 0 | 111 | 1000000 | 10001100 | 101 | 100010 |
Color Harmonies of #525B55
Complementary color
Monochromatic Colors of #525B55
Black with #525B55
Text Example
Text Example
White with #525B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B55; }
p { color: rgb(82,91,85); }
H1.HeaderClassName
{
color: #525B55;
}
.AnyTagClassName
{
color: #525B55;
}
</style>
background-color css
<style>
a { background-color: #525B55; }
a { background-color: rgb(82,91,85); }
div.DivClassName
{
background-color: #525B55;
}
.BgClassName
{
background-color: #525B55;
}
</style>
border-color css
<style>
span { border-color: #525B55; }
span { border-color: rgb(82,91,85); }
td.TdClassName
{
border-color: #525B55;
}
.TagClassName
{
border-color: #525B55;
}
</style>