Shades of Mako #515353
Tints of Mako #515353
RGB
CMYK
RGB Variations
Color information
#515353 (or 0x515353) is known color: Mako. HEX triplet: 51, 53 and 53. RGB value is (81,83,83). Sum of RGB (Red+Green+Blue) = 81+83+83=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #515353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515353 is #AEACAC. Grayscale: #525252. Windows color (decimal): -11447469 or 5460817. OLE color: 5460817.
HSL color Cylindrical-coordinate representation of color #515353: hue angle of 180º degrees, saturation: 0.01, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #515353 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 83 | 83 | - |
| CMYK | 0.02 | 0 | 0 | 0.67 |
| HSL | 180º | 0.01% | 0.32% | - |
| HSV(B) | 180º | 0.02% | 0.33% | - |
| XYZ | 8.05 | 8.56 | 9.41 | - |
| YUV | 82.4 | 128.34 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 83 | 83 | 0.02 | 0 | 0 | 0.67 | 180 | 0.01 | 0.32 |
| Hex | 51 | 53 | 53 | 2 | 0 | 0 | 43 | B4 | 1 | 20 |
| Octal | 121 | 123 | 123 | 2 | 0 | 0 | 103 | 264 | 1 | 40 |
| Binary | 1010001 | 1010011 | 1010011 | 10 | 0 | 0 | 1000011 | 10110100 | 1 | 100000 |
Color Harmonies of #515353
Complementary color
Monochromatic Colors of #515353
Black with #515353
Text Example
Text Example
White with #515353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515353; }
p { color: rgb(81,83,83); }
H1.HeaderClassName
{
color: #515353;
}
.AnyTagClassName
{
color: #515353;
}
</style>
background-color css
<style>
a { background-color: #515353; }
a { background-color: rgb(81,83,83); }
div.DivClassName
{
background-color: #515353;
}
.BgClassName
{
background-color: #515353;
}
</style>
border-color css
<style>
span { border-color: #515353; }
span { border-color: rgb(81,83,83); }
td.TdClassName
{
border-color: #515353;
}
.TagClassName
{
border-color: #515353;
}
</style>