Shades of Mineral Green #5B625C
Tints of Mineral Green #5B625C
RGB
CMYK
RGB Variations
Color information
#5B625C (or 0x5B625C) is known color: Mineral Green. HEX triplet: 5B, 62 and 5C. RGB value is (91,98,92). Sum of RGB (Red+Green+Blue) = 91+98+92=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 98 - color contains mainly: green. Hex color #5B625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B625C is #A49DA3. Grayscale: #5F5F5F. Windows color (decimal): -10788260 or 6054491. OLE color: 6054491.
HSL color Cylindrical-coordinate representation of color #5B625C: hue angle of 128.57º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5B625C is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 98 | 92 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.62 |
| HSL | 128.57º | 0.04% | 0.37% | - |
| HSV(B) | 128.57º | 0.07% | 0.38% | - |
| XYZ | 10.61 | 11.73 | 11.83 | - |
| YUV | 95.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 92 | 0.07 | 0 | 0.06 | 0.62 | 128.57 | 0.04 | 0.37 |
| Hex | 5B | 62 | 5C | 7 | 0 | 6 | 3E | 81 | 4 | 25 |
| Octal | 133 | 142 | 134 | 7 | 0 | 6 | 76 | 201 | 4 | 45 |
| Binary | 1011011 | 1100010 | 1011100 | 111 | 0 | 110 | 111110 | 10000001 | 100 | 100101 |
Color Harmonies of #5B625C
Complementary color
Monochromatic Colors of #5B625C
Black with #5B625C
Text Example
Text Example
White with #5B625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B625C; }
p { color: rgb(91,98,92); }
H1.HeaderClassName
{
color: #5B625C;
}
.AnyTagClassName
{
color: #5B625C;
}
</style>
background-color css
<style>
a { background-color: #5B625C; }
a { background-color: rgb(91,98,92); }
div.DivClassName
{
background-color: #5B625C;
}
.BgClassName
{
background-color: #5B625C;
}
</style>
border-color css
<style>
span { border-color: #5B625C; }
span { border-color: rgb(91,98,92); }
td.TdClassName
{
border-color: #5B625C;
}
.TagClassName
{
border-color: #5B625C;
}
</style>