Shades of Mineral Green #56655A
Tints of Mineral Green #56655A
RGB
CMYK
RGB Variations
Color information
#56655A (or 0x56655A) is known color: Mineral Green. HEX triplet: 56, 65 and 5A. RGB value is (86,101,90). Sum of RGB (Red+Green+Blue) = 86+101+90=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 101 - color contains mainly: green. Hex color #56655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56655A is #A99AA5. Grayscale: #5F5F5F. Windows color (decimal): -11115174 or 5924182. OLE color: 5924182.
HSL color Cylindrical-coordinate representation of color #56655A: hue angle of 136º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #56655A is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 101 | 90 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.60 |
| HSL | 136º | 0.08% | 0.37% | - |
| HSV(B) | 136º | 0.15% | 0.4% | - |
| XYZ | 10.34 | 12.02 | 11.45 | - |
| YUV | 95.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 101 | 90 | 0.15 | 0 | 0.11 | 0.60 | 136 | 0.08 | 0.37 |
| Hex | 56 | 65 | 5A | F | 0 | B | 3C | 88 | 8 | 25 |
| Octal | 126 | 145 | 132 | 17 | 0 | 13 | 74 | 210 | 10 | 45 |
| Binary | 1010110 | 1100101 | 1011010 | 1111 | 0 | 1011 | 111100 | 10001000 | 1000 | 100101 |
Color Harmonies of #56655A
Complementary color
Monochromatic Colors of #56655A
Black with #56655A
Text Example
Text Example
White with #56655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56655A; }
p { color: rgb(86,101,90); }
H1.HeaderClassName
{
color: #56655A;
}
.AnyTagClassName
{
color: #56655A;
}
</style>
background-color css
<style>
a { background-color: #56655A; }
a { background-color: rgb(86,101,90); }
div.DivClassName
{
background-color: #56655A;
}
.BgClassName
{
background-color: #56655A;
}
</style>
border-color css
<style>
span { border-color: #56655A; }
span { border-color: rgb(86,101,90); }
td.TdClassName
{
border-color: #56655A;
}
.TagClassName
{
border-color: #56655A;
}
</style>