Shades of Smoky #5D5878
Tints of Smoky #5D5878
RGB
CMYK
RGB Variations
Color information
#5D5878 (or 0x5D5878) is known color: Smoky. HEX triplet: 5D, 58 and 78. RGB value is (93,88,120). Sum of RGB (Red+Green+Blue) = 93+88+120=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 120 - color contains mainly: blue. Hex color #5D5878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5878 is #A2A787. Grayscale: #5D5D5D. Windows color (decimal): -10659720 or 7886941. OLE color: 7886941.
HSL color Cylindrical-coordinate representation of color #5D5878: hue angle of 249.38º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D5878 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 88 | 120 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.53 |
| HSL | 249.38º | 0.15% | 0.41% | - |
| HSV(B) | 249.38º | 0.27% | 0.47% | - |
| XYZ | 11.39 | 10.66 | 19.23 | - |
| YUV | 93.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 120 | 0.22 | 0.27 | 0 | 0.53 | 249.38 | 0.15 | 0.41 |
| Hex | 5D | 58 | 78 | 16 | 1B | 0 | 35 | F9 | F | 29 |
| Octal | 135 | 130 | 170 | 26 | 33 | 0 | 65 | 371 | 17 | 51 |
| Binary | 1011101 | 1011000 | 1111000 | 10110 | 11011 | 0 | 110101 | 11111001 | 1111 | 101001 |
Color Harmonies of #5D5878
Complementary color
Monochromatic Colors of #5D5878
Black with #5D5878
Text Example
Text Example
White with #5D5878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5878; }
p { color: rgb(93,88,120); }
H1.HeaderClassName
{
color: #5D5878;
}
.AnyTagClassName
{
color: #5D5878;
}
</style>
background-color css
<style>
a { background-color: #5D5878; }
a { background-color: rgb(93,88,120); }
div.DivClassName
{
background-color: #5D5878;
}
.BgClassName
{
background-color: #5D5878;
}
</style>
border-color css
<style>
span { border-color: #5D5878; }
span { border-color: rgb(93,88,120); }
td.TdClassName
{
border-color: #5D5878;
}
.TagClassName
{
border-color: #5D5878;
}
</style>