Shades of Mineral Green #526A5B
Tints of Mineral Green #526A5B
RGB
CMYK
RGB Variations
Color information
#526A5B (or 0x526A5B) is known color: Mineral Green. HEX triplet: 52, 6A and 5B. RGB value is (82,106,91). Sum of RGB (Red+Green+Blue) = 82+106+91=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 106 - color contains mainly: green. Hex color #526A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A5B is #AD95A4. Grayscale: #616161. Windows color (decimal): -11376037 or 5990994. OLE color: 5990994.
HSL color Cylindrical-coordinate representation of color #526A5B: hue angle of 142.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #526A5B is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 106 | 91 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.58 |
| HSL | 142.5º | 0.13% | 0.37% | - |
| HSV(B) | 142.5º | 0.23% | 0.42% | - |
| XYZ | 10.52 | 12.86 | 11.82 | - |
| YUV | 97.11 | 124.55 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 91 | 0.23 | 0 | 0.14 | 0.58 | 142.5 | 0.13 | 0.37 |
| Hex | 52 | 6A | 5B | 17 | 0 | E | 3A | 8E | D | 25 |
| Octal | 122 | 152 | 133 | 27 | 0 | 16 | 72 | 216 | 15 | 45 |
| Binary | 1010010 | 1101010 | 1011011 | 10111 | 0 | 1110 | 111010 | 10001110 | 1101 | 100101 |
Color Harmonies of #526A5B
Complementary color
Monochromatic Colors of #526A5B
Black with #526A5B
Text Example
Text Example
White with #526A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526A5B; }
p { color: rgb(82,106,91); }
H1.HeaderClassName
{
color: #526A5B;
}
.AnyTagClassName
{
color: #526A5B;
}
</style>
background-color css
<style>
a { background-color: #526A5B; }
a { background-color: rgb(82,106,91); }
div.DivClassName
{
background-color: #526A5B;
}
.BgClassName
{
background-color: #526A5B;
}
</style>
border-color css
<style>
span { border-color: #526A5B; }
span { border-color: rgb(82,106,91); }
td.TdClassName
{
border-color: #526A5B;
}
.TagClassName
{
border-color: #526A5B;
}
</style>