Shades of Mineral Green #566E5B
Tints of Mineral Green #566E5B
RGB
CMYK
RGB Variations
Color information
#566E5B (or 0x566E5B) is known color: Mineral Green. HEX triplet: 56, 6E and 5B. RGB value is (86,110,91). Sum of RGB (Red+Green+Blue) = 86+110+91=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 110 - color contains mainly: green. Hex color #566E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566E5B is #A991A4. Grayscale: #646464. Windows color (decimal): -11112869 or 5992022. OLE color: 5992022.
HSL color Cylindrical-coordinate representation of color #566E5B: hue angle of 132.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #566E5B is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 110 | 91 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.57 |
| HSL | 132.5º | 0.12% | 0.38% | - |
| HSV(B) | 132.5º | 0.22% | 0.43% | - |
| XYZ | 11.3 | 13.89 | 11.98 | - |
| YUV | 100.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 91 | 0.22 | 0 | 0.17 | 0.57 | 132.5 | 0.12 | 0.38 |
| Hex | 56 | 6E | 5B | 16 | 0 | 11 | 39 | 84 | C | 26 |
| Octal | 126 | 156 | 133 | 26 | 0 | 21 | 71 | 204 | 14 | 46 |
| Binary | 1010110 | 1101110 | 1011011 | 10110 | 0 | 10001 | 111001 | 10000100 | 1100 | 100110 |
Color Harmonies of #566E5B
Complementary color
Monochromatic Colors of #566E5B
Black with #566E5B
Text Example
Text Example
White with #566E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566E5B; }
p { color: rgb(86,110,91); }
H1.HeaderClassName
{
color: #566E5B;
}
.AnyTagClassName
{
color: #566E5B;
}
</style>
background-color css
<style>
a { background-color: #566E5B; }
a { background-color: rgb(86,110,91); }
div.DivClassName
{
background-color: #566E5B;
}
.BgClassName
{
background-color: #566E5B;
}
</style>
border-color css
<style>
span { border-color: #566E5B; }
span { border-color: rgb(86,110,91); }
td.TdClassName
{
border-color: #566E5B;
}
.TagClassName
{
border-color: #566E5B;
}
</style>