Shades of Mineral Green #526A57
Tints of Mineral Green #526A57
RGB
CMYK
RGB Variations
Color information
#526A57 (or 0x526A57) is known color: Mineral Green. HEX triplet: 52, 6A and 57. RGB value is (82,106,87). Sum of RGB (Red+Green+Blue) = 82+106+87=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 106 - color contains mainly: green. Hex color #526A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A57 is #AD95A8. Grayscale: #606060. Windows color (decimal): -11376041 or 5728850. OLE color: 5728850.
HSL color Cylindrical-coordinate representation of color #526A57: hue angle of 132.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 #526A57 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 106 | 87 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.58 |
| HSL | 132.5º | 0.13% | 0.37% | - |
| HSV(B) | 132.5º | 0.23% | 0.42% | - |
| XYZ | 10.35 | 12.79 | 10.94 | - |
| YUV | 96.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 87 | 0.23 | 0 | 0.18 | 0.58 | 132.5 | 0.13 | 0.37 |
| Hex | 52 | 6A | 57 | 17 | 0 | 12 | 3A | 84 | D | 25 |
| Octal | 122 | 152 | 127 | 27 | 0 | 22 | 72 | 204 | 15 | 45 |
| Binary | 1010010 | 1101010 | 1010111 | 10111 | 0 | 10010 | 111010 | 10000100 | 1101 | 100101 |
Color Harmonies of #526A57
Complementary color
Monochromatic Colors of #526A57
Black with #526A57
Text Example
Text Example
White with #526A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526A57; }
p { color: rgb(82,106,87); }
H1.HeaderClassName
{
color: #526A57;
}
.AnyTagClassName
{
color: #526A57;
}
</style>
background-color css
<style>
a { background-color: #526A57; }
a { background-color: rgb(82,106,87); }
div.DivClassName
{
background-color: #526A57;
}
.BgClassName
{
background-color: #526A57;
}
</style>
border-color css
<style>
span { border-color: #526A57; }
span { border-color: rgb(82,106,87); }
td.TdClassName
{
border-color: #526A57;
}
.TagClassName
{
border-color: #526A57;
}
</style>