Shades of Smoky #5D5977
Tints of Smoky #5D5977
RGB
CMYK
RGB Variations
Color information
#5D5977 (or 0x5D5977) is known color: Smoky. HEX triplet: 5D, 59 and 77. RGB value is (93,89,119). Sum of RGB (Red+Green+Blue) = 93+89+119=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #5D5977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5977 is #A2A688. Grayscale: #5D5D5D. Windows color (decimal): -10659465 or 7821661. OLE color: 7821661.
HSL color Cylindrical-coordinate representation of color #5D5977: hue angle of 248º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5D5977 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 89 | 119 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.53 |
| HSL | 248º | 0.14% | 0.41% | - |
| HSV(B) | 248º | 0.25% | 0.47% | - |
| XYZ | 11.42 | 10.8 | 18.94 | - |
| YUV | 93.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 89 | 119 | 0.22 | 0.25 | 0 | 0.53 | 248 | 0.14 | 0.41 |
| Hex | 5D | 59 | 77 | 16 | 19 | 0 | 35 | F8 | E | 29 |
| Octal | 135 | 131 | 167 | 26 | 31 | 0 | 65 | 370 | 16 | 51 |
| Binary | 1011101 | 1011001 | 1110111 | 10110 | 11001 | 0 | 110101 | 11111000 | 1110 | 101001 |
Color Harmonies of #5D5977
Complementary color
Monochromatic Colors of #5D5977
Black with #5D5977
Text Example
Text Example
White with #5D5977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5977; }
p { color: rgb(93,89,119); }
H1.HeaderClassName
{
color: #5D5977;
}
.AnyTagClassName
{
color: #5D5977;
}
</style>
background-color css
<style>
a { background-color: #5D5977; }
a { background-color: rgb(93,89,119); }
div.DivClassName
{
background-color: #5D5977;
}
.BgClassName
{
background-color: #5D5977;
}
</style>
border-color css
<style>
span { border-color: #5D5977; }
span { border-color: rgb(93,89,119); }
td.TdClassName
{
border-color: #5D5977;
}
.TagClassName
{
border-color: #5D5977;
}
</style>