Shades of Mineral Green #566D5C
Tints of Mineral Green #566D5C
RGB
CMYK
RGB Variations
Color information
#566D5C (or 0x566D5C) is known color: Mineral Green. HEX triplet: 56, 6D and 5C. RGB value is (86,109,92). Sum of RGB (Red+Green+Blue) = 86+109+92=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 109 - color contains mainly: green. Hex color #566D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566D5C is #A992A3. Grayscale: #646464. Windows color (decimal): -11113124 or 6057302. OLE color: 6057302.
HSL color Cylindrical-coordinate representation of color #566D5C: hue angle of 135.65º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #566D5C is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 109 | 92 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.57 |
| HSL | 135.65º | 0.12% | 0.38% | - |
| HSV(B) | 135.65º | 0.21% | 0.43% | - |
| XYZ | 11.24 | 13.69 | 12.18 | - |
| YUV | 100.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 92 | 0.21 | 0 | 0.16 | 0.57 | 135.65 | 0.12 | 0.38 |
| Hex | 56 | 6D | 5C | 15 | 0 | 10 | 39 | 88 | C | 26 |
| Octal | 126 | 155 | 134 | 25 | 0 | 20 | 71 | 210 | 14 | 46 |
| Binary | 1010110 | 1101101 | 1011100 | 10101 | 0 | 10000 | 111001 | 10001000 | 1100 | 100110 |
Color Harmonies of #566D5C
Complementary color
Monochromatic Colors of #566D5C
Black with #566D5C
Text Example
Text Example
White with #566D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566D5C; }
p { color: rgb(86,109,92); }
H1.HeaderClassName
{
color: #566D5C;
}
.AnyTagClassName
{
color: #566D5C;
}
</style>
background-color css
<style>
a { background-color: #566D5C; }
a { background-color: rgb(86,109,92); }
div.DivClassName
{
background-color: #566D5C;
}
.BgClassName
{
background-color: #566D5C;
}
</style>
border-color css
<style>
span { border-color: #566D5C; }
span { border-color: rgb(86,109,92); }
td.TdClassName
{
border-color: #566D5C;
}
.TagClassName
{
border-color: #566D5C;
}
</style>