Shades of Mako #56605E
Tints of Mako #56605E
RGB
CMYK
RGB Variations
Color information
#56605E (or 0x56605E) is known color: Mako. HEX triplet: 56, 60 and 5E. RGB value is (86,96,94). Sum of RGB (Red+Green+Blue) = 86+96+94=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 96 - color contains mainly: green. Hex color #56605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56605E is #A99FA1. Grayscale: #5C5C5C. Windows color (decimal): -11116450 or 6185046. OLE color: 6185046.
HSL color Cylindrical-coordinate representation of color #56605E: hue angle of 168º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #56605E is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 96 | 94 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.62 |
| HSL | 168º | 0.05% | 0.36% | - |
| HSV(B) | 168º | 0.1% | 0.38% | - |
| XYZ | 10.04 | 11.15 | 12.21 | - |
| YUV | 92.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 96 | 94 | 0.10 | 0 | 0.02 | 0.62 | 168 | 0.05 | 0.36 |
| Hex | 56 | 60 | 5E | A | 0 | 2 | 3E | A8 | 5 | 24 |
| Octal | 126 | 140 | 136 | 12 | 0 | 2 | 76 | 250 | 5 | 44 |
| Binary | 1010110 | 1100000 | 1011110 | 1010 | 0 | 10 | 111110 | 10101000 | 101 | 100100 |
Color Harmonies of #56605E
Complementary color
Monochromatic Colors of #56605E
Black with #56605E
Text Example
Text Example
White with #56605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56605E; }
p { color: rgb(86,96,94); }
H1.HeaderClassName
{
color: #56605E;
}
.AnyTagClassName
{
color: #56605E;
}
</style>
background-color css
<style>
a { background-color: #56605E; }
a { background-color: rgb(86,96,94); }
div.DivClassName
{
background-color: #56605E;
}
.BgClassName
{
background-color: #56605E;
}
</style>
border-color css
<style>
span { border-color: #56605E; }
span { border-color: rgb(86,96,94); }
td.TdClassName
{
border-color: #56605E;
}
.TagClassName
{
border-color: #56605E;
}
</style>