Shades of Mineral Green #566E5C
Tints of Mineral Green #566E5C
RGB
CMYK
RGB Variations
Color information
#566E5C (or 0x566E5C) is known color: Mineral Green. HEX triplet: 56, 6E and 5C. RGB value is (86,110,92). Sum of RGB (Red+Green+Blue) = 86+110+92=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 110 - color contains mainly: green. Hex color #566E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566E5C is #A991A3. Grayscale: #646464. Windows color (decimal): -11112868 or 6057558. OLE color: 6057558.
HSL color Cylindrical-coordinate representation of color #566E5C: hue angle of 135º 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 #566E5C is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 110 | 92 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.57 |
| HSL | 135º | 0.12% | 0.38% | - |
| HSV(B) | 135º | 0.22% | 0.43% | - |
| XYZ | 11.35 | 13.9 | 12.21 | - |
| YUV | 100.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 92 | 0.22 | 0 | 0.16 | 0.57 | 135 | 0.12 | 0.38 |
| Hex | 56 | 6E | 5C | 16 | 0 | 10 | 39 | 87 | C | 26 |
| Octal | 126 | 156 | 134 | 26 | 0 | 20 | 71 | 207 | 14 | 46 |
| Binary | 1010110 | 1101110 | 1011100 | 10110 | 0 | 10000 | 111001 | 10000111 | 1100 | 100110 |
Color Harmonies of #566E5C
Complementary color
Monochromatic Colors of #566E5C
Black with #566E5C
Text Example
Text Example
White with #566E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566E5C; }
p { color: rgb(86,110,92); }
H1.HeaderClassName
{
color: #566E5C;
}
.AnyTagClassName
{
color: #566E5C;
}
</style>
background-color css
<style>
a { background-color: #566E5C; }
a { background-color: rgb(86,110,92); }
div.DivClassName
{
background-color: #566E5C;
}
.BgClassName
{
background-color: #566E5C;
}
</style>
border-color css
<style>
span { border-color: #566E5C; }
span { border-color: rgb(86,110,92); }
td.TdClassName
{
border-color: #566E5C;
}
.TagClassName
{
border-color: #566E5C;
}
</style>