Shades of Mineral Green #566C5C
Tints of Mineral Green #566C5C
RGB
CMYK
RGB Variations
Color information
#566C5C (or 0x566C5C) is known color: Mineral Green. HEX triplet: 56, 6C and 5C. RGB value is (86,108,92). Sum of RGB (Red+Green+Blue) = 86+108+92=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 108 - color contains mainly: green. Hex color #566C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566C5C is #A993A3. Grayscale: #636363. Windows color (decimal): -11113380 or 6057046. OLE color: 6057046.
HSL color Cylindrical-coordinate representation of color #566C5C: hue angle of 136.36º 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 #566C5C is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 108 | 92 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.58 |
| HSL | 136.36º | 0.11% | 0.38% | - |
| HSV(B) | 136.36º | 0.2% | 0.42% | - |
| XYZ | 11.13 | 13.48 | 12.14 | - |
| YUV | 99.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 92 | 0.20 | 0 | 0.15 | 0.58 | 136.36 | 0.11 | 0.38 |
| Hex | 56 | 6C | 5C | 14 | 0 | F | 3A | 88 | B | 26 |
| Octal | 126 | 154 | 134 | 24 | 0 | 17 | 72 | 210 | 13 | 46 |
| Binary | 1010110 | 1101100 | 1011100 | 10100 | 0 | 1111 | 111010 | 10001000 | 1011 | 100110 |
Color Harmonies of #566C5C
Complementary color
Monochromatic Colors of #566C5C
Black with #566C5C
Text Example
Text Example
White with #566C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566C5C; }
p { color: rgb(86,108,92); }
H1.HeaderClassName
{
color: #566C5C;
}
.AnyTagClassName
{
color: #566C5C;
}
</style>
background-color css
<style>
a { background-color: #566C5C; }
a { background-color: rgb(86,108,92); }
div.DivClassName
{
background-color: #566C5C;
}
.BgClassName
{
background-color: #566C5C;
}
</style>
border-color css
<style>
span { border-color: #566C5C; }
span { border-color: rgb(86,108,92); }
td.TdClassName
{
border-color: #566C5C;
}
.TagClassName
{
border-color: #566C5C;
}
</style>