Shades of Mineral Green #525A54
Tints of Mineral Green #525A54
RGB
CMYK
RGB Variations
Color information
#525A54 (or 0x525A54) is known color: Mineral Green. HEX triplet: 52, 5A and 54. RGB value is (82,90,84). Sum of RGB (Red+Green+Blue) = 82+90+84=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 90 - color contains mainly: green. Hex color #525A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A54 is #ADA5AB. Grayscale: #565656. Windows color (decimal): -11380140 or 5528146. OLE color: 5528146.
HSL color Cylindrical-coordinate representation of color #525A54: hue angle of 135º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #525A54 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 90 | 84 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.65 |
| HSL | 135º | 0.05% | 0.34% | - |
| HSV(B) | 135º | 0.09% | 0.35% | - |
| XYZ | 8.74 | 9.75 | 9.81 | - |
| YUV | 86.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 84 | 0.09 | 0 | 0.07 | 0.65 | 135 | 0.05 | 0.34 |
| Hex | 52 | 5A | 54 | 9 | 0 | 7 | 41 | 87 | 5 | 22 |
| Octal | 122 | 132 | 124 | 11 | 0 | 7 | 101 | 207 | 5 | 42 |
| Binary | 1010010 | 1011010 | 1010100 | 1001 | 0 | 111 | 1000001 | 10000111 | 101 | 100010 |
Color Harmonies of #525A54
Complementary color
Monochromatic Colors of #525A54
Black with #525A54
Text Example
Text Example
White with #525A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525A54; }
p { color: rgb(82,90,84); }
H1.HeaderClassName
{
color: #525A54;
}
.AnyTagClassName
{
color: #525A54;
}
</style>
background-color css
<style>
a { background-color: #525A54; }
a { background-color: rgb(82,90,84); }
div.DivClassName
{
background-color: #525A54;
}
.BgClassName
{
background-color: #525A54;
}
</style>
border-color css
<style>
span { border-color: #525A54; }
span { border-color: rgb(82,90,84); }
td.TdClassName
{
border-color: #525A54;
}
.TagClassName
{
border-color: #525A54;
}
</style>