Shades of Mako #515F5D
Tints of Mako #515F5D
RGB
CMYK
RGB Variations
Color information
#515F5D (or 0x515F5D) is known color: Mako. HEX triplet: 51, 5F and 5D. RGB value is (81,95,93). Sum of RGB (Red+Green+Blue) = 81+95+93=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 95 - color contains mainly: green. Hex color #515F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F5D is #AEA0A2. Grayscale: #5A5A5A. Windows color (decimal): -11444387 or 6119249. OLE color: 6119249.
HSL color Cylindrical-coordinate representation of color #515F5D: hue angle of 171.43º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #515F5D is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 95 | 93 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.63 |
| HSL | 171.43º | 0.08% | 0.35% | - |
| HSV(B) | 171.43º | 0.15% | 0.37% | - |
| XYZ | 9.46 | 10.72 | 11.93 | - |
| YUV | 90.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 95 | 93 | 0.15 | 0 | 0.02 | 0.63 | 171.43 | 0.08 | 0.35 |
| Hex | 51 | 5F | 5D | F | 0 | 2 | 3F | AB | 8 | 23 |
| Octal | 121 | 137 | 135 | 17 | 0 | 2 | 77 | 253 | 10 | 43 |
| Binary | 1010001 | 1011111 | 1011101 | 1111 | 0 | 10 | 111111 | 10101011 | 1000 | 100011 |
Color Harmonies of #515F5D
Complementary color
Monochromatic Colors of #515F5D
Black with #515F5D
Text Example
Text Example
White with #515F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515F5D; }
p { color: rgb(81,95,93); }
H1.HeaderClassName
{
color: #515F5D;
}
.AnyTagClassName
{
color: #515F5D;
}
</style>
background-color css
<style>
a { background-color: #515F5D; }
a { background-color: rgb(81,95,93); }
div.DivClassName
{
background-color: #515F5D;
}
.BgClassName
{
background-color: #515F5D;
}
</style>
border-color css
<style>
span { border-color: #515F5D; }
span { border-color: rgb(81,95,93); }
td.TdClassName
{
border-color: #515F5D;
}
.TagClassName
{
border-color: #515F5D;
}
</style>