Shades of Mako #515D5B
Tints of Mako #515D5B
RGB
CMYK
RGB Variations
Color information
#515D5B (or 0x515D5B) is known color: Mako. HEX triplet: 51, 5D and 5B. RGB value is (81,93,91). Sum of RGB (Red+Green+Blue) = 81+93+91=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 93 - color contains mainly: green. Hex color #515D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D5B is #AEA2A4. Grayscale: #595959. Windows color (decimal): -11444901 or 5987665. OLE color: 5987665.
HSL color Cylindrical-coordinate representation of color #515D5B: hue angle of 170º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #515D5B is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 93 | 91 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.64 |
| HSL | 170º | 0.07% | 0.34% | - |
| HSV(B) | 170º | 0.13% | 0.36% | - |
| XYZ | 9.2 | 10.33 | 11.41 | - |
| YUV | 89.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 91 | 0.13 | 0 | 0.02 | 0.64 | 170 | 0.07 | 0.34 |
| Hex | 51 | 5D | 5B | D | 0 | 2 | 40 | AA | 7 | 22 |
| Octal | 121 | 135 | 133 | 15 | 0 | 2 | 100 | 252 | 7 | 42 |
| Binary | 1010001 | 1011101 | 1011011 | 1101 | 0 | 10 | 1000000 | 10101010 | 111 | 100010 |
Color Harmonies of #515D5B
Complementary color
Monochromatic Colors of #515D5B
Black with #515D5B
Text Example
Text Example
White with #515D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D5B; }
p { color: rgb(81,93,91); }
H1.HeaderClassName
{
color: #515D5B;
}
.AnyTagClassName
{
color: #515D5B;
}
</style>
background-color css
<style>
a { background-color: #515D5B; }
a { background-color: rgb(81,93,91); }
div.DivClassName
{
background-color: #515D5B;
}
.BgClassName
{
background-color: #515D5B;
}
</style>
border-color css
<style>
span { border-color: #515D5B; }
span { border-color: rgb(81,93,91); }
td.TdClassName
{
border-color: #515D5B;
}
.TagClassName
{
border-color: #515D5B;
}
</style>