Shades of Mineral Green #5B5F5C
Tints of Mineral Green #5B5F5C
RGB
CMYK
RGB Variations
Color information
#5B5F5C (or 0x5B5F5C) is known color: Mineral Green. HEX triplet: 5B, 5F and 5C. RGB value is (91,95,92). Sum of RGB (Red+Green+Blue) = 91+95+92=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 95 - color contains mainly: green. Hex color #5B5F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5F5C is #A4A0A3. Grayscale: #5D5D5D. Windows color (decimal): -10789028 or 6053723. OLE color: 6053723.
HSL color Cylindrical-coordinate representation of color #5B5F5C: hue angle of 135º degrees, saturation: 0.02, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #5B5F5C is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 91 | 95 | 92 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.63 |
| HSL | 135º | 0.02% | 0.36% | - |
| HSV(B) | 135º | 0.04% | 0.37% | - |
| XYZ | 10.34 | 11.18 | 11.74 | - |
| YUV | 93.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 95 | 92 | 0.04 | 0 | 0.03 | 0.63 | 135 | 0.02 | 0.36 |
| Hex | 5B | 5F | 5C | 4 | 0 | 3 | 3F | 87 | 2 | 24 |
| Octal | 133 | 137 | 134 | 4 | 0 | 3 | 77 | 207 | 2 | 44 |
| Binary | 1011011 | 1011111 | 1011100 | 100 | 0 | 11 | 111111 | 10000111 | 10 | 100100 |
Color Harmonies of #5B5F5C
Complementary color
Monochromatic Colors of #5B5F5C
Black with #5B5F5C
Text Example
Text Example
White with #5B5F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5F5C; }
p { color: rgb(91,95,92); }
H1.HeaderClassName
{
color: #5B5F5C;
}
.AnyTagClassName
{
color: #5B5F5C;
}
</style>
background-color css
<style>
a { background-color: #5B5F5C; }
a { background-color: rgb(91,95,92); }
div.DivClassName
{
background-color: #5B5F5C;
}
.BgClassName
{
background-color: #5B5F5C;
}
</style>
border-color css
<style>
span { border-color: #5B5F5C; }
span { border-color: rgb(91,95,92); }
td.TdClassName
{
border-color: #5B5F5C;
}
.TagClassName
{
border-color: #5B5F5C;
}
</style>