Shades of Mineral Green #565A57
Tints of Mineral Green #565A57
RGB
CMYK
RGB Variations
Color information
#565A57 (or 0x565A57) is known color: Mineral Green. HEX triplet: 56, 5A and 57. RGB value is (86,90,87). Sum of RGB (Red+Green+Blue) = 86+90+87=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 90 - color contains mainly: green. Hex color #565A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565A57 is #A9A5A8. Grayscale: #585858. Windows color (decimal): -11117993 or 5724758. OLE color: 5724758.
HSL color Cylindrical-coordinate representation of color #565A57: hue angle of 135º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #565A57 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 90 | 87 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.65 |
| HSL | 135º | 0.02% | 0.35% | - |
| HSV(B) | 135º | 0.04% | 0.35% | - |
| XYZ | 9.21 | 9.98 | 10.46 | - |
| YUV | 88.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 87 | 0.04 | 0 | 0.03 | 0.65 | 135 | 0.02 | 0.35 |
| Hex | 56 | 5A | 57 | 4 | 0 | 3 | 41 | 87 | 2 | 23 |
| Octal | 126 | 132 | 127 | 4 | 0 | 3 | 101 | 207 | 2 | 43 |
| Binary | 1010110 | 1011010 | 1010111 | 100 | 0 | 11 | 1000001 | 10000111 | 10 | 100011 |
Color Harmonies of #565A57
Complementary color
Monochromatic Colors of #565A57
Black with #565A57
Text Example
Text Example
White with #565A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565A57; }
p { color: rgb(86,90,87); }
H1.HeaderClassName
{
color: #565A57;
}
.AnyTagClassName
{
color: #565A57;
}
</style>
background-color css
<style>
a { background-color: #565A57; }
a { background-color: rgb(86,90,87); }
div.DivClassName
{
background-color: #565A57;
}
.BgClassName
{
background-color: #565A57;
}
</style>
border-color css
<style>
span { border-color: #565A57; }
span { border-color: rgb(86,90,87); }
td.TdClassName
{
border-color: #565A57;
}
.TagClassName
{
border-color: #565A57;
}
</style>