Shades of Mineral Green #5A635D
Tints of Mineral Green #5A635D
RGB
CMYK
RGB Variations
Color information
#5A635D (or 0x5A635D) is known color: Mineral Green. HEX triplet: 5A, 63 and 5D. RGB value is (90,99,93). Sum of RGB (Red+Green+Blue) = 90+99+93=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 99 - color contains mainly: green. Hex color #5A635D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A635D is #A59CA2. Grayscale: #5F5F5F. Windows color (decimal): -10853539 or 6120282. OLE color: 6120282.
HSL color Cylindrical-coordinate representation of color #5A635D: hue angle of 140º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5A635D is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 99 | 93 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.61 |
| HSL | 140º | 0.05% | 0.37% | - |
| HSV(B) | 140º | 0.09% | 0.39% | - |
| XYZ | 10.65 | 11.89 | 12.09 | - |
| YUV | 95.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 93 | 0.09 | 0 | 0.06 | 0.61 | 140 | 0.05 | 0.37 |
| Hex | 5A | 63 | 5D | 9 | 0 | 6 | 3D | 8C | 5 | 25 |
| Octal | 132 | 143 | 135 | 11 | 0 | 6 | 75 | 214 | 5 | 45 |
| Binary | 1011010 | 1100011 | 1011101 | 1001 | 0 | 110 | 111101 | 10001100 | 101 | 100101 |
Color Harmonies of #5A635D
Complementary color
Monochromatic Colors of #5A635D
Black with #5A635D
Text Example
Text Example
White with #5A635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A635D; }
p { color: rgb(90,99,93); }
H1.HeaderClassName
{
color: #5A635D;
}
.AnyTagClassName
{
color: #5A635D;
}
</style>
background-color css
<style>
a { background-color: #5A635D; }
a { background-color: rgb(90,99,93); }
div.DivClassName
{
background-color: #5A635D;
}
.BgClassName
{
background-color: #5A635D;
}
</style>
border-color css
<style>
span { border-color: #5A635D; }
span { border-color: rgb(90,99,93); }
td.TdClassName
{
border-color: #5A635D;
}
.TagClassName
{
border-color: #5A635D;
}
</style>