Shades of Mako #505D5B
Tints of Mako #505D5B
RGB
CMYK
RGB Variations
Color information
#505D5B (or 0x505D5B) is known color: Mako. HEX triplet: 50, 5D and 5B. RGB value is (80,93,91). Sum of RGB (Red+Green+Blue) = 80+93+91=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 93 - color contains mainly: green. Hex color #505D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505D5B is #AFA2A4. Grayscale: #585858. Windows color (decimal): -11510437 or 5987664. OLE color: 5987664.
HSL color Cylindrical-coordinate representation of color #505D5B: hue angle of 170.77º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #505D5B is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 93 | 91 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.64 |
| HSL | 170.77º | 0.08% | 0.34% | - |
| HSV(B) | 170.77º | 0.14% | 0.36% | - |
| XYZ | 9.11 | 10.29 | 11.4 | - |
| YUV | 88.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 91 | 0.14 | 0 | 0.02 | 0.64 | 170.77 | 0.08 | 0.34 |
| Hex | 50 | 5D | 5B | E | 0 | 2 | 40 | AB | 8 | 22 |
| Octal | 120 | 135 | 133 | 16 | 0 | 2 | 100 | 253 | 10 | 42 |
| Binary | 1010000 | 1011101 | 1011011 | 1110 | 0 | 10 | 1000000 | 10101011 | 1000 | 100010 |
Color Harmonies of #505D5B
Complementary color
Monochromatic Colors of #505D5B
Black with #505D5B
Text Example
Text Example
White with #505D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505D5B; }
p { color: rgb(80,93,91); }
H1.HeaderClassName
{
color: #505D5B;
}
.AnyTagClassName
{
color: #505D5B;
}
</style>
background-color css
<style>
a { background-color: #505D5B; }
a { background-color: rgb(80,93,91); }
div.DivClassName
{
background-color: #505D5B;
}
.BgClassName
{
background-color: #505D5B;
}
</style>
border-color css
<style>
span { border-color: #505D5B; }
span { border-color: rgb(80,93,91); }
td.TdClassName
{
border-color: #505D5B;
}
.TagClassName
{
border-color: #505D5B;
}
</style>