Shades of Mako #505555
Tints of Mako #505555
RGB
CMYK
RGB Variations
Color information
#505555 (or 0x505555) is known color: Mako. HEX triplet: 50, 55 and 55. RGB value is (80,85,85). Sum of RGB (Red+Green+Blue) = 80+85+85=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #505555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505555 is #AFAAAA. Grayscale: #535353. Windows color (decimal): -11512491 or 5592400. OLE color: 5592400.
HSL color Cylindrical-coordinate representation of color #505555: hue angle of 180º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #505555 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
RGB | 80 | 85 | 85 | - |
CMYK | 0.06 | 0 | 0 | 0.67 |
HSL | 180º | 0.03% | 0.32% | - |
HSV(B) | 180º | 0.06% | 0.33% | - |
XYZ | 8.2 | 8.86 | 9.87 | - |
YUV | 83.51 | 128.84 | 125.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 80 | 85 | 85 | 0.06 | 0 | 0 | 0.67 | 180 | 0.03 | 0.32 |
Hex | 50 | 55 | 55 | 6 | 0 | 0 | 43 | B4 | 3 | 20 |
Octal | 120 | 125 | 125 | 6 | 0 | 0 | 103 | 264 | 3 | 40 |
Binary | 1010000 | 1010101 | 1010101 | 110 | 0 | 0 | 1000011 | 10110100 | 11 | 100000 |
Color Harmonies of #505555
Complementary color
Monochromatic Colors of #505555
Black with #505555
Text Example
Text Example
White with #505555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505555; }
p { color: rgb(80,85,85); }
H1.HeaderClassName
{
color: #505555;
}
.AnyTagClassName
{
color: #505555;
}
</style>
background-color css
<style>
a { background-color: #505555; }
a { background-color: rgb(80,85,85); }
div.DivClassName
{
background-color: #505555;
}
.BgClassName
{
background-color: #505555;
}
</style>
border-color css
<style>
span { border-color: #505555; }
span { border-color: rgb(80,85,85); }
td.TdClassName
{
border-color: #505555;
}
.TagClassName
{
border-color: #505555;
}
</style>