Shades of Mineral Green #565C57
Tints of Mineral Green #565C57
RGB
CMYK
RGB Variations
Color information
#565C57 (or 0x565C57) is known color: Mineral Green. HEX triplet: 56, 5C and 57. RGB value is (86,92,87). Sum of RGB (Red+Green+Blue) = 86+92+87=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 92 - color contains mainly: green. Hex color #565C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C57 is #A9A3A8. Grayscale: #595959. Windows color (decimal): -11117481 or 5725270. OLE color: 5725270.
HSL color Cylindrical-coordinate representation of color #565C57: hue angle of 130º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #565C57 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 92 | 87 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.64 |
| HSL | 130º | 0.03% | 0.35% | - |
| HSV(B) | 130º | 0.07% | 0.36% | - |
| XYZ | 9.39 | 10.32 | 10.51 | - |
| YUV | 89.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 87 | 0.07 | 0 | 0.05 | 0.64 | 130 | 0.03 | 0.35 |
| Hex | 56 | 5C | 57 | 7 | 0 | 5 | 40 | 82 | 3 | 23 |
| Octal | 126 | 134 | 127 | 7 | 0 | 5 | 100 | 202 | 3 | 43 |
| Binary | 1010110 | 1011100 | 1010111 | 111 | 0 | 101 | 1000000 | 10000010 | 11 | 100011 |
Color Harmonies of #565C57
Complementary color
Monochromatic Colors of #565C57
Black with #565C57
Text Example
Text Example
White with #565C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C57; }
p { color: rgb(86,92,87); }
H1.HeaderClassName
{
color: #565C57;
}
.AnyTagClassName
{
color: #565C57;
}
</style>
background-color css
<style>
a { background-color: #565C57; }
a { background-color: rgb(86,92,87); }
div.DivClassName
{
background-color: #565C57;
}
.BgClassName
{
background-color: #565C57;
}
</style>
border-color css
<style>
span { border-color: #565C57; }
span { border-color: rgb(86,92,87); }
td.TdClassName
{
border-color: #565C57;
}
.TagClassName
{
border-color: #565C57;
}
</style>