Shades of Smoky #5D587C
Tints of Smoky #5D587C
RGB
CMYK
RGB Variations
Color information
#5D587C (or 0x5D587C) is known color: Smoky. HEX triplet: 5D, 58 and 7C. RGB value is (93,88,124). Sum of RGB (Red+Green+Blue) = 93+88+124=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D587C is #A2A783. Grayscale: #5D5D5D. Windows color (decimal): -10659716 or 8149085. OLE color: 8149085.
HSL color Cylindrical-coordinate representation of color #5D587C: hue angle of 248.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5D587C is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 88 | 124 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.51 |
| HSL | 248.33º | 0.17% | 0.42% | - |
| HSV(B) | 248.33º | 0.29% | 0.49% | - |
| XYZ | 11.64 | 10.76 | 20.53 | - |
| YUV | 93.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 124 | 0.25 | 0.29 | 0 | 0.51 | 248.33 | 0.17 | 0.42 |
| Hex | 5D | 58 | 7C | 19 | 1D | 0 | 33 | F8 | 11 | 2A |
| Octal | 135 | 130 | 174 | 31 | 35 | 0 | 63 | 370 | 21 | 52 |
| Binary | 1011101 | 1011000 | 1111100 | 11001 | 11101 | 0 | 110011 | 11111000 | 10001 | 101010 |
Color Harmonies of #5D587C
Complementary color
Monochromatic Colors of #5D587C
Black with #5D587C
Text Example
Text Example
White with #5D587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D587C; }
p { color: rgb(93,88,124); }
H1.HeaderClassName
{
color: #5D587C;
}
.AnyTagClassName
{
color: #5D587C;
}
</style>
background-color css
<style>
a { background-color: #5D587C; }
a { background-color: rgb(93,88,124); }
div.DivClassName
{
background-color: #5D587C;
}
.BgClassName
{
background-color: #5D587C;
}
</style>
border-color css
<style>
span { border-color: #5D587C; }
span { border-color: rgb(93,88,124); }
td.TdClassName
{
border-color: #5D587C;
}
.TagClassName
{
border-color: #5D587C;
}
</style>