Shades of Mineral Green #5A665D
Tints of Mineral Green #5A665D
RGB
CMYK
RGB Variations
Color information
#5A665D (or 0x5A665D) is known color: Mineral Green. HEX triplet: 5A, 66 and 5D. RGB value is (90,102,93). Sum of RGB (Red+Green+Blue) = 90+102+93=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 102 - color contains mainly: green. Hex color #5A665D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A665D is #A599A2. Grayscale: #616161. Windows color (decimal): -10852771 or 6121050. OLE color: 6121050.
HSL color Cylindrical-coordinate representation of color #5A665D: hue angle of 135º 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 #5A665D is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 90 | 102 | 93 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.6 |
| HSL | 135º | 0.06% | 0.38% | - |
| HSV(B) | 135º | 0.12% | 0.4% | - |
| XYZ | 10.94 | 12.47 | 12.19 | - |
| YUV | 97.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 93 | 0.12 | 0 | 0.09 | 0.6 | 135 | 0.06 | 0.38 |
| Hex | 5A | 66 | 5D | C | 0 | 9 | 3C | 87 | 6 | 26 |
| Octal | 132 | 146 | 135 | 14 | 0 | 11 | 74 | 207 | 6 | 46 |
| Binary | 1011010 | 1100110 | 1011101 | 1100 | 0 | 1001 | 111100 | 10000111 | 110 | 100110 |
Color Harmonies of #5A665D
Complementary color
Monochromatic Colors of #5A665D
Black with #5A665D
Text Example
Text Example
White with #5A665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A665D; }
p { color: rgb(90,102,93); }
H1.HeaderClassName
{
color: #5A665D;
}
.AnyTagClassName
{
color: #5A665D;
}
</style>
background-color css
<style>
a { background-color: #5A665D; }
a { background-color: rgb(90,102,93); }
div.DivClassName
{
background-color: #5A665D;
}
.BgClassName
{
background-color: #5A665D;
}
</style>
border-color css
<style>
span { border-color: #5A665D; }
span { border-color: rgb(90,102,93); }
td.TdClassName
{
border-color: #5A665D;
}
.TagClassName
{
border-color: #5A665D;
}
</style>