Shades of Mineral Green #5D6460
Tints of Mineral Green #5D6460
RGB
CMYK
RGB Variations
Color information
#5D6460 (or 0x5D6460) is known color: Mineral Green. HEX triplet: 5D, 64 and 60. RGB value is (93,100,96). Sum of RGB (Red+Green+Blue) = 93+100+96=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 100 - color contains mainly: green. Hex color #5D6460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6460 is #A29B9F. Grayscale: #616161. Windows color (decimal): -10656672 or 6317149. OLE color: 6317149.
HSL color Cylindrical-coordinate representation of color #5D6460: hue angle of 145.71º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5D6460 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
RGB | 93 | 100 | 96 | - |
CMYK | 0.07 | 0 | 0.04 | 0.61 |
HSL | 145.71º | 0.04% | 0.38% | - |
HSV(B) | 145.71º | 0.07% | 0.39% | - |
XYZ | 11.18 | 12.29 | 12.85 | - |
YUV | 97.45 | 127.18 | 124.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 100 | 96 | 0.07 | 0 | 0.04 | 0.61 | 145.71 | 0.04 | 0.38 |
Hex | 5D | 64 | 60 | 7 | 0 | 4 | 3D | 92 | 4 | 26 |
Octal | 135 | 144 | 140 | 7 | 0 | 4 | 75 | 222 | 4 | 46 |
Binary | 1011101 | 1100100 | 1100000 | 111 | 0 | 100 | 111101 | 10010010 | 100 | 100110 |
Color Harmonies of #5D6460
Complementary color
Monochromatic Colors of #5D6460
Black with #5D6460
Text Example
Text Example
White with #5D6460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6460; }
p { color: rgb(93,100,96); }
H1.HeaderClassName
{
color: #5D6460;
}
.AnyTagClassName
{
color: #5D6460;
}
</style>
background-color css
<style>
a { background-color: #5D6460; }
a { background-color: rgb(93,100,96); }
div.DivClassName
{
background-color: #5D6460;
}
.BgClassName
{
background-color: #5D6460;
}
</style>
border-color css
<style>
span { border-color: #5D6460; }
span { border-color: rgb(93,100,96); }
td.TdClassName
{
border-color: #5D6460;
}
.TagClassName
{
border-color: #5D6460;
}
</style>