Shades of Mako #525A59
Tints of Mako #525A59
RGB
CMYK
RGB Variations
Color information
#525A59 (or 0x525A59) is known color: Mako. HEX triplet: 52, 5A and 59. RGB value is (82,90,89). Sum of RGB (Red+Green+Blue) = 82+90+89=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 90 - color contains mainly: green. Hex color #525A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A59 is #ADA5A6. Grayscale: #575757. Windows color (decimal): -11380135 or 5855826. OLE color: 5855826.
HSL color Cylindrical-coordinate representation of color #525A59: hue angle of 172.5º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #525A59 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 90 | 89 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.65 |
| HSL | 172.5º | 0.05% | 0.34% | - |
| HSV(B) | 172.5º | 0.09% | 0.35% | - |
| XYZ | 8.94 | 9.83 | 10.88 | - |
| YUV | 87.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 89 | 0.09 | 0 | 0.01 | 0.65 | 172.5 | 0.05 | 0.34 |
| Hex | 52 | 5A | 59 | 9 | 0 | 1 | 41 | AC | 5 | 22 |
| Octal | 122 | 132 | 131 | 11 | 0 | 1 | 101 | 254 | 5 | 42 |
| Binary | 1010010 | 1011010 | 1011001 | 1001 | 0 | 1 | 1000001 | 10101100 | 101 | 100010 |
Color Harmonies of #525A59
Complementary color
Monochromatic Colors of #525A59
Black with #525A59
Text Example
Text Example
White with #525A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525A59; }
p { color: rgb(82,90,89); }
H1.HeaderClassName
{
color: #525A59;
}
.AnyTagClassName
{
color: #525A59;
}
</style>
background-color css
<style>
a { background-color: #525A59; }
a { background-color: rgb(82,90,89); }
div.DivClassName
{
background-color: #525A59;
}
.BgClassName
{
background-color: #525A59;
}
</style>
border-color css
<style>
span { border-color: #525A59; }
span { border-color: rgb(82,90,89); }
td.TdClassName
{
border-color: #525A59;
}
.TagClassName
{
border-color: #525A59;
}
</style>