Shades of Mineral Green #5A605B
Tints of Mineral Green #5A605B
RGB
CMYK
RGB Variations
Color information
#5A605B (or 0x5A605B) is known color: Mineral Green. HEX triplet: 5A, 60 and 5B. RGB value is (90,96,91). Sum of RGB (Red+Green+Blue) = 90+96+91=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 96 - color contains mainly: green. Hex color #5A605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A605B is #A59FA4. Grayscale: #5D5D5D. Windows color (decimal): -10854309 or 5988442. OLE color: 5988442.
HSL color Cylindrical-coordinate representation of color #5A605B: hue angle of 130º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5A605B is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 96 | 91 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.62 |
| HSL | 130º | 0.03% | 0.36% | - |
| HSV(B) | 130º | 0.06% | 0.38% | - |
| XYZ | 10.29 | 11.29 | 11.54 | - |
| YUV | 93.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 91 | 0.06 | 0 | 0.05 | 0.62 | 130 | 0.03 | 0.36 |
| Hex | 5A | 60 | 5B | 6 | 0 | 5 | 3E | 82 | 3 | 24 |
| Octal | 132 | 140 | 133 | 6 | 0 | 5 | 76 | 202 | 3 | 44 |
| Binary | 1011010 | 1100000 | 1011011 | 110 | 0 | 101 | 111110 | 10000010 | 11 | 100100 |
Color Harmonies of #5A605B
Complementary color
Monochromatic Colors of #5A605B
Black with #5A605B
Text Example
Text Example
White with #5A605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A605B; }
p { color: rgb(90,96,91); }
H1.HeaderClassName
{
color: #5A605B;
}
.AnyTagClassName
{
color: #5A605B;
}
</style>
background-color css
<style>
a { background-color: #5A605B; }
a { background-color: rgb(90,96,91); }
div.DivClassName
{
background-color: #5A605B;
}
.BgClassName
{
background-color: #5A605B;
}
</style>
border-color css
<style>
span { border-color: #5A605B; }
span { border-color: rgb(90,96,91); }
td.TdClassName
{
border-color: #5A605B;
}
.TagClassName
{
border-color: #5A605B;
}
</style>