Shades of Mineral Green #526255
Tints of Mineral Green #526255
RGB
CMYK
RGB Variations
Color information
#526255 (or 0x526255) is known color: Mineral Green. HEX triplet: 52, 62 and 55. RGB value is (82,98,85). Sum of RGB (Red+Green+Blue) = 82+98+85=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 98 - color contains mainly: green. Hex color #526255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526255 is #AD9DAA. Grayscale: #5B5B5B. Windows color (decimal): -11378091 or 5595730. OLE color: 5595730.
HSL color Cylindrical-coordinate representation of color #526255: hue angle of 131.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #526255 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 98 | 85 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.62 |
| HSL | 131.25º | 0.09% | 0.35% | - |
| HSV(B) | 131.25º | 0.16% | 0.38% | - |
| XYZ | 9.49 | 11.19 | 10.25 | - |
| YUV | 91.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 85 | 0.16 | 0 | 0.13 | 0.62 | 131.25 | 0.09 | 0.35 |
| Hex | 52 | 62 | 55 | 10 | 0 | D | 3E | 83 | 9 | 23 |
| Octal | 122 | 142 | 125 | 20 | 0 | 15 | 76 | 203 | 11 | 43 |
| Binary | 1010010 | 1100010 | 1010101 | 10000 | 0 | 1101 | 111110 | 10000011 | 1001 | 100011 |
Color Harmonies of #526255
Complementary color
Monochromatic Colors of #526255
Black with #526255
Text Example
Text Example
White with #526255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526255; }
p { color: rgb(82,98,85); }
H1.HeaderClassName
{
color: #526255;
}
.AnyTagClassName
{
color: #526255;
}
</style>
background-color css
<style>
a { background-color: #526255; }
a { background-color: rgb(82,98,85); }
div.DivClassName
{
background-color: #526255;
}
.BgClassName
{
background-color: #526255;
}
</style>
border-color css
<style>
span { border-color: #526255; }
span { border-color: rgb(82,98,85); }
td.TdClassName
{
border-color: #526255;
}
.TagClassName
{
border-color: #526255;
}
</style>