Shades of Smoky #5D5874
Tints of Smoky #5D5874
RGB
CMYK
RGB Variations
Color information
#5D5874 (or 0x5D5874) is known color: Smoky. HEX triplet: 5D, 58 and 74. RGB value is (93,88,116). Sum of RGB (Red+Green+Blue) = 93+88+116=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 116 - color contains mainly: blue. Hex color #5D5874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5874 is #A2A78B. Grayscale: #5C5C5C. Windows color (decimal): -10659724 or 7624797. OLE color: 7624797.
HSL color Cylindrical-coordinate representation of color #5D5874: hue angle of 250.71º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5D5874 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 88 | 116 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.55 |
| HSL | 250.71º | 0.14% | 0.4% | - |
| HSV(B) | 250.71º | 0.24% | 0.45% | - |
| XYZ | 11.16 | 10.57 | 17.97 | - |
| YUV | 92.69 | 141.16 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 116 | 0.20 | 0.24 | 0 | 0.55 | 250.71 | 0.14 | 0.4 |
| Hex | 5D | 58 | 74 | 14 | 18 | 0 | 37 | FB | E | 28 |
| Octal | 135 | 130 | 164 | 24 | 30 | 0 | 67 | 373 | 16 | 50 |
| Binary | 1011101 | 1011000 | 1110100 | 10100 | 11000 | 0 | 110111 | 11111011 | 1110 | 101000 |
Color Harmonies of #5D5874
Complementary color
Monochromatic Colors of #5D5874
Black with #5D5874
Text Example
Text Example
White with #5D5874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5874; }
p { color: rgb(93,88,116); }
H1.HeaderClassName
{
color: #5D5874;
}
.AnyTagClassName
{
color: #5D5874;
}
</style>
background-color css
<style>
a { background-color: #5D5874; }
a { background-color: rgb(93,88,116); }
div.DivClassName
{
background-color: #5D5874;
}
.BgClassName
{
background-color: #5D5874;
}
</style>
border-color css
<style>
span { border-color: #5D5874; }
span { border-color: rgb(93,88,116); }
td.TdClassName
{
border-color: #5D5874;
}
.TagClassName
{
border-color: #5D5874;
}
</style>