Shades of Smoky #5D5774
Tints of Smoky #5D5774
RGB
CMYK
RGB Variations
Color information
#5D5774 (or 0x5D5774) is known color: Smoky. HEX triplet: 5D, 57 and 74. RGB value is (93,87,116). Sum of RGB (Red+Green+Blue) = 93+87+116=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 116 - color contains mainly: blue. Hex color #5D5774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5774 is #A2A88B. Grayscale: #5B5B5B. Windows color (decimal): -10659980 or 7624541. OLE color: 7624541.
HSL color Cylindrical-coordinate representation of color #5D5774: hue angle of 252.41º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5D5774 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 87 | 116 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.55 |
| HSL | 252.41º | 0.14% | 0.4% | - |
| HSV(B) | 252.41º | 0.25% | 0.45% | - |
| XYZ | 11.07 | 10.4 | 17.95 | - |
| YUV | 92.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 87 | 116 | 0.20 | 0.25 | 0 | 0.55 | 252.41 | 0.14 | 0.4 |
| Hex | 5D | 57 | 74 | 14 | 19 | 0 | 37 | FC | E | 28 |
| Octal | 135 | 127 | 164 | 24 | 31 | 0 | 67 | 374 | 16 | 50 |
| Binary | 1011101 | 1010111 | 1110100 | 10100 | 11001 | 0 | 110111 | 11111100 | 1110 | 101000 |
Color Harmonies of #5D5774
Complementary color
Monochromatic Colors of #5D5774
Black with #5D5774
Text Example
Text Example
White with #5D5774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5774; }
p { color: rgb(93,87,116); }
H1.HeaderClassName
{
color: #5D5774;
}
.AnyTagClassName
{
color: #5D5774;
}
</style>
background-color css
<style>
a { background-color: #5D5774; }
a { background-color: rgb(93,87,116); }
div.DivClassName
{
background-color: #5D5774;
}
.BgClassName
{
background-color: #5D5774;
}
</style>
border-color css
<style>
span { border-color: #5D5774; }
span { border-color: rgb(93,87,116); }
td.TdClassName
{
border-color: #5D5774;
}
.TagClassName
{
border-color: #5D5774;
}
</style>