Shades of Mineral Green #5B6B5F
Tints of Mineral Green #5B6B5F
RGB
CMYK
RGB Variations
Color information
#5B6B5F (or 0x5B6B5F) is known color: Mineral Green. HEX triplet: 5B, 6B and 5F. RGB value is (91,107,95). Sum of RGB (Red+Green+Blue) = 91+107+95=293 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.06% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 107 - color contains mainly: green. Hex color #5B6B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6B5F is #A494A0. Grayscale: #646464. Windows color (decimal): -10785953 or 6253403. OLE color: 6253403.
HSL color Cylindrical-coordinate representation of color #5B6B5F: hue angle of 135º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5B6B5F is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 107 | 95 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.58 |
| HSL | 135º | 0.08% | 0.39% | - |
| HSV(B) | 135º | 0.15% | 0.42% | - |
| XYZ | 11.64 | 13.57 | 12.83 | - |
| YUV | 100.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 107 | 95 | 0.15 | 0 | 0.11 | 0.58 | 135 | 0.08 | 0.39 |
| Hex | 5B | 6B | 5F | F | 0 | B | 3A | 87 | 8 | 27 |
| Octal | 133 | 153 | 137 | 17 | 0 | 13 | 72 | 207 | 10 | 47 |
| Binary | 1011011 | 1101011 | 1011111 | 1111 | 0 | 1011 | 111010 | 10000111 | 1000 | 100111 |
Color Harmonies of #5B6B5F
Complementary color
Monochromatic Colors of #5B6B5F
Black with #5B6B5F
Text Example
Text Example
White with #5B6B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6B5F; }
p { color: rgb(91,107,95); }
H1.HeaderClassName
{
color: #5B6B5F;
}
.AnyTagClassName
{
color: #5B6B5F;
}
</style>
background-color css
<style>
a { background-color: #5B6B5F; }
a { background-color: rgb(91,107,95); }
div.DivClassName
{
background-color: #5B6B5F;
}
.BgClassName
{
background-color: #5B6B5F;
}
</style>
border-color css
<style>
span { border-color: #5B6B5F; }
span { border-color: rgb(91,107,95); }
td.TdClassName
{
border-color: #5B6B5F;
}
.TagClassName
{
border-color: #5B6B5F;
}
</style>