Shades of Mineral Green #526C58
Tints of Mineral Green #526C58
RGB
CMYK
RGB Variations
Color information
#526C58 (or 0x526C58) is known color: Mineral Green. HEX triplet: 52, 6C and 58. RGB value is (82,108,88). Sum of RGB (Red+Green+Blue) = 82+108+88=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 108 - color contains mainly: green. Hex color #526C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526C58 is #AD93A7. Grayscale: #626262. Windows color (decimal): -11375528 or 5794898. OLE color: 5794898.
HSL color Cylindrical-coordinate representation of color #526C58: hue angle of 133.85º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #526C58 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 108 | 88 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.58 |
| HSL | 133.85º | 0.14% | 0.37% | - |
| HSV(B) | 133.85º | 0.24% | 0.42% | - |
| XYZ | 10.6 | 13.22 | 11.23 | - |
| YUV | 97.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 88 | 0.24 | 0 | 0.19 | 0.58 | 133.85 | 0.14 | 0.37 |
| Hex | 52 | 6C | 58 | 18 | 0 | 13 | 3A | 86 | E | 25 |
| Octal | 122 | 154 | 130 | 30 | 0 | 23 | 72 | 206 | 16 | 45 |
| Binary | 1010010 | 1101100 | 1011000 | 11000 | 0 | 10011 | 111010 | 10000110 | 1110 | 100101 |
Color Harmonies of #526C58
Complementary color
Monochromatic Colors of #526C58
Black with #526C58
Text Example
Text Example
White with #526C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526C58; }
p { color: rgb(82,108,88); }
H1.HeaderClassName
{
color: #526C58;
}
.AnyTagClassName
{
color: #526C58;
}
</style>
background-color css
<style>
a { background-color: #526C58; }
a { background-color: rgb(82,108,88); }
div.DivClassName
{
background-color: #526C58;
}
.BgClassName
{
background-color: #526C58;
}
</style>
border-color css
<style>
span { border-color: #526C58; }
span { border-color: rgb(82,108,88); }
td.TdClassName
{
border-color: #526C58;
}
.TagClassName
{
border-color: #526C58;
}
</style>