Shades of Mako #53625F
Tints of Mako #53625F
RGB
CMYK
RGB Variations
Color information
#53625F (or 0x53625F) is known color: Mako. HEX triplet: 53, 62 and 5F. RGB value is (83,98,95). Sum of RGB (Red+Green+Blue) = 83+98+95=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 98 - color contains mainly: green. Hex color #53625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53625F is #AC9DA0. Grayscale: #5D5D5D. Windows color (decimal): -11312545 or 6251091. OLE color: 6251091.
HSL color Cylindrical-coordinate representation of color #53625F: 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 #53625F is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 98 | 95 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.62 |
| HSL | 168º | 0.08% | 0.35% | - |
| HSV(B) | 168º | 0.15% | 0.38% | - |
| XYZ | 10 | 11.4 | 12.5 | - |
| YUV | 93.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 95 | 0.15 | 0 | 0.03 | 0.62 | 168 | 0.08 | 0.35 |
| Hex | 53 | 62 | 5F | F | 0 | 3 | 3E | A8 | 8 | 23 |
| Octal | 123 | 142 | 137 | 17 | 0 | 3 | 76 | 250 | 10 | 43 |
| Binary | 1010011 | 1100010 | 1011111 | 1111 | 0 | 11 | 111110 | 10101000 | 1000 | 100011 |
Color Harmonies of #53625F
Complementary color
Monochromatic Colors of #53625F
Black with #53625F
Text Example
Text Example
White with #53625F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53625F; }
p { color: rgb(83,98,95); }
H1.HeaderClassName
{
color: #53625F;
}
.AnyTagClassName
{
color: #53625F;
}
</style>
background-color css
<style>
a { background-color: #53625F; }
a { background-color: rgb(83,98,95); }
div.DivClassName
{
background-color: #53625F;
}
.BgClassName
{
background-color: #53625F;
}
</style>
border-color css
<style>
span { border-color: #53625F; }
span { border-color: rgb(83,98,95); }
td.TdClassName
{
border-color: #53625F;
}
.TagClassName
{
border-color: #53625F;
}
</style>