Shades of Mineral Green #5B645D
Tints of Mineral Green #5B645D
RGB
CMYK
RGB Variations
Color information
#5B645D (or 0x5B645D) is known color: Mineral Green. HEX triplet: 5B, 64 and 5D. RGB value is (91,100,93). Sum of RGB (Red+Green+Blue) = 91+100+93=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 100 - color contains mainly: green. Hex color #5B645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B645D is #A49BA2. Grayscale: #606060. Windows color (decimal): -10787747 or 6120539. OLE color: 6120539.
HSL color Cylindrical-coordinate representation of color #5B645D: hue angle of 133.33º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5B645D is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 100 | 93 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.61 |
| HSL | 133.33º | 0.05% | 0.37% | - |
| HSV(B) | 133.33º | 0.09% | 0.39% | - |
| XYZ | 10.85 | 12.13 | 12.13 | - |
| YUV | 96.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 100 | 93 | 0.09 | 0 | 0.07 | 0.61 | 133.33 | 0.05 | 0.37 |
| Hex | 5B | 64 | 5D | 9 | 0 | 7 | 3D | 85 | 5 | 25 |
| Octal | 133 | 144 | 135 | 11 | 0 | 7 | 75 | 205 | 5 | 45 |
| Binary | 1011011 | 1100100 | 1011101 | 1001 | 0 | 111 | 111101 | 10000101 | 101 | 100101 |
Color Harmonies of #5B645D
Complementary color
Monochromatic Colors of #5B645D
Black with #5B645D
Text Example
Text Example
White with #5B645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B645D; }
p { color: rgb(91,100,93); }
H1.HeaderClassName
{
color: #5B645D;
}
.AnyTagClassName
{
color: #5B645D;
}
</style>
background-color css
<style>
a { background-color: #5B645D; }
a { background-color: rgb(91,100,93); }
div.DivClassName
{
background-color: #5B645D;
}
.BgClassName
{
background-color: #5B645D;
}
</style>
border-color css
<style>
span { border-color: #5B645D; }
span { border-color: rgb(91,100,93); }
td.TdClassName
{
border-color: #5B645D;
}
.TagClassName
{
border-color: #5B645D;
}
</style>