Shades of Mineral Green #526D57
Tints of Mineral Green #526D57
RGB
CMYK
RGB Variations
Color information
#526D57 (or 0x526D57) is known color: Mineral Green. HEX triplet: 52, 6D and 57. RGB value is (82,109,87). Sum of RGB (Red+Green+Blue) = 82+109+87=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 109 - color contains mainly: green. Hex color #526D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526D57 is #AD92A8. Grayscale: #626262. Windows color (decimal): -11375273 or 5729618. OLE color: 5729618.
HSL color Cylindrical-coordinate representation of color #526D57: hue angle of 131.11º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #526D57 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 109 | 87 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.57 |
| HSL | 131.11º | 0.14% | 0.37% | - |
| HSV(B) | 131.11º | 0.25% | 0.43% | - |
| XYZ | 10.67 | 13.42 | 11.04 | - |
| YUV | 98.42 | 121.55 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 87 | 0.25 | 0 | 0.20 | 0.57 | 131.11 | 0.14 | 0.37 |
| Hex | 52 | 6D | 57 | 19 | 0 | 14 | 39 | 83 | E | 25 |
| Octal | 122 | 155 | 127 | 31 | 0 | 24 | 71 | 203 | 16 | 45 |
| Binary | 1010010 | 1101101 | 1010111 | 11001 | 0 | 10100 | 111001 | 10000011 | 1110 | 100101 |
Color Harmonies of #526D57
Complementary color
Monochromatic Colors of #526D57
Black with #526D57
Text Example
Text Example
White with #526D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526D57; }
p { color: rgb(82,109,87); }
H1.HeaderClassName
{
color: #526D57;
}
.AnyTagClassName
{
color: #526D57;
}
</style>
background-color css
<style>
a { background-color: #526D57; }
a { background-color: rgb(82,109,87); }
div.DivClassName
{
background-color: #526D57;
}
.BgClassName
{
background-color: #526D57;
}
</style>
border-color css
<style>
span { border-color: #526D57; }
span { border-color: rgb(82,109,87); }
td.TdClassName
{
border-color: #526D57;
}
.TagClassName
{
border-color: #526D57;
}
</style>