Shades of Mineral Green #5A625B
Tints of Mineral Green #5A625B
RGB
CMYK
RGB Variations
Color information
#5A625B (or 0x5A625B) is known color: Mineral Green. HEX triplet: 5A, 62 and 5B. RGB value is (90,98,91). Sum of RGB (Red+Green+Blue) = 90+98+91=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 98 - color contains mainly: green. Hex color #5A625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A625B is #A59DA4. Grayscale: #5E5E5E. Windows color (decimal): -10853797 or 5988954. OLE color: 5988954.
HSL color Cylindrical-coordinate representation of color #5A625B: hue angle of 127.5º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5A625B is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 98 | 91 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.62 |
| HSL | 127.5º | 0.04% | 0.37% | - |
| HSV(B) | 127.5º | 0.08% | 0.38% | - |
| XYZ | 10.47 | 11.66 | 11.6 | - |
| YUV | 94.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 98 | 91 | 0.08 | 0 | 0.07 | 0.62 | 127.5 | 0.04 | 0.37 |
| Hex | 5A | 62 | 5B | 8 | 0 | 7 | 3E | 80 | 4 | 25 |
| Octal | 132 | 142 | 133 | 10 | 0 | 7 | 76 | 200 | 4 | 45 |
| Binary | 1011010 | 1100010 | 1011011 | 1000 | 0 | 111 | 111110 | 10000000 | 100 | 100101 |
Color Harmonies of #5A625B
Complementary color
Monochromatic Colors of #5A625B
Black with #5A625B
Text Example
Text Example
White with #5A625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A625B; }
p { color: rgb(90,98,91); }
H1.HeaderClassName
{
color: #5A625B;
}
.AnyTagClassName
{
color: #5A625B;
}
</style>
background-color css
<style>
a { background-color: #5A625B; }
a { background-color: rgb(90,98,91); }
div.DivClassName
{
background-color: #5A625B;
}
.BgClassName
{
background-color: #5A625B;
}
</style>
border-color css
<style>
span { border-color: #5A625B; }
span { border-color: rgb(90,98,91); }
td.TdClassName
{
border-color: #5A625B;
}
.TagClassName
{
border-color: #5A625B;
}
</style>