Shades of Mineral Green #526A56
Tints of Mineral Green #526A56
RGB
CMYK
RGB Variations
Color information
#526A56 (or 0x526A56) is known color: Mineral Green. HEX triplet: 52, 6A and 56. RGB value is (82,106,86). Sum of RGB (Red+Green+Blue) = 82+106+86=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 106 - color contains mainly: green. Hex color #526A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A56 is #AD95A9. Grayscale: #606060. Windows color (decimal): -11376042 or 5663314. OLE color: 5663314.
HSL color Cylindrical-coordinate representation of color #526A56: hue angle of 130º 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 #526A56 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 106 | 86 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.58 |
| HSL | 130º | 0.13% | 0.37% | - |
| HSV(B) | 130º | 0.23% | 0.42% | - |
| XYZ | 10.31 | 12.77 | 10.73 | - |
| YUV | 96.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 86 | 0.23 | 0 | 0.19 | 0.58 | 130 | 0.13 | 0.37 |
| Hex | 52 | 6A | 56 | 17 | 0 | 13 | 3A | 82 | D | 25 |
| Octal | 122 | 152 | 126 | 27 | 0 | 23 | 72 | 202 | 15 | 45 |
| Binary | 1010010 | 1101010 | 1010110 | 10111 | 0 | 10011 | 111010 | 10000010 | 1101 | 100101 |
Color Harmonies of #526A56
Complementary color
Monochromatic Colors of #526A56
Black with #526A56
Text Example
Text Example
White with #526A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526A56; }
p { color: rgb(82,106,86); }
H1.HeaderClassName
{
color: #526A56;
}
.AnyTagClassName
{
color: #526A56;
}
</style>
background-color css
<style>
a { background-color: #526A56; }
a { background-color: rgb(82,106,86); }
div.DivClassName
{
background-color: #526A56;
}
.BgClassName
{
background-color: #526A56;
}
</style>
border-color css
<style>
span { border-color: #526A56; }
span { border-color: rgb(82,106,86); }
td.TdClassName
{
border-color: #526A56;
}
.TagClassName
{
border-color: #526A56;
}
</style>