Shades of Mako #55605E
Tints of Mako #55605E
RGB
CMYK
RGB Variations
Color information
#55605E (or 0x55605E) is known color: Mako. HEX triplet: 55, 60 and 5E. RGB value is (85,96,94). Sum of RGB (Red+Green+Blue) = 85+96+94=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 96 - color contains mainly: green. Hex color #55605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55605E is #AA9FA1. Grayscale: #5C5C5C. Windows color (decimal): -11181986 or 6185045. OLE color: 6185045.
HSL color Cylindrical-coordinate representation of color #55605E: hue angle of 169.09º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #55605E is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 94 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.62 |
| HSL | 169.09º | 0.06% | 0.35% | - |
| HSV(B) | 169.09º | 0.11% | 0.38% | - |
| XYZ | 9.95 | 11.11 | 12.21 | - |
| YUV | 92.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 94 | 0.11 | 0 | 0.02 | 0.62 | 169.09 | 0.06 | 0.35 |
| Hex | 55 | 60 | 5E | B | 0 | 2 | 3E | A9 | 6 | 23 |
| Octal | 125 | 140 | 136 | 13 | 0 | 2 | 76 | 251 | 6 | 43 |
| Binary | 1010101 | 1100000 | 1011110 | 1011 | 0 | 10 | 111110 | 10101001 | 110 | 100011 |
Color Harmonies of #55605E
Complementary color
Monochromatic Colors of #55605E
Black with #55605E
Text Example
Text Example
White with #55605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55605E; }
p { color: rgb(85,96,94); }
H1.HeaderClassName
{
color: #55605E;
}
.AnyTagClassName
{
color: #55605E;
}
</style>
background-color css
<style>
a { background-color: #55605E; }
a { background-color: rgb(85,96,94); }
div.DivClassName
{
background-color: #55605E;
}
.BgClassName
{
background-color: #55605E;
}
</style>
border-color css
<style>
span { border-color: #55605E; }
span { border-color: rgb(85,96,94); }
td.TdClassName
{
border-color: #55605E;
}
.TagClassName
{
border-color: #55605E;
}
</style>