Shades of Mineral Green #5A685D
Tints of Mineral Green #5A685D
RGB
CMYK
RGB Variations
Color information
#5A685D (or 0x5A685D) is known color: Mineral Green. HEX triplet: 5A, 68 and 5D. RGB value is (90,104,93). Sum of RGB (Red+Green+Blue) = 90+104+93=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 104 - color contains mainly: green. Hex color #5A685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A685D is #A597A2. Grayscale: #626262. Windows color (decimal): -10852259 or 6121562. OLE color: 6121562.
HSL color Cylindrical-coordinate representation of color #5A685D: hue angle of 132.86º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A685D is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 104 | 93 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.59 |
| HSL | 132.86º | 0.07% | 0.38% | - |
| HSV(B) | 132.86º | 0.13% | 0.41% | - |
| XYZ | 11.14 | 12.86 | 12.25 | - |
| YUV | 98.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 93 | 0.13 | 0 | 0.11 | 0.59 | 132.86 | 0.07 | 0.38 |
| Hex | 5A | 68 | 5D | D | 0 | B | 3B | 85 | 7 | 26 |
| Octal | 132 | 150 | 135 | 15 | 0 | 13 | 73 | 205 | 7 | 46 |
| Binary | 1011010 | 1101000 | 1011101 | 1101 | 0 | 1011 | 111011 | 10000101 | 111 | 100110 |
Color Harmonies of #5A685D
Complementary color
Monochromatic Colors of #5A685D
Black with #5A685D
Text Example
Text Example
White with #5A685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A685D; }
p { color: rgb(90,104,93); }
H1.HeaderClassName
{
color: #5A685D;
}
.AnyTagClassName
{
color: #5A685D;
}
</style>
background-color css
<style>
a { background-color: #5A685D; }
a { background-color: rgb(90,104,93); }
div.DivClassName
{
background-color: #5A685D;
}
.BgClassName
{
background-color: #5A685D;
}
</style>
border-color css
<style>
span { border-color: #5A685D; }
span { border-color: rgb(90,104,93); }
td.TdClassName
{
border-color: #5A685D;
}
.TagClassName
{
border-color: #5A685D;
}
</style>