Shades of Mineral Green #566F5C
Tints of Mineral Green #566F5C
RGB
CMYK
RGB Variations
Color information
#566F5C (or 0x566F5C) is known color: Mineral Green. HEX triplet: 56, 6F and 5C. RGB value is (86,111,92). Sum of RGB (Red+Green+Blue) = 86+111+92=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 111 - color contains mainly: green. Hex color #566F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566F5C is #A990A3. Grayscale: #656565. Windows color (decimal): -11112612 or 6057814. OLE color: 6057814.
HSL color Cylindrical-coordinate representation of color #566F5C: hue angle of 134.4º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #566F5C is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 92 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.56 |
| HSL | 134.4º | 0.13% | 0.39% | - |
| HSV(B) | 134.4º | 0.23% | 0.44% | - |
| XYZ | 11.45 | 14.12 | 12.25 | - |
| YUV | 101.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 92 | 0.23 | 0 | 0.17 | 0.56 | 134.4 | 0.13 | 0.39 |
| Hex | 56 | 6F | 5C | 17 | 0 | 11 | 38 | 86 | D | 27 |
| Octal | 126 | 157 | 134 | 27 | 0 | 21 | 70 | 206 | 15 | 47 |
| Binary | 1010110 | 1101111 | 1011100 | 10111 | 0 | 10001 | 111000 | 10000110 | 1101 | 100111 |
Color Harmonies of #566F5C
Complementary color
Monochromatic Colors of #566F5C
Black with #566F5C
Text Example
Text Example
White with #566F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F5C; }
p { color: rgb(86,111,92); }
H1.HeaderClassName
{
color: #566F5C;
}
.AnyTagClassName
{
color: #566F5C;
}
</style>
background-color css
<style>
a { background-color: #566F5C; }
a { background-color: rgb(86,111,92); }
div.DivClassName
{
background-color: #566F5C;
}
.BgClassName
{
background-color: #566F5C;
}
</style>
border-color css
<style>
span { border-color: #566F5C; }
span { border-color: rgb(86,111,92); }
td.TdClassName
{
border-color: #566F5C;
}
.TagClassName
{
border-color: #566F5C;
}
</style>