Shades of Mineral Green #5B645C
Tints of Mineral Green #5B645C
RGB
CMYK
RGB Variations
Color information
#5B645C (or 0x5B645C) is known color: Mineral Green. HEX triplet: 5B, 64 and 5C. RGB value is (91,100,92). Sum of RGB (Red+Green+Blue) = 91+100+92=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 100 - color contains mainly: green. Hex color #5B645C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B645C is #A49BA3. Grayscale: #606060. Windows color (decimal): -10787748 or 6055003. OLE color: 6055003.
HSL color Cylindrical-coordinate representation of color #5B645C: hue angle of 126.67º 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 #5B645C is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 100 | 92 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.61 |
| HSL | 126.67º | 0.05% | 0.37% | - |
| HSV(B) | 126.67º | 0.09% | 0.39% | - |
| XYZ | 10.8 | 12.11 | 11.89 | - |
| YUV | 96.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 100 | 92 | 0.09 | 0 | 0.08 | 0.61 | 126.67 | 0.05 | 0.37 |
| Hex | 5B | 64 | 5C | 9 | 0 | 8 | 3D | 7F | 5 | 25 |
| Octal | 133 | 144 | 134 | 11 | 0 | 10 | 75 | 177 | 5 | 45 |
| Binary | 1011011 | 1100100 | 1011100 | 1001 | 0 | 1000 | 111101 | 1111111 | 101 | 100101 |
Color Harmonies of #5B645C
Complementary color
Monochromatic Colors of #5B645C
Black with #5B645C
Text Example
Text Example
White with #5B645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B645C; }
p { color: rgb(91,100,92); }
H1.HeaderClassName
{
color: #5B645C;
}
.AnyTagClassName
{
color: #5B645C;
}
</style>
background-color css
<style>
a { background-color: #5B645C; }
a { background-color: rgb(91,100,92); }
div.DivClassName
{
background-color: #5B645C;
}
.BgClassName
{
background-color: #5B645C;
}
</style>
border-color css
<style>
span { border-color: #5B645C; }
span { border-color: rgb(91,100,92); }
td.TdClassName
{
border-color: #5B645C;
}
.TagClassName
{
border-color: #5B645C;
}
</style>