Shades of Smoky #59586B
Tints of Smoky #59586B
RGB
CMYK
RGB Variations
Color information
#59586B (or 0x59586B) is known color: Smoky. HEX triplet: 59, 58 and 6B. RGB value is (89,88,107). Sum of RGB (Red+Green+Blue) = 89+88+107=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 107 - color contains mainly: blue. Hex color #59586B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59586B is #A6A794. Grayscale: #5A5A5A. Windows color (decimal): -10921877 or 7034969. OLE color: 7034969.
HSL color Cylindrical-coordinate representation of color #59586B: hue angle of 243.16º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #59586B is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 88 | 107 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.58 |
| HSL | 243.16º | 0.1% | 0.38% | - |
| HSV(B) | 243.16º | 0.18% | 0.42% | - |
| XYZ | 10.26 | 10.16 | 15.33 | - |
| YUV | 90.47 | 137.33 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 107 | 0.17 | 0.18 | 0 | 0.58 | 243.16 | 0.1 | 0.38 |
| Hex | 59 | 58 | 6B | 11 | 12 | 0 | 3A | F3 | A | 26 |
| Octal | 131 | 130 | 153 | 21 | 22 | 0 | 72 | 363 | 12 | 46 |
| Binary | 1011001 | 1011000 | 1101011 | 10001 | 10010 | 0 | 111010 | 11110011 | 1010 | 100110 |
Color Harmonies of #59586B
Complementary color
Monochromatic Colors of #59586B
Black with #59586B
Text Example
Text Example
White with #59586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59586B; }
p { color: rgb(89,88,107); }
H1.HeaderClassName
{
color: #59586B;
}
.AnyTagClassName
{
color: #59586B;
}
</style>
background-color css
<style>
a { background-color: #59586B; }
a { background-color: rgb(89,88,107); }
div.DivClassName
{
background-color: #59586B;
}
.BgClassName
{
background-color: #59586B;
}
</style>
border-color css
<style>
span { border-color: #59586B; }
span { border-color: rgb(89,88,107); }
td.TdClassName
{
border-color: #59586B;
}
.TagClassName
{
border-color: #59586B;
}
</style>