Shades of Mako #545555
Tints of Mako #545555
RGB
CMYK
RGB Variations
Color information
#545555 (or 0x545555) is known color: Mako. HEX triplet: 54, 55 and 55. RGB value is (84,85,85). Sum of RGB (Red+Green+Blue) = 84+85+85=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #545555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545555 is #ABAAAA. Grayscale: #545454. Windows color (decimal): -11250347 or 5592404. OLE color: 5592404.
HSL color Cylindrical-coordinate representation of color #545555: hue angle of 180º degrees, saturation: 0.01, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #545555 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
RGB | 84 | 85 | 85 | - |
CMYK | 0.01 | 0 | 0 | 0.67 |
HSL | 180º | 0.01% | 0.33% | - |
HSV(B) | 180º | 0.01% | 0.33% | - |
XYZ | 8.54 | 9.04 | 9.89 | - |
YUV | 84.7 | 128.17 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 84 | 85 | 85 | 0.01 | 0 | 0 | 0.67 | 180 | 0.01 | 0.33 |
Hex | 54 | 55 | 55 | 1 | 0 | 0 | 43 | B4 | 1 | 21 |
Octal | 124 | 125 | 125 | 1 | 0 | 0 | 103 | 264 | 1 | 41 |
Binary | 1010100 | 1010101 | 1010101 | 1 | 0 | 0 | 1000011 | 10110100 | 1 | 100001 |
Color Harmonies of #545555
Complementary color
Monochromatic Colors of #545555
Black with #545555
Text Example
Text Example
White with #545555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545555; }
p { color: rgb(84,85,85); }
H1.HeaderClassName
{
color: #545555;
}
.AnyTagClassName
{
color: #545555;
}
</style>
background-color css
<style>
a { background-color: #545555; }
a { background-color: rgb(84,85,85); }
div.DivClassName
{
background-color: #545555;
}
.BgClassName
{
background-color: #545555;
}
</style>
border-color css
<style>
span { border-color: #545555; }
span { border-color: rgb(84,85,85); }
td.TdClassName
{
border-color: #545555;
}
.TagClassName
{
border-color: #545555;
}
</style>