Shades of Mako #52615E
Tints of Mako #52615E
RGB
CMYK
RGB Variations
Color information
#52615E (or 0x52615E) is known color: Mako. HEX triplet: 52, 61 and 5E. RGB value is (82,97,94). Sum of RGB (Red+Green+Blue) = 82+97+94=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 97 - color contains mainly: green. Hex color #52615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52615E is #AD9EA1. Grayscale: #5C5C5C. Windows color (decimal): -11378338 or 6185298. OLE color: 6185298.
HSL color Cylindrical-coordinate representation of color #52615E: hue angle of 168º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #52615E is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 97 | 94 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.62 |
| HSL | 168º | 0.08% | 0.35% | - |
| HSV(B) | 168º | 0.15% | 0.38% | - |
| XYZ | 9.77 | 11.15 | 12.23 | - |
| YUV | 92.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 97 | 94 | 0.15 | 0 | 0.03 | 0.62 | 168 | 0.08 | 0.35 |
| Hex | 52 | 61 | 5E | F | 0 | 3 | 3E | A8 | 8 | 23 |
| Octal | 122 | 141 | 136 | 17 | 0 | 3 | 76 | 250 | 10 | 43 |
| Binary | 1010010 | 1100001 | 1011110 | 1111 | 0 | 11 | 111110 | 10101000 | 1000 | 100011 |
Color Harmonies of #52615E
Complementary color
Monochromatic Colors of #52615E
Black with #52615E
Text Example
Text Example
White with #52615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52615E; }
p { color: rgb(82,97,94); }
H1.HeaderClassName
{
color: #52615E;
}
.AnyTagClassName
{
color: #52615E;
}
</style>
background-color css
<style>
a { background-color: #52615E; }
a { background-color: rgb(82,97,94); }
div.DivClassName
{
background-color: #52615E;
}
.BgClassName
{
background-color: #52615E;
}
</style>
border-color css
<style>
span { border-color: #52615E; }
span { border-color: rgb(82,97,94); }
td.TdClassName
{
border-color: #52615E;
}
.TagClassName
{
border-color: #52615E;
}
</style>