Shades of Mineral Green #526B5B
Tints of Mineral Green #526B5B
RGB
CMYK
RGB Variations
Color information
#526B5B (or 0x526B5B) is known color: Mineral Green. HEX triplet: 52, 6B and 5B. RGB value is (82,107,91). Sum of RGB (Red+Green+Blue) = 82+107+91=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 107 - color contains mainly: green. Hex color #526B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526B5B is #AD94A4. Grayscale: #616161. Windows color (decimal): -11375781 or 5991250. OLE color: 5991250.
HSL color Cylindrical-coordinate representation of color #526B5B: hue angle of 141.6º 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 #526B5B is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 107 | 91 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.58 |
| HSL | 141.6º | 0.13% | 0.37% | - |
| HSV(B) | 141.6º | 0.23% | 0.42% | - |
| XYZ | 10.63 | 13.06 | 11.86 | - |
| YUV | 97.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 91 | 0.23 | 0 | 0.15 | 0.58 | 141.6 | 0.13 | 0.37 |
| Hex | 52 | 6B | 5B | 17 | 0 | F | 3A | 8E | D | 25 |
| Octal | 122 | 153 | 133 | 27 | 0 | 17 | 72 | 216 | 15 | 45 |
| Binary | 1010010 | 1101011 | 1011011 | 10111 | 0 | 1111 | 111010 | 10001110 | 1101 | 100101 |
Color Harmonies of #526B5B
Complementary color
Monochromatic Colors of #526B5B
Black with #526B5B
Text Example
Text Example
White with #526B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526B5B; }
p { color: rgb(82,107,91); }
H1.HeaderClassName
{
color: #526B5B;
}
.AnyTagClassName
{
color: #526B5B;
}
</style>
background-color css
<style>
a { background-color: #526B5B; }
a { background-color: rgb(82,107,91); }
div.DivClassName
{
background-color: #526B5B;
}
.BgClassName
{
background-color: #526B5B;
}
</style>
border-color css
<style>
span { border-color: #526B5B; }
span { border-color: rgb(82,107,91); }
td.TdClassName
{
border-color: #526B5B;
}
.TagClassName
{
border-color: #526B5B;
}
</style>