Shades of Feldgrau #526259
Tints of Feldgrau #526259
RGB
CMYK
RGB Variations
Color information
#526259 (or 0x526259) is known color: Feldgrau. HEX triplet: 52, 62 and 59. RGB value is (82,98,89). Sum of RGB (Red+Green+Blue) = 82+98+89=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 98 - color contains mainly: green. Hex color #526259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526259 is #AD9DA6. Grayscale: #5C5C5C. Windows color (decimal): -11378087 or 5857874. OLE color: 5857874.
HSL color Cylindrical-coordinate representation of color #526259: hue angle of 146.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #526259 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 98 | 89 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.62 |
| HSL | 146.25º | 0.09% | 0.35% | - |
| HSV(B) | 146.25º | 0.16% | 0.38% | - |
| XYZ | 9.65 | 11.25 | 11.11 | - |
| YUV | 92.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 89 | 0.16 | 0 | 0.09 | 0.62 | 146.25 | 0.09 | 0.35 |
| Hex | 52 | 62 | 59 | 10 | 0 | 9 | 3E | 92 | 9 | 23 |
| Octal | 122 | 142 | 131 | 20 | 0 | 11 | 76 | 222 | 11 | 43 |
| Binary | 1010010 | 1100010 | 1011001 | 10000 | 0 | 1001 | 111110 | 10010010 | 1001 | 100011 |
Color Harmonies of #526259
Complementary color
Monochromatic Colors of #526259
Black with #526259
Text Example
Text Example
White with #526259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526259; }
p { color: rgb(82,98,89); }
H1.HeaderClassName
{
color: #526259;
}
.AnyTagClassName
{
color: #526259;
}
</style>
background-color css
<style>
a { background-color: #526259; }
a { background-color: rgb(82,98,89); }
div.DivClassName
{
background-color: #526259;
}
.BgClassName
{
background-color: #526259;
}
</style>
border-color css
<style>
span { border-color: #526259; }
span { border-color: rgb(82,98,89); }
td.TdClassName
{
border-color: #526259;
}
.TagClassName
{
border-color: #526259;
}
</style>