Shades of Mineral Green #566C58
Tints of Mineral Green #566C58
RGB
CMYK
RGB Variations
Color information
#566C58 (or 0x566C58) is known color: Mineral Green. HEX triplet: 56, 6C and 58. RGB value is (86,108,88). Sum of RGB (Red+Green+Blue) = 86+108+88=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 108 - color contains mainly: green. Hex color #566C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566C58 is #A993A7. Grayscale: #636363. Windows color (decimal): -11113384 or 5794902. OLE color: 5794902.
HSL color Cylindrical-coordinate representation of color #566C58: hue angle of 125.45º 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 #566C58 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 108 | 88 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.58 |
| HSL | 125.45º | 0.11% | 0.38% | - |
| HSV(B) | 125.45º | 0.2% | 0.42% | - |
| XYZ | 10.96 | 13.41 | 11.24 | - |
| YUV | 99.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 88 | 0.20 | 0 | 0.19 | 0.58 | 125.45 | 0.11 | 0.38 |
| Hex | 56 | 6C | 58 | 14 | 0 | 13 | 3A | 7D | B | 26 |
| Octal | 126 | 154 | 130 | 24 | 0 | 23 | 72 | 175 | 13 | 46 |
| Binary | 1010110 | 1101100 | 1011000 | 10100 | 0 | 10011 | 111010 | 1111101 | 1011 | 100110 |
Color Harmonies of #566C58
Complementary color
Monochromatic Colors of #566C58
Black with #566C58
Text Example
Text Example
White with #566C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566C58; }
p { color: rgb(86,108,88); }
H1.HeaderClassName
{
color: #566C58;
}
.AnyTagClassName
{
color: #566C58;
}
</style>
background-color css
<style>
a { background-color: #566C58; }
a { background-color: rgb(86,108,88); }
div.DivClassName
{
background-color: #566C58;
}
.BgClassName
{
background-color: #566C58;
}
</style>
border-color css
<style>
span { border-color: #566C58; }
span { border-color: rgb(86,108,88); }
td.TdClassName
{
border-color: #566C58;
}
.TagClassName
{
border-color: #566C58;
}
</style>