Shades of Mineral Green #5B655D
Tints of Mineral Green #5B655D
RGB
CMYK
RGB Variations
Color information
#5B655D (or 0x5B655D) is known color: Mineral Green. HEX triplet: 5B, 65 and 5D. RGB value is (91,101,93). Sum of RGB (Red+Green+Blue) = 91+101+93=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 101 - color contains mainly: green. Hex color #5B655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B655D is #A49AA2. Grayscale: #616161. Windows color (decimal): -10787491 or 6120795. OLE color: 6120795.
HSL color Cylindrical-coordinate representation of color #5B655D: hue angle of 132º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5B655D is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 101 | 93 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.60 |
| HSL | 132º | 0.05% | 0.38% | - |
| HSV(B) | 132º | 0.1% | 0.4% | - |
| XYZ | 10.94 | 12.32 | 12.16 | - |
| YUV | 97.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 101 | 93 | 0.10 | 0 | 0.08 | 0.60 | 132 | 0.05 | 0.38 |
| Hex | 5B | 65 | 5D | A | 0 | 8 | 3C | 84 | 5 | 26 |
| Octal | 133 | 145 | 135 | 12 | 0 | 10 | 74 | 204 | 5 | 46 |
| Binary | 1011011 | 1100101 | 1011101 | 1010 | 0 | 1000 | 111100 | 10000100 | 101 | 100110 |
Color Harmonies of #5B655D
Complementary color
Monochromatic Colors of #5B655D
Black with #5B655D
Text Example
Text Example
White with #5B655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B655D; }
p { color: rgb(91,101,93); }
H1.HeaderClassName
{
color: #5B655D;
}
.AnyTagClassName
{
color: #5B655D;
}
</style>
background-color css
<style>
a { background-color: #5B655D; }
a { background-color: rgb(91,101,93); }
div.DivClassName
{
background-color: #5B655D;
}
.BgClassName
{
background-color: #5B655D;
}
</style>
border-color css
<style>
span { border-color: #5B655D; }
span { border-color: rgb(91,101,93); }
td.TdClassName
{
border-color: #5B655D;
}
.TagClassName
{
border-color: #5B655D;
}
</style>