Shades of Mineral Green #5B685E
Tints of Mineral Green #5B685E
RGB
CMYK
RGB Variations
Color information
#5B685E (or 0x5B685E) is known color: Mineral Green. HEX triplet: 5B, 68 and 5E. RGB value is (91,104,94). Sum of RGB (Red+Green+Blue) = 91+104+94=289 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.49% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 104 - color contains mainly: green. Hex color #5B685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B685E is #A497A1. Grayscale: #636363. Windows color (decimal): -10786722 or 6187099. OLE color: 6187099.
HSL color Cylindrical-coordinate representation of color #5B685E: hue angle of 133.85º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B685E is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 104 | 94 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.59 |
| HSL | 133.85º | 0.07% | 0.38% | - |
| HSV(B) | 133.85º | 0.13% | 0.41% | - |
| XYZ | 11.29 | 12.93 | 12.49 | - |
| YUV | 98.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 104 | 94 | 0.12 | 0 | 0.10 | 0.59 | 133.85 | 0.07 | 0.38 |
| Hex | 5B | 68 | 5E | C | 0 | A | 3B | 86 | 7 | 26 |
| Octal | 133 | 150 | 136 | 14 | 0 | 12 | 73 | 206 | 7 | 46 |
| Binary | 1011011 | 1101000 | 1011110 | 1100 | 0 | 1010 | 111011 | 10000110 | 111 | 100110 |
Color Harmonies of #5B685E
Complementary color
Monochromatic Colors of #5B685E
Black with #5B685E
Text Example
Text Example
White with #5B685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B685E; }
p { color: rgb(91,104,94); }
H1.HeaderClassName
{
color: #5B685E;
}
.AnyTagClassName
{
color: #5B685E;
}
</style>
background-color css
<style>
a { background-color: #5B685E; }
a { background-color: rgb(91,104,94); }
div.DivClassName
{
background-color: #5B685E;
}
.BgClassName
{
background-color: #5B685E;
}
</style>
border-color css
<style>
span { border-color: #5B685E; }
span { border-color: rgb(91,104,94); }
td.TdClassName
{
border-color: #5B685E;
}
.TagClassName
{
border-color: #5B685E;
}
</style>