Shades of Smoky #5D5479
Tints of Smoky #5D5479
RGB
CMYK
RGB Variations
Color information
#5D5479 (or 0x5D5479) is known color: Smoky. HEX triplet: 5D, 54 and 79. RGB value is (93,84,121). Sum of RGB (Red+Green+Blue) = 93+84+121=298 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.21% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #5D5479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5479 is #A2AB86. Grayscale: #5A5A5A. Windows color (decimal): -10660743 or 7951453. OLE color: 7951453.
HSL color Cylindrical-coordinate representation of color #5D5479: hue angle of 254.59º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D5479 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 84 | 121 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.53 |
| HSL | 254.59º | 0.18% | 0.4% | - |
| HSV(B) | 254.59º | 0.31% | 0.47% | - |
| XYZ | 11.14 | 10.05 | 19.44 | - |
| YUV | 90.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 84 | 121 | 0.23 | 0.31 | 0 | 0.53 | 254.59 | 0.18 | 0.4 |
| Hex | 5D | 54 | 79 | 17 | 1F | 0 | 35 | FF | 12 | 28 |
| Octal | 135 | 124 | 171 | 27 | 37 | 0 | 65 | 377 | 22 | 50 |
| Binary | 1011101 | 1010100 | 1111001 | 10111 | 11111 | 0 | 110101 | 11111111 | 10010 | 101000 |
Color Harmonies of #5D5479
Complementary color
Monochromatic Colors of #5D5479
Black with #5D5479
Text Example
Text Example
White with #5D5479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5479; }
p { color: rgb(93,84,121); }
H1.HeaderClassName
{
color: #5D5479;
}
.AnyTagClassName
{
color: #5D5479;
}
</style>
background-color css
<style>
a { background-color: #5D5479; }
a { background-color: rgb(93,84,121); }
div.DivClassName
{
background-color: #5D5479;
}
.BgClassName
{
background-color: #5D5479;
}
</style>
border-color css
<style>
span { border-color: #5D5479; }
span { border-color: rgb(93,84,121); }
td.TdClassName
{
border-color: #5D5479;
}
.TagClassName
{
border-color: #5D5479;
}
</style>