Shades of Mineral Green #5B6D5E
Tints of Mineral Green #5B6D5E
RGB
CMYK
RGB Variations
Color information
#5B6D5E (or 0x5B6D5E) is known color: Mineral Green. HEX triplet: 5B, 6D and 5E. RGB value is (91,109,94). Sum of RGB (Red+Green+Blue) = 91+109+94=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 109 - color contains mainly: green. Hex color #5B6D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6D5E is #A492A1. Grayscale: #656565. Windows color (decimal): -10785442 or 6188379. OLE color: 6188379.
HSL color Cylindrical-coordinate representation of color #5B6D5E: hue angle of 130º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5B6D5E is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 109 | 94 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.57 |
| HSL | 130º | 0.09% | 0.39% | - |
| HSV(B) | 130º | 0.17% | 0.43% | - |
| XYZ | 11.8 | 13.97 | 12.66 | - |
| YUV | 101.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 109 | 94 | 0.17 | 0 | 0.14 | 0.57 | 130 | 0.09 | 0.39 |
| Hex | 5B | 6D | 5E | 11 | 0 | E | 39 | 82 | 9 | 27 |
| Octal | 133 | 155 | 136 | 21 | 0 | 16 | 71 | 202 | 11 | 47 |
| Binary | 1011011 | 1101101 | 1011110 | 10001 | 0 | 1110 | 111001 | 10000010 | 1001 | 100111 |
Color Harmonies of #5B6D5E
Complementary color
Monochromatic Colors of #5B6D5E
Black with #5B6D5E
Text Example
Text Example
White with #5B6D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6D5E; }
p { color: rgb(91,109,94); }
H1.HeaderClassName
{
color: #5B6D5E;
}
.AnyTagClassName
{
color: #5B6D5E;
}
</style>
background-color css
<style>
a { background-color: #5B6D5E; }
a { background-color: rgb(91,109,94); }
div.DivClassName
{
background-color: #5B6D5E;
}
.BgClassName
{
background-color: #5B6D5E;
}
</style>
border-color css
<style>
span { border-color: #5B6D5E; }
span { border-color: rgb(91,109,94); }
td.TdClassName
{
border-color: #5B6D5E;
}
.TagClassName
{
border-color: #5B6D5E;
}
</style>