Shades of Mineral Green #525B54
Tints of Mineral Green #525B54
RGB
CMYK
RGB Variations
Color information
#525B54 (or 0x525B54) is known color: Mineral Green. HEX triplet: 52, 5B and 54. RGB value is (82,91,84). Sum of RGB (Red+Green+Blue) = 82+91+84=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 91 - color contains mainly: green. Hex color #525B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B54 is #ADA4AB. Grayscale: #575757. Windows color (decimal): -11379884 or 5528402. OLE color: 5528402.
HSL color Cylindrical-coordinate representation of color #525B54: hue angle of 133.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #525B54 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 91 | 84 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.64 |
| HSL | 133.33º | 0.05% | 0.34% | - |
| HSV(B) | 133.33º | 0.1% | 0.36% | - |
| XYZ | 8.82 | 9.92 | 9.84 | - |
| YUV | 87.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 84 | 0.10 | 0 | 0.08 | 0.64 | 133.33 | 0.05 | 0.34 |
| Hex | 52 | 5B | 54 | A | 0 | 8 | 40 | 85 | 5 | 22 |
| Octal | 122 | 133 | 124 | 12 | 0 | 10 | 100 | 205 | 5 | 42 |
| Binary | 1010010 | 1011011 | 1010100 | 1010 | 0 | 1000 | 1000000 | 10000101 | 101 | 100010 |
Color Harmonies of #525B54
Complementary color
Monochromatic Colors of #525B54
Black with #525B54
Text Example
Text Example
White with #525B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B54; }
p { color: rgb(82,91,84); }
H1.HeaderClassName
{
color: #525B54;
}
.AnyTagClassName
{
color: #525B54;
}
</style>
background-color css
<style>
a { background-color: #525B54; }
a { background-color: rgb(82,91,84); }
div.DivClassName
{
background-color: #525B54;
}
.BgClassName
{
background-color: #525B54;
}
</style>
border-color css
<style>
span { border-color: #525B54; }
span { border-color: rgb(82,91,84); }
td.TdClassName
{
border-color: #525B54;
}
.TagClassName
{
border-color: #525B54;
}
</style>