Shades of Mineral Green #5B6C5F
Tints of Mineral Green #5B6C5F
RGB
CMYK
RGB Variations
Color information
#5B6C5F (or 0x5B6C5F) is known color: Mineral Green. HEX triplet: 5B, 6C and 5F. RGB value is (91,108,95). Sum of RGB (Red+Green+Blue) = 91+108+95=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 108 - color contains mainly: green. Hex color #5B6C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6C5F is #A493A0. Grayscale: #656565. Windows color (decimal): -10785697 or 6253659. OLE color: 6253659.
HSL color Cylindrical-coordinate representation of color #5B6C5F: hue angle of 134.12º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5B6C5F is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 108 | 95 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.58 |
| HSL | 134.12º | 0.09% | 0.39% | - |
| HSV(B) | 134.12º | 0.16% | 0.42% | - |
| XYZ | 11.74 | 13.78 | 12.87 | - |
| YUV | 101.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 108 | 95 | 0.16 | 0 | 0.12 | 0.58 | 134.12 | 0.09 | 0.39 |
| Hex | 5B | 6C | 5F | 10 | 0 | C | 3A | 86 | 9 | 27 |
| Octal | 133 | 154 | 137 | 20 | 0 | 14 | 72 | 206 | 11 | 47 |
| Binary | 1011011 | 1101100 | 1011111 | 10000 | 0 | 1100 | 111010 | 10000110 | 1001 | 100111 |
Color Harmonies of #5B6C5F
Complementary color
Monochromatic Colors of #5B6C5F
Black with #5B6C5F
Text Example
Text Example
White with #5B6C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6C5F; }
p { color: rgb(91,108,95); }
H1.HeaderClassName
{
color: #5B6C5F;
}
.AnyTagClassName
{
color: #5B6C5F;
}
</style>
background-color css
<style>
a { background-color: #5B6C5F; }
a { background-color: rgb(91,108,95); }
div.DivClassName
{
background-color: #5B6C5F;
}
.BgClassName
{
background-color: #5B6C5F;
}
</style>
border-color css
<style>
span { border-color: #5B6C5F; }
span { border-color: rgb(91,108,95); }
td.TdClassName
{
border-color: #5B6C5F;
}
.TagClassName
{
border-color: #5B6C5F;
}
</style>