Shades of Mako #545958
Tints of Mako #545958
RGB
CMYK
RGB Variations
Color information
#545958 (or 0x545958) is known color: Mako. HEX triplet: 54, 59 and 58. RGB value is (84,89,88). Sum of RGB (Red+Green+Blue) = 84+89+88=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 89 - color contains mainly: green. Hex color #545958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545958 is #ABA6A7. Grayscale: #575757. Windows color (decimal): -11249320 or 5790036. OLE color: 5790036.
HSL color Cylindrical-coordinate representation of color #545958: hue angle of 168º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #545958 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 89 | 88 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.65 |
| HSL | 168º | 0.03% | 0.34% | - |
| HSV(B) | 168º | 0.06% | 0.35% | - |
| XYZ | 8.99 | 9.73 | 10.64 | - |
| YUV | 87.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 88 | 0.06 | 0 | 0.01 | 0.65 | 168 | 0.03 | 0.34 |
| Hex | 54 | 59 | 58 | 6 | 0 | 1 | 41 | A8 | 3 | 22 |
| Octal | 124 | 131 | 130 | 6 | 0 | 1 | 101 | 250 | 3 | 42 |
| Binary | 1010100 | 1011001 | 1011000 | 110 | 0 | 1 | 1000001 | 10101000 | 11 | 100010 |
Color Harmonies of #545958
Complementary color
Monochromatic Colors of #545958
Black with #545958
Text Example
Text Example
White with #545958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545958; }
p { color: rgb(84,89,88); }
H1.HeaderClassName
{
color: #545958;
}
.AnyTagClassName
{
color: #545958;
}
</style>
background-color css
<style>
a { background-color: #545958; }
a { background-color: rgb(84,89,88); }
div.DivClassName
{
background-color: #545958;
}
.BgClassName
{
background-color: #545958;
}
</style>
border-color css
<style>
span { border-color: #545958; }
span { border-color: rgb(84,89,88); }
td.TdClassName
{
border-color: #545958;
}
.TagClassName
{
border-color: #545958;
}
</style>