Shades of Mineral Green #5D6560
Tints of Mineral Green #5D6560
RGB
CMYK
RGB Variations
Color information
#5D6560 (or 0x5D6560) is known color: Mineral Green. HEX triplet: 5D, 65 and 60. RGB value is (93,101,96). Sum of RGB (Red+Green+Blue) = 93+101+96=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 101 - color contains mainly: green. Hex color #5D6560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6560 is #A29A9F. Grayscale: #626262. Windows color (decimal): -10656416 or 6317405. OLE color: 6317405.
HSL color Cylindrical-coordinate representation of color #5D6560: hue angle of 142.5º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5D6560 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 101 | 96 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.60 |
| HSL | 142.5º | 0.04% | 0.38% | - |
| HSV(B) | 142.5º | 0.08% | 0.4% | - |
| XYZ | 11.28 | 12.48 | 12.88 | - |
| YUV | 98.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 96 | 0.08 | 0 | 0.05 | 0.60 | 142.5 | 0.04 | 0.38 |
| Hex | 5D | 65 | 60 | 8 | 0 | 5 | 3C | 8E | 4 | 26 |
| Octal | 135 | 145 | 140 | 10 | 0 | 5 | 74 | 216 | 4 | 46 |
| Binary | 1011101 | 1100101 | 1100000 | 1000 | 0 | 101 | 111100 | 10001110 | 100 | 100110 |
Color Harmonies of #5D6560
Complementary color
Monochromatic Colors of #5D6560
Black with #5D6560
Text Example
Text Example
White with #5D6560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6560; }
p { color: rgb(93,101,96); }
H1.HeaderClassName
{
color: #5D6560;
}
.AnyTagClassName
{
color: #5D6560;
}
</style>
background-color css
<style>
a { background-color: #5D6560; }
a { background-color: rgb(93,101,96); }
div.DivClassName
{
background-color: #5D6560;
}
.BgClassName
{
background-color: #5D6560;
}
</style>
border-color css
<style>
span { border-color: #5D6560; }
span { border-color: rgb(93,101,96); }
td.TdClassName
{
border-color: #5D6560;
}
.TagClassName
{
border-color: #5D6560;
}
</style>