Shades of Mineral Green #565F57
Tints of Mineral Green #565F57
RGB
CMYK
RGB Variations
Color information
#565F57 (or 0x565F57) is known color: Mineral Green. HEX triplet: 56, 5F and 57. RGB value is (86,95,87). Sum of RGB (Red+Green+Blue) = 86+95+87=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 95 - color contains mainly: green. Hex color #565F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565F57 is #A9A0A8. Grayscale: #5B5B5B. Windows color (decimal): -11116713 or 5726038. OLE color: 5726038.
HSL color Cylindrical-coordinate representation of color #565F57: hue angle of 126.67º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #565F57 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 86 | 95 | 87 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.63 |
| HSL | 126.67º | 0.05% | 0.35% | - |
| HSV(B) | 126.67º | 0.09% | 0.37% | - |
| XYZ | 9.65 | 10.85 | 10.6 | - |
| YUV | 91.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 95 | 87 | 0.09 | 0 | 0.08 | 0.63 | 126.67 | 0.05 | 0.35 |
| Hex | 56 | 5F | 57 | 9 | 0 | 8 | 3F | 7F | 5 | 23 |
| Octal | 126 | 137 | 127 | 11 | 0 | 10 | 77 | 177 | 5 | 43 |
| Binary | 1010110 | 1011111 | 1010111 | 1001 | 0 | 1000 | 111111 | 1111111 | 101 | 100011 |
Color Harmonies of #565F57
Complementary color
Monochromatic Colors of #565F57
Black with #565F57
Text Example
Text Example
White with #565F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565F57; }
p { color: rgb(86,95,87); }
H1.HeaderClassName
{
color: #565F57;
}
.AnyTagClassName
{
color: #565F57;
}
</style>
background-color css
<style>
a { background-color: #565F57; }
a { background-color: rgb(86,95,87); }
div.DivClassName
{
background-color: #565F57;
}
.BgClassName
{
background-color: #565F57;
}
</style>
border-color css
<style>
span { border-color: #565F57; }
span { border-color: rgb(86,95,87); }
td.TdClassName
{
border-color: #565F57;
}
.TagClassName
{
border-color: #565F57;
}
</style>