Shades of Mako #505151
Tints of Mako #505151
RGB
CMYK
RGB Variations
Color information
#505151 (or 0x505151) is known color: Mako. HEX triplet: 50, 51 and 51. RGB value is (80,81,81). Sum of RGB (Red+Green+Blue) = 80+81+81=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #505151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505151 is #AFAEAE. Grayscale: #505050. Windows color (decimal): -11513519 or 5329232. OLE color: 5329232.
HSL color Cylindrical-coordinate representation of color #505151: hue angle of 180º degrees, saturation: 0.01, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #505151 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 81 | 81 | - |
| CMYK | 0.01 | 0 | 0 | 0.68 |
| HSL | 180º | 0.01% | 0.32% | - |
| HSV(B) | 180º | 0.01% | 0.32% | - |
| XYZ | 7.74 | 8.18 | 8.96 | - |
| YUV | 80.7 | 128.17 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 81 | 0.01 | 0 | 0 | 0.68 | 180 | 0.01 | 0.32 |
| Hex | 50 | 51 | 51 | 1 | 0 | 0 | 44 | B4 | 1 | 20 |
| Octal | 120 | 121 | 121 | 1 | 0 | 0 | 104 | 264 | 1 | 40 |
| Binary | 1010000 | 1010001 | 1010001 | 1 | 0 | 0 | 1000100 | 10110100 | 1 | 100000 |
Color Harmonies of #505151
Complementary color
Monochromatic Colors of #505151
Black with #505151
Text Example
Text Example
White with #505151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505151; }
p { color: rgb(80,81,81); }
H1.HeaderClassName
{
color: #505151;
}
.AnyTagClassName
{
color: #505151;
}
</style>
background-color css
<style>
a { background-color: #505151; }
a { background-color: rgb(80,81,81); }
div.DivClassName
{
background-color: #505151;
}
.BgClassName
{
background-color: #505151;
}
</style>
border-color css
<style>
span { border-color: #505151; }
span { border-color: rgb(80,81,81); }
td.TdClassName
{
border-color: #505151;
}
.TagClassName
{
border-color: #505151;
}
</style>