Shades of Mako #54605E
Tints of Mako #54605E
RGB
CMYK
RGB Variations
Color information
#54605E (or 0x54605E) is known color: Mako. HEX triplet: 54, 60 and 5E. RGB value is (84,96,94). Sum of RGB (Red+Green+Blue) = 84+96+94=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 96 - color contains mainly: green. Hex color #54605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54605E is #AB9FA1. Grayscale: #5C5C5C. Windows color (decimal): -11247522 or 6185044. OLE color: 6185044.
HSL color Cylindrical-coordinate representation of color #54605E: hue angle of 170º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #54605E is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 96 | 94 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.62 |
| HSL | 170º | 0.07% | 0.35% | - |
| HSV(B) | 170º | 0.13% | 0.38% | - |
| XYZ | 9.86 | 11.06 | 12.2 | - |
| YUV | 92.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 94 | 0.12 | 0 | 0.02 | 0.62 | 170 | 0.07 | 0.35 |
| Hex | 54 | 60 | 5E | C | 0 | 2 | 3E | AA | 7 | 23 |
| Octal | 124 | 140 | 136 | 14 | 0 | 2 | 76 | 252 | 7 | 43 |
| Binary | 1010100 | 1100000 | 1011110 | 1100 | 0 | 10 | 111110 | 10101010 | 111 | 100011 |
Color Harmonies of #54605E
Complementary color
Monochromatic Colors of #54605E
Black with #54605E
Text Example
Text Example
White with #54605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54605E; }
p { color: rgb(84,96,94); }
H1.HeaderClassName
{
color: #54605E;
}
.AnyTagClassName
{
color: #54605E;
}
</style>
background-color css
<style>
a { background-color: #54605E; }
a { background-color: rgb(84,96,94); }
div.DivClassName
{
background-color: #54605E;
}
.BgClassName
{
background-color: #54605E;
}
</style>
border-color css
<style>
span { border-color: #54605E; }
span { border-color: rgb(84,96,94); }
td.TdClassName
{
border-color: #54605E;
}
.TagClassName
{
border-color: #54605E;
}
</style>