Shades of Mako #525D5B
Tints of Mako #525D5B
RGB
CMYK
RGB Variations
Color information
#525D5B (or 0x525D5B) is known color: Mako. HEX triplet: 52, 5D and 5B. RGB value is (82,93,91). Sum of RGB (Red+Green+Blue) = 82+93+91=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 93 - color contains mainly: green. Hex color #525D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D5B is #ADA2A4. Grayscale: #595959. Windows color (decimal): -11379365 or 5987666. OLE color: 5987666.
HSL color Cylindrical-coordinate representation of color #525D5B: hue angle of 169.09º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #525D5B is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 93 | 91 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.64 |
| HSL | 169.09º | 0.06% | 0.34% | - |
| HSV(B) | 169.09º | 0.12% | 0.36% | - |
| XYZ | 9.28 | 10.38 | 11.41 | - |
| YUV | 89.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 91 | 0.12 | 0 | 0.02 | 0.64 | 169.09 | 0.06 | 0.34 |
| Hex | 52 | 5D | 5B | C | 0 | 2 | 40 | A9 | 6 | 22 |
| Octal | 122 | 135 | 133 | 14 | 0 | 2 | 100 | 251 | 6 | 42 |
| Binary | 1010010 | 1011101 | 1011011 | 1100 | 0 | 10 | 1000000 | 10101001 | 110 | 100010 |
Color Harmonies of #525D5B
Complementary color
Monochromatic Colors of #525D5B
Black with #525D5B
Text Example
Text Example
White with #525D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D5B; }
p { color: rgb(82,93,91); }
H1.HeaderClassName
{
color: #525D5B;
}
.AnyTagClassName
{
color: #525D5B;
}
</style>
background-color css
<style>
a { background-color: #525D5B; }
a { background-color: rgb(82,93,91); }
div.DivClassName
{
background-color: #525D5B;
}
.BgClassName
{
background-color: #525D5B;
}
</style>
border-color css
<style>
span { border-color: #525D5B; }
span { border-color: rgb(82,93,91); }
td.TdClassName
{
border-color: #525D5B;
}
.TagClassName
{
border-color: #525D5B;
}
</style>