Shades of Mineral Green #566A5B
Tints of Mineral Green #566A5B
RGB
CMYK
RGB Variations
Color information
#566A5B (or 0x566A5B) is known color: Mineral Green. HEX triplet: 56, 6A and 5B. RGB value is (86,106,91). Sum of RGB (Red+Green+Blue) = 86+106+91=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 106 - color contains mainly: green. Hex color #566A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A5B is #A995A4. Grayscale: #626262. Windows color (decimal): -11113893 or 5990998. OLE color: 5990998.
HSL color Cylindrical-coordinate representation of color #566A5B: hue angle of 135º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #566A5B is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 106 | 91 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.58 |
| HSL | 135º | 0.1% | 0.38% | - |
| HSV(B) | 135º | 0.19% | 0.42% | - |
| XYZ | 10.88 | 13.04 | 11.84 | - |
| YUV | 98.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 106 | 91 | 0.19 | 0 | 0.14 | 0.58 | 135 | 0.1 | 0.38 |
| Hex | 56 | 6A | 5B | 13 | 0 | E | 3A | 87 | A | 26 |
| Octal | 126 | 152 | 133 | 23 | 0 | 16 | 72 | 207 | 12 | 46 |
| Binary | 1010110 | 1101010 | 1011011 | 10011 | 0 | 1110 | 111010 | 10000111 | 1010 | 100110 |
Color Harmonies of #566A5B
Complementary color
Monochromatic Colors of #566A5B
Black with #566A5B
Text Example
Text Example
White with #566A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566A5B; }
p { color: rgb(86,106,91); }
H1.HeaderClassName
{
color: #566A5B;
}
.AnyTagClassName
{
color: #566A5B;
}
</style>
background-color css
<style>
a { background-color: #566A5B; }
a { background-color: rgb(86,106,91); }
div.DivClassName
{
background-color: #566A5B;
}
.BgClassName
{
background-color: #566A5B;
}
</style>
border-color css
<style>
span { border-color: #566A5B; }
span { border-color: rgb(86,106,91); }
td.TdClassName
{
border-color: #566A5B;
}
.TagClassName
{
border-color: #566A5B;
}
</style>