Shades of Mako #585959
Tints of Mako #585959
RGB
CMYK
RGB Variations
Color information
#585959 (or 0x585959) is known color: Mako. HEX triplet: 58, 59 and 59. RGB value is (88,89,89). Sum of RGB (Red+Green+Blue) = 88+89+89=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #585959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585959 is #A7A6A6. Grayscale: #585858. Windows color (decimal): -10987175 or 5855576. OLE color: 5855576.
HSL color Cylindrical-coordinate representation of color #585959: hue angle of 180º degrees, saturation: 0.01, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #585959 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 89 | 89 | - |
| CMYK | 0.01 | 0 | 0 | 0.65 |
| HSL | 180º | 0.01% | 0.35% | - |
| HSV(B) | 180º | 0.01% | 0.35% | - |
| XYZ | 9.4 | 9.94 | 10.87 | - |
| YUV | 88.7 | 128.17 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 89 | 0.01 | 0 | 0 | 0.65 | 180 | 0.01 | 0.35 |
| Hex | 58 | 59 | 59 | 1 | 0 | 0 | 41 | B4 | 1 | 23 |
| Octal | 130 | 131 | 131 | 1 | 0 | 0 | 101 | 264 | 1 | 43 |
| Binary | 1011000 | 1011001 | 1011001 | 1 | 0 | 0 | 1000001 | 10110100 | 1 | 100011 |
Color Harmonies of #585959
Complementary color
Monochromatic Colors of #585959
Black with #585959
Text Example
Text Example
White with #585959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585959; }
p { color: rgb(88,89,89); }
H1.HeaderClassName
{
color: #585959;
}
.AnyTagClassName
{
color: #585959;
}
</style>
background-color css
<style>
a { background-color: #585959; }
a { background-color: rgb(88,89,89); }
div.DivClassName
{
background-color: #585959;
}
.BgClassName
{
background-color: #585959;
}
</style>
border-color css
<style>
span { border-color: #585959; }
span { border-color: rgb(88,89,89); }
td.TdClassName
{
border-color: #585959;
}
.TagClassName
{
border-color: #585959;
}
</style>