Shades of Mineral Green #526555
Tints of Mineral Green #526555
RGB
CMYK
RGB Variations
Color information
#526555 (or 0x526555) is known color: Mineral Green. HEX triplet: 52, 65 and 55. RGB value is (82,101,85). Sum of RGB (Red+Green+Blue) = 82+101+85=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 101 - color contains mainly: green. Hex color #526555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526555 is #AD9AAA. Grayscale: #5D5D5D. Windows color (decimal): -11377323 or 5596498. OLE color: 5596498.
HSL color Cylindrical-coordinate representation of color #526555: hue angle of 129.47º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #526555 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 101 | 85 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.60 |
| HSL | 129.47º | 0.1% | 0.36% | - |
| HSV(B) | 129.47º | 0.19% | 0.4% | - |
| XYZ | 9.77 | 11.76 | 10.35 | - |
| YUV | 93.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 85 | 0.19 | 0 | 0.16 | 0.60 | 129.47 | 0.1 | 0.36 |
| Hex | 52 | 65 | 55 | 13 | 0 | 10 | 3C | 81 | A | 24 |
| Octal | 122 | 145 | 125 | 23 | 0 | 20 | 74 | 201 | 12 | 44 |
| Binary | 1010010 | 1100101 | 1010101 | 10011 | 0 | 10000 | 111100 | 10000001 | 1010 | 100100 |
Color Harmonies of #526555
Complementary color
Monochromatic Colors of #526555
Black with #526555
Text Example
Text Example
White with #526555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526555; }
p { color: rgb(82,101,85); }
H1.HeaderClassName
{
color: #526555;
}
.AnyTagClassName
{
color: #526555;
}
</style>
background-color css
<style>
a { background-color: #526555; }
a { background-color: rgb(82,101,85); }
div.DivClassName
{
background-color: #526555;
}
.BgClassName
{
background-color: #526555;
}
</style>
border-color css
<style>
span { border-color: #526555; }
span { border-color: rgb(82,101,85); }
td.TdClassName
{
border-color: #526555;
}
.TagClassName
{
border-color: #526555;
}
</style>