Shades of Mineral Green #56645A
Tints of Mineral Green #56645A
RGB
CMYK
RGB Variations
Color information
#56645A (or 0x56645A) is known color: Mineral Green. HEX triplet: 56, 64 and 5A. RGB value is (86,100,90). Sum of RGB (Red+Green+Blue) = 86+100+90=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 100 - color contains mainly: green. Hex color #56645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56645A is #A99BA5. Grayscale: #5E5E5E. Windows color (decimal): -11115430 or 5923926. OLE color: 5923926.
HSL color Cylindrical-coordinate representation of color #56645A: hue angle of 137.14º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #56645A is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 100 | 90 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.61 |
| HSL | 137.14º | 0.08% | 0.36% | - |
| HSV(B) | 137.14º | 0.14% | 0.39% | - |
| XYZ | 10.24 | 11.83 | 11.42 | - |
| YUV | 94.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 100 | 90 | 0.14 | 0 | 0.10 | 0.61 | 137.14 | 0.08 | 0.36 |
| Hex | 56 | 64 | 5A | E | 0 | A | 3D | 89 | 8 | 24 |
| Octal | 126 | 144 | 132 | 16 | 0 | 12 | 75 | 211 | 10 | 44 |
| Binary | 1010110 | 1100100 | 1011010 | 1110 | 0 | 1010 | 111101 | 10001001 | 1000 | 100100 |
Color Harmonies of #56645A
Complementary color
Monochromatic Colors of #56645A
Black with #56645A
Text Example
Text Example
White with #56645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56645A; }
p { color: rgb(86,100,90); }
H1.HeaderClassName
{
color: #56645A;
}
.AnyTagClassName
{
color: #56645A;
}
</style>
background-color css
<style>
a { background-color: #56645A; }
a { background-color: rgb(86,100,90); }
div.DivClassName
{
background-color: #56645A;
}
.BgClassName
{
background-color: #56645A;
}
</style>
border-color css
<style>
span { border-color: #56645A; }
span { border-color: rgb(86,100,90); }
td.TdClassName
{
border-color: #56645A;
}
.TagClassName
{
border-color: #56645A;
}
</style>