Shades of Mineral Green #5A605C
Tints of Mineral Green #5A605C
RGB
CMYK
RGB Variations
Color information
#5A605C (or 0x5A605C) is known color: Mineral Green. HEX triplet: 5A, 60 and 5C. RGB value is (90,96,92). Sum of RGB (Red+Green+Blue) = 90+96+92=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 96 - color contains mainly: green. Hex color #5A605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A605C is #A59FA3. Grayscale: #5D5D5D. Windows color (decimal): -10854308 or 6053978. OLE color: 6053978.
HSL color Cylindrical-coordinate representation of color #5A605C: hue angle of 140º 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 #5A605C is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 96 | 92 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.62 |
| HSL | 140º | 0.03% | 0.36% | - |
| HSV(B) | 140º | 0.06% | 0.38% | - |
| XYZ | 10.33 | 11.31 | 11.76 | - |
| YUV | 93.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 92 | 0.06 | 0 | 0.04 | 0.62 | 140 | 0.03 | 0.36 |
| Hex | 5A | 60 | 5C | 6 | 0 | 4 | 3E | 8C | 3 | 24 |
| Octal | 132 | 140 | 134 | 6 | 0 | 4 | 76 | 214 | 3 | 44 |
| Binary | 1011010 | 1100000 | 1011100 | 110 | 0 | 100 | 111110 | 10001100 | 11 | 100100 |
Color Harmonies of #5A605C
Complementary color
Monochromatic Colors of #5A605C
Black with #5A605C
Text Example
Text Example
White with #5A605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A605C; }
p { color: rgb(90,96,92); }
H1.HeaderClassName
{
color: #5A605C;
}
.AnyTagClassName
{
color: #5A605C;
}
</style>
background-color css
<style>
a { background-color: #5A605C; }
a { background-color: rgb(90,96,92); }
div.DivClassName
{
background-color: #5A605C;
}
.BgClassName
{
background-color: #5A605C;
}
</style>
border-color css
<style>
span { border-color: #5A605C; }
span { border-color: rgb(90,96,92); }
td.TdClassName
{
border-color: #5A605C;
}
.TagClassName
{
border-color: #5A605C;
}
</style>