Shades of Smoky #58506D
Tints of Smoky #58506D
RGB
CMYK
RGB Variations
Color information
#58506D (or 0x58506D) is known color: Smoky. HEX triplet: 58, 50 and 6D. RGB value is (88,80,109). Sum of RGB (Red+Green+Blue) = 88+80+109=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 109 - color contains mainly: blue. Hex color #58506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58506D is #A7AF92. Grayscale: #555555. Windows color (decimal): -10989459 or 7163992. OLE color: 7163992.
HSL color Cylindrical-coordinate representation of color #58506D: hue angle of 256.55º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #58506D is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 80 | 109 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.57 |
| HSL | 256.55º | 0.15% | 0.37% | - |
| HSV(B) | 256.55º | 0.27% | 0.43% | - |
| XYZ | 9.65 | 8.92 | 15.68 | - |
| YUV | 85.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 80 | 109 | 0.19 | 0.27 | 0 | 0.57 | 256.55 | 0.15 | 0.37 |
| Hex | 58 | 50 | 6D | 13 | 1B | 0 | 39 | 101 | F | 25 |
| Octal | 130 | 120 | 155 | 23 | 33 | 0 | 71 | 401 | 17 | 45 |
| Binary | 1011000 | 1010000 | 1101101 | 10011 | 11011 | 0 | 111001 | 100000001 | 1111 | 100101 |
Color Harmonies of #58506D
Complementary color
Monochromatic Colors of #58506D
Black with #58506D
Text Example
Text Example
White with #58506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58506D; }
p { color: rgb(88,80,109); }
H1.HeaderClassName
{
color: #58506D;
}
.AnyTagClassName
{
color: #58506D;
}
</style>
background-color css
<style>
a { background-color: #58506D; }
a { background-color: rgb(88,80,109); }
div.DivClassName
{
background-color: #58506D;
}
.BgClassName
{
background-color: #58506D;
}
</style>
border-color css
<style>
span { border-color: #58506D; }
span { border-color: rgb(88,80,109); }
td.TdClassName
{
border-color: #58506D;
}
.TagClassName
{
border-color: #58506D;
}
</style>