Shades of Mako #565C5B
Tints of Mako #565C5B
RGB
CMYK
RGB Variations
Color information
#565C5B (or 0x565C5B) is known color: Mako. HEX triplet: 56, 5C and 5B. RGB value is (86,92,91). Sum of RGB (Red+Green+Blue) = 86+92+91=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 92 - color contains mainly: green. Hex color #565C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C5B is #A9A3A4. Grayscale: #5A5A5A. Windows color (decimal): -11117477 or 5987414. OLE color: 5987414.
HSL color Cylindrical-coordinate representation of color #565C5B: hue angle of 170º 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 #565C5B is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 92 | 91 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.64 |
| HSL | 170º | 0.03% | 0.35% | - |
| HSV(B) | 170º | 0.07% | 0.36% | - |
| XYZ | 9.55 | 10.39 | 11.4 | - |
| YUV | 90.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 91 | 0.07 | 0 | 0.01 | 0.64 | 170 | 0.03 | 0.35 |
| Hex | 56 | 5C | 5B | 7 | 0 | 1 | 40 | AA | 3 | 23 |
| Octal | 126 | 134 | 133 | 7 | 0 | 1 | 100 | 252 | 3 | 43 |
| Binary | 1010110 | 1011100 | 1011011 | 111 | 0 | 1 | 1000000 | 10101010 | 11 | 100011 |
Color Harmonies of #565C5B
Complementary color
Monochromatic Colors of #565C5B
Black with #565C5B
Text Example
Text Example
White with #565C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C5B; }
p { color: rgb(86,92,91); }
H1.HeaderClassName
{
color: #565C5B;
}
.AnyTagClassName
{
color: #565C5B;
}
</style>
background-color css
<style>
a { background-color: #565C5B; }
a { background-color: rgb(86,92,91); }
div.DivClassName
{
background-color: #565C5B;
}
.BgClassName
{
background-color: #565C5B;
}
</style>
border-color css
<style>
span { border-color: #565C5B; }
span { border-color: rgb(86,92,91); }
td.TdClassName
{
border-color: #565C5B;
}
.TagClassName
{
border-color: #565C5B;
}
</style>