Shades of Mako #515B59
Tints of Mako #515B59
RGB
CMYK
RGB Variations
Color information
#515B59 (or 0x515B59) is known color: Mako. HEX triplet: 51, 5B and 59. RGB value is (81,91,89). Sum of RGB (Red+Green+Blue) = 81+91+89=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 91 - color contains mainly: green. Hex color #515B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B59 is #AEA4A6. Grayscale: #575757. Windows color (decimal): -11445415 or 5856081. OLE color: 5856081.
HSL color Cylindrical-coordinate representation of color #515B59: hue angle of 168º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #515B59 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 91 | 89 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.64 |
| HSL | 168º | 0.06% | 0.34% | - |
| HSV(B) | 168º | 0.11% | 0.36% | - |
| XYZ | 8.94 | 9.95 | 10.9 | - |
| YUV | 87.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 89 | 0.11 | 0 | 0.02 | 0.64 | 168 | 0.06 | 0.34 |
| Hex | 51 | 5B | 59 | B | 0 | 2 | 40 | A8 | 6 | 22 |
| Octal | 121 | 133 | 131 | 13 | 0 | 2 | 100 | 250 | 6 | 42 |
| Binary | 1010001 | 1011011 | 1011001 | 1011 | 0 | 10 | 1000000 | 10101000 | 110 | 100010 |
Color Harmonies of #515B59
Complementary color
Monochromatic Colors of #515B59
Black with #515B59
Text Example
Text Example
White with #515B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515B59; }
p { color: rgb(81,91,89); }
H1.HeaderClassName
{
color: #515B59;
}
.AnyTagClassName
{
color: #515B59;
}
</style>
background-color css
<style>
a { background-color: #515B59; }
a { background-color: rgb(81,91,89); }
div.DivClassName
{
background-color: #515B59;
}
.BgClassName
{
background-color: #515B59;
}
</style>
border-color css
<style>
span { border-color: #515B59; }
span { border-color: rgb(81,91,89); }
td.TdClassName
{
border-color: #515B59;
}
.TagClassName
{
border-color: #515B59;
}
</style>