Shades of Mako #485859
Tints of Mako #485859
RGB
CMYK
RGB Variations
Color information
#485859 (or 0x485859) is known color: Mako. HEX triplet: 48, 58 and 59. RGB value is (72,88,89). Sum of RGB (Red+Green+Blue) = 72+88+89=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 89 - color contains mainly: blue. Hex color #485859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485859 is #B7A7A6. Grayscale: #535353. Windows color (decimal): -12036007 or 5855304. OLE color: 5855304.
HSL color Cylindrical-coordinate representation of color #485859: hue angle of 183.53º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #485859 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 88 | 89 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.65 |
| HSL | 183.53º | 0.11% | 0.32% | - |
| HSV(B) | 183.53º | 0.19% | 0.35% | - |
| XYZ | 7.97 | 9.08 | 10.78 | - |
| YUV | 83.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 89 | 0.19 | 0.01 | 0 | 0.65 | 183.53 | 0.11 | 0.32 |
| Hex | 48 | 58 | 59 | 13 | 1 | 0 | 41 | B8 | B | 20 |
| Octal | 110 | 130 | 131 | 23 | 1 | 0 | 101 | 270 | 13 | 40 |
| Binary | 1001000 | 1011000 | 1011001 | 10011 | 1 | 0 | 1000001 | 10111000 | 1011 | 100000 |
Color Harmonies of #485859
Complementary color
Monochromatic Colors of #485859
Black with #485859
Text Example
Text Example
White with #485859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485859; }
p { color: rgb(72,88,89); }
H1.HeaderClassName
{
color: #485859;
}
.AnyTagClassName
{
color: #485859;
}
</style>
background-color css
<style>
a { background-color: #485859; }
a { background-color: rgb(72,88,89); }
div.DivClassName
{
background-color: #485859;
}
.BgClassName
{
background-color: #485859;
}
</style>
border-color css
<style>
span { border-color: #485859; }
span { border-color: rgb(72,88,89); }
td.TdClassName
{
border-color: #485859;
}
.TagClassName
{
border-color: #485859;
}
</style>