Shades of Mineral Green #566F5B
Tints of Mineral Green #566F5B
RGB
CMYK
RGB Variations
Color information
#566F5B (or 0x566F5B) is known color: Mineral Green. HEX triplet: 56, 6F and 5B. RGB value is (86,111,91). Sum of RGB (Red+Green+Blue) = 86+111+91=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 111 - color contains mainly: green. Hex color #566F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566F5B is #A990A4. Grayscale: #656565. Windows color (decimal): -11112613 or 5992278. OLE color: 5992278.
HSL color Cylindrical-coordinate representation of color #566F5B: hue angle of 132º 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 #566F5B is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 91 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.56 |
| HSL | 132º | 0.13% | 0.39% | - |
| HSV(B) | 132º | 0.23% | 0.44% | - |
| XYZ | 11.41 | 14.1 | 12.02 | - |
| YUV | 101.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 91 | 0.23 | 0 | 0.18 | 0.56 | 132 | 0.13 | 0.39 |
| Hex | 56 | 6F | 5B | 17 | 0 | 12 | 38 | 84 | D | 27 |
| Octal | 126 | 157 | 133 | 27 | 0 | 22 | 70 | 204 | 15 | 47 |
| Binary | 1010110 | 1101111 | 1011011 | 10111 | 0 | 10010 | 111000 | 10000100 | 1101 | 100111 |
Color Harmonies of #566F5B
Complementary color
Monochromatic Colors of #566F5B
Black with #566F5B
Text Example
Text Example
White with #566F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F5B; }
p { color: rgb(86,111,91); }
H1.HeaderClassName
{
color: #566F5B;
}
.AnyTagClassName
{
color: #566F5B;
}
</style>
background-color css
<style>
a { background-color: #566F5B; }
a { background-color: rgb(86,111,91); }
div.DivClassName
{
background-color: #566F5B;
}
.BgClassName
{
background-color: #566F5B;
}
</style>
border-color css
<style>
span { border-color: #566F5B; }
span { border-color: rgb(86,111,91); }
td.TdClassName
{
border-color: #566F5B;
}
.TagClassName
{
border-color: #566F5B;
}
</style>