Shades of Mineral Green #526F5A
Tints of Mineral Green #526F5A
RGB
CMYK
RGB Variations
Color information
#526F5A (or 0x526F5A) is known color: Mineral Green. HEX triplet: 52, 6F and 5A. RGB value is (82,111,90). Sum of RGB (Red+Green+Blue) = 82+111+90=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 111 - color contains mainly: green. Hex color #526F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F5A is #AD90A5. Grayscale: #636363. Windows color (decimal): -11374758 or 5926738. OLE color: 5926738.
HSL color Cylindrical-coordinate representation of color #526F5A: hue angle of 136.55º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #526F5A is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 111 | 90 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.56 |
| HSL | 136.55º | 0.15% | 0.38% | - |
| HSV(B) | 136.55º | 0.26% | 0.44% | - |
| XYZ | 11.01 | 13.9 | 11.78 | - |
| YUV | 99.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 90 | 0.26 | 0 | 0.19 | 0.56 | 136.55 | 0.15 | 0.38 |
| Hex | 52 | 6F | 5A | 1A | 0 | 13 | 38 | 89 | F | 26 |
| Octal | 122 | 157 | 132 | 32 | 0 | 23 | 70 | 211 | 17 | 46 |
| Binary | 1010010 | 1101111 | 1011010 | 11010 | 0 | 10011 | 111000 | 10001001 | 1111 | 100110 |
Color Harmonies of #526F5A
Complementary color
Monochromatic Colors of #526F5A
Black with #526F5A
Text Example
Text Example
White with #526F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526F5A; }
p { color: rgb(82,111,90); }
H1.HeaderClassName
{
color: #526F5A;
}
.AnyTagClassName
{
color: #526F5A;
}
</style>
background-color css
<style>
a { background-color: #526F5A; }
a { background-color: rgb(82,111,90); }
div.DivClassName
{
background-color: #526F5A;
}
.BgClassName
{
background-color: #526F5A;
}
</style>
border-color css
<style>
span { border-color: #526F5A; }
span { border-color: rgb(82,111,90); }
td.TdClassName
{
border-color: #526F5A;
}
.TagClassName
{
border-color: #526F5A;
}
</style>