Shades of Mineral Green #525C55
Tints of Mineral Green #525C55
RGB
CMYK
RGB Variations
Color information
#525C55 (or 0x525C55) is known color: Mineral Green. HEX triplet: 52, 5C and 55. RGB value is (82,92,85). Sum of RGB (Red+Green+Blue) = 82+92+85=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 92 - color contains mainly: green. Hex color #525C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C55 is #ADA3AA. Grayscale: #585858. Windows color (decimal): -11379627 or 5594194. OLE color: 5594194.
HSL color Cylindrical-coordinate representation of color #525C55: hue angle of 138º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #525C55 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 92 | 85 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.64 |
| HSL | 138º | 0.06% | 0.34% | - |
| HSV(B) | 138º | 0.11% | 0.36% | - |
| XYZ | 8.95 | 10.1 | 10.07 | - |
| YUV | 88.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 85 | 0.11 | 0 | 0.08 | 0.64 | 138 | 0.06 | 0.34 |
| Hex | 52 | 5C | 55 | B | 0 | 8 | 40 | 8A | 6 | 22 |
| Octal | 122 | 134 | 125 | 13 | 0 | 10 | 100 | 212 | 6 | 42 |
| Binary | 1010010 | 1011100 | 1010101 | 1011 | 0 | 1000 | 1000000 | 10001010 | 110 | 100010 |
Color Harmonies of #525C55
Complementary color
Monochromatic Colors of #525C55
Black with #525C55
Text Example
Text Example
White with #525C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525C55; }
p { color: rgb(82,92,85); }
H1.HeaderClassName
{
color: #525C55;
}
.AnyTagClassName
{
color: #525C55;
}
</style>
background-color css
<style>
a { background-color: #525C55; }
a { background-color: rgb(82,92,85); }
div.DivClassName
{
background-color: #525C55;
}
.BgClassName
{
background-color: #525C55;
}
</style>
border-color css
<style>
span { border-color: #525C55; }
span { border-color: rgb(82,92,85); }
td.TdClassName
{
border-color: #525C55;
}
.TagClassName
{
border-color: #525C55;
}
</style>