Shades of Mineral Green #5A665E
Tints of Mineral Green #5A665E
RGB
CMYK
RGB Variations
Color information
#5A665E (or 0x5A665E) is known color: Mineral Green. HEX triplet: 5A, 66 and 5E. RGB value is (90,102,94). Sum of RGB (Red+Green+Blue) = 90+102+94=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 102 - color contains mainly: green. Hex color #5A665E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A665E is #A599A1. Grayscale: #616161. Windows color (decimal): -10852770 or 6186586. OLE color: 6186586.
HSL color Cylindrical-coordinate representation of color #5A665E: hue angle of 140º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5A665E is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 90 | 102 | 94 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.6 |
| HSL | 140º | 0.06% | 0.38% | - |
| HSV(B) | 140º | 0.12% | 0.4% | - |
| XYZ | 10.99 | 12.48 | 12.42 | - |
| YUV | 97.5 | 126.02 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 94 | 0.12 | 0 | 0.08 | 0.6 | 140 | 0.06 | 0.38 |
| Hex | 5A | 66 | 5E | C | 0 | 8 | 3C | 8C | 6 | 26 |
| Octal | 132 | 146 | 136 | 14 | 0 | 10 | 74 | 214 | 6 | 46 |
| Binary | 1011010 | 1100110 | 1011110 | 1100 | 0 | 1000 | 111100 | 10001100 | 110 | 100110 |
Color Harmonies of #5A665E
Complementary color
Monochromatic Colors of #5A665E
Black with #5A665E
Text Example
Text Example
White with #5A665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A665E; }
p { color: rgb(90,102,94); }
H1.HeaderClassName
{
color: #5A665E;
}
.AnyTagClassName
{
color: #5A665E;
}
</style>
background-color css
<style>
a { background-color: #5A665E; }
a { background-color: rgb(90,102,94); }
div.DivClassName
{
background-color: #5A665E;
}
.BgClassName
{
background-color: #5A665E;
}
</style>
border-color css
<style>
span { border-color: #5A665E; }
span { border-color: rgb(90,102,94); }
td.TdClassName
{
border-color: #5A665E;
}
.TagClassName
{
border-color: #5A665E;
}
</style>