Shades of Smoky #58546E
Tints of Smoky #58546E
RGB
CMYK
RGB Variations
Color information
#58546E (or 0x58546E) is known color: Smoky. HEX triplet: 58, 54 and 6E. RGB value is (88,84,110). Sum of RGB (Red+Green+Blue) = 88+84+110=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 110 - color contains mainly: blue. Hex color #58546E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58546E is #A7AB91. Grayscale: #585858. Windows color (decimal): -10988434 or 7230552. OLE color: 7230552.
HSL color Cylindrical-coordinate representation of color #58546E: hue angle of 249.23º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #58546E is Cyan = 0.2, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 84 | 110 | - |
| CMYK | 0.2 | 0.24 | 0 | 0.57 |
| HSL | 249.23º | 0.13% | 0.38% | - |
| HSV(B) | 249.23º | 0.24% | 0.43% | - |
| XYZ | 10.01 | 9.54 | 16.07 | - |
| YUV | 88.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 84 | 110 | 0.2 | 0.24 | 0 | 0.57 | 249.23 | 0.13 | 0.38 |
| Hex | 58 | 54 | 6E | 14 | 18 | 0 | 39 | F9 | D | 26 |
| Octal | 130 | 124 | 156 | 24 | 30 | 0 | 71 | 371 | 15 | 46 |
| Binary | 1011000 | 1010100 | 1101110 | 10100 | 11000 | 0 | 111001 | 11111001 | 1101 | 100110 |
Color Harmonies of #58546E
Complementary color
Monochromatic Colors of #58546E
Black with #58546E
Text Example
Text Example
White with #58546E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58546E; }
p { color: rgb(88,84,110); }
H1.HeaderClassName
{
color: #58546E;
}
.AnyTagClassName
{
color: #58546E;
}
</style>
background-color css
<style>
a { background-color: #58546E; }
a { background-color: rgb(88,84,110); }
div.DivClassName
{
background-color: #58546E;
}
.BgClassName
{
background-color: #58546E;
}
</style>
border-color css
<style>
span { border-color: #58546E; }
span { border-color: rgb(88,84,110); }
td.TdClassName
{
border-color: #58546E;
}
.TagClassName
{
border-color: #58546E;
}
</style>