Shades of Mako #585D5C
Tints of Mako #585D5C
RGB
CMYK
RGB Variations
Color information
#585D5C (or 0x585D5C) is known color: Mako. HEX triplet: 58, 5D and 5C. RGB value is (88,93,92). Sum of RGB (Red+Green+Blue) = 88+93+92=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 93 - color contains mainly: green. Hex color #585D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D5C is #A7A2A3. Grayscale: #5B5B5B. Windows color (decimal): -10986148 or 6053208. OLE color: 6053208.
HSL color Cylindrical-coordinate representation of color #585D5C: hue angle of 168º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #585D5C is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 93 | 92 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.64 |
| HSL | 168º | 0.03% | 0.35% | - |
| HSV(B) | 168º | 0.05% | 0.36% | - |
| XYZ | 9.87 | 10.68 | 11.67 | - |
| YUV | 91.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 92 | 0.05 | 0 | 0.01 | 0.64 | 168 | 0.03 | 0.35 |
| Hex | 58 | 5D | 5C | 5 | 0 | 1 | 40 | A8 | 3 | 23 |
| Octal | 130 | 135 | 134 | 5 | 0 | 1 | 100 | 250 | 3 | 43 |
| Binary | 1011000 | 1011101 | 1011100 | 101 | 0 | 1 | 1000000 | 10101000 | 11 | 100011 |
Color Harmonies of #585D5C
Complementary color
Monochromatic Colors of #585D5C
Black with #585D5C
Text Example
Text Example
White with #585D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585D5C; }
p { color: rgb(88,93,92); }
H1.HeaderClassName
{
color: #585D5C;
}
.AnyTagClassName
{
color: #585D5C;
}
</style>
background-color css
<style>
a { background-color: #585D5C; }
a { background-color: rgb(88,93,92); }
div.DivClassName
{
background-color: #585D5C;
}
.BgClassName
{
background-color: #585D5C;
}
</style>
border-color css
<style>
span { border-color: #585D5C; }
span { border-color: rgb(88,93,92); }
td.TdClassName
{
border-color: #585D5C;
}
.TagClassName
{
border-color: #585D5C;
}
</style>