Shades of Mineral Green #5A655D
Tints of Mineral Green #5A655D
RGB
CMYK
RGB Variations
Color information
#5A655D (or 0x5A655D) is known color: Mineral Green. HEX triplet: 5A, 65 and 5D. RGB value is (90,101,93). Sum of RGB (Red+Green+Blue) = 90+101+93=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 101 - color contains mainly: green. Hex color #5A655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A655D is #A59AA2. Grayscale: #606060. Windows color (decimal): -10853027 or 6120794. OLE color: 6120794.
HSL color Cylindrical-coordinate representation of color #5A655D: hue angle of 136.36º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5A655D is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 101 | 93 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.60 |
| HSL | 136.36º | 0.06% | 0.37% | - |
| HSV(B) | 136.36º | 0.11% | 0.4% | - |
| XYZ | 10.85 | 12.27 | 12.15 | - |
| YUV | 96.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 93 | 0.11 | 0 | 0.08 | 0.60 | 136.36 | 0.06 | 0.37 |
| Hex | 5A | 65 | 5D | B | 0 | 8 | 3C | 88 | 6 | 25 |
| Octal | 132 | 145 | 135 | 13 | 0 | 10 | 74 | 210 | 6 | 45 |
| Binary | 1011010 | 1100101 | 1011101 | 1011 | 0 | 1000 | 111100 | 10001000 | 110 | 100101 |
Color Harmonies of #5A655D
Complementary color
Monochromatic Colors of #5A655D
Black with #5A655D
Text Example
Text Example
White with #5A655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A655D; }
p { color: rgb(90,101,93); }
H1.HeaderClassName
{
color: #5A655D;
}
.AnyTagClassName
{
color: #5A655D;
}
</style>
background-color css
<style>
a { background-color: #5A655D; }
a { background-color: rgb(90,101,93); }
div.DivClassName
{
background-color: #5A655D;
}
.BgClassName
{
background-color: #5A655D;
}
</style>
border-color css
<style>
span { border-color: #5A655D; }
span { border-color: rgb(90,101,93); }
td.TdClassName
{
border-color: #5A655D;
}
.TagClassName
{
border-color: #5A655D;
}
</style>