Shades of Mineral Green #566C5D
Tints of Mineral Green #566C5D
RGB
CMYK
RGB Variations
Color information
#566C5D (or 0x566C5D) is known color: Mineral Green. HEX triplet: 56, 6C and 5D. RGB value is (86,108,93). Sum of RGB (Red+Green+Blue) = 86+108+93=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 108 - color contains mainly: green. Hex color #566C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566C5D is #A993A2. Grayscale: #636363. Windows color (decimal): -11113379 or 6122582. OLE color: 6122582.
HSL color Cylindrical-coordinate representation of color #566C5D: hue angle of 139.09º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #566C5D is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 108 | 93 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.58 |
| HSL | 139.09º | 0.11% | 0.38% | - |
| HSV(B) | 139.09º | 0.2% | 0.42% | - |
| XYZ | 11.18 | 13.49 | 12.37 | - |
| YUV | 99.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 93 | 0.20 | 0 | 0.14 | 0.58 | 139.09 | 0.11 | 0.38 |
| Hex | 56 | 6C | 5D | 14 | 0 | E | 3A | 8B | B | 26 |
| Octal | 126 | 154 | 135 | 24 | 0 | 16 | 72 | 213 | 13 | 46 |
| Binary | 1010110 | 1101100 | 1011101 | 10100 | 0 | 1110 | 111010 | 10001011 | 1011 | 100110 |
Color Harmonies of #566C5D
Complementary color
Monochromatic Colors of #566C5D
Black with #566C5D
Text Example
Text Example
White with #566C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566C5D; }
p { color: rgb(86,108,93); }
H1.HeaderClassName
{
color: #566C5D;
}
.AnyTagClassName
{
color: #566C5D;
}
</style>
background-color css
<style>
a { background-color: #566C5D; }
a { background-color: rgb(86,108,93); }
div.DivClassName
{
background-color: #566C5D;
}
.BgClassName
{
background-color: #566C5D;
}
</style>
border-color css
<style>
span { border-color: #566C5D; }
span { border-color: rgb(86,108,93); }
td.TdClassName
{
border-color: #566C5D;
}
.TagClassName
{
border-color: #566C5D;
}
</style>