Shades of Mako #505353
Tints of Mako #505353
RGB
CMYK
RGB Variations
Color information
#505353 (or 0x505353) is known color: Mako. HEX triplet: 50, 53 and 53. RGB value is (80,83,83). Sum of RGB (Red+Green+Blue) = 80+83+83=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #505353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505353 is #AFACAC. Grayscale: #525252. Windows color (decimal): -11513005 or 5460816. OLE color: 5460816.
HSL color Cylindrical-coordinate representation of color #505353: hue angle of 180º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #505353 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 83 | 83 | - |
| CMYK | 0.04 | 0 | 0 | 0.67 |
| HSL | 180º | 0.02% | 0.32% | - |
| HSV(B) | 180º | 0.04% | 0.33% | - |
| XYZ | 7.96 | 8.52 | 9.41 | - |
| YUV | 82.1 | 128.51 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 83 | 0.04 | 0 | 0 | 0.67 | 180 | 0.02 | 0.32 |
| Hex | 50 | 53 | 53 | 4 | 0 | 0 | 43 | B4 | 2 | 20 |
| Octal | 120 | 123 | 123 | 4 | 0 | 0 | 103 | 264 | 2 | 40 |
| Binary | 1010000 | 1010011 | 1010011 | 100 | 0 | 0 | 1000011 | 10110100 | 10 | 100000 |
Color Harmonies of #505353
Complementary color
Monochromatic Colors of #505353
Black with #505353
Text Example
Text Example
White with #505353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505353; }
p { color: rgb(80,83,83); }
H1.HeaderClassName
{
color: #505353;
}
.AnyTagClassName
{
color: #505353;
}
</style>
background-color css
<style>
a { background-color: #505353; }
a { background-color: rgb(80,83,83); }
div.DivClassName
{
background-color: #505353;
}
.BgClassName
{
background-color: #505353;
}
</style>
border-color css
<style>
span { border-color: #505353; }
span { border-color: rgb(80,83,83); }
td.TdClassName
{
border-color: #505353;
}
.TagClassName
{
border-color: #505353;
}
</style>