Shades of Smoky #5D5377
Tints of Smoky #5D5377
RGB
CMYK
RGB Variations
Color information
#5D5377 (or 0x5D5377) is known color: Smoky. HEX triplet: 5D, 53 and 77. RGB value is (93,83,119). Sum of RGB (Red+Green+Blue) = 93+83+119=295 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.53% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #5D5377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5377 is #A2AC88. Grayscale: #595959. Windows color (decimal): -10661001 or 7820125. OLE color: 7820125.
HSL color Cylindrical-coordinate representation of color #5D5377: hue angle of 256.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D5377 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 83 | 119 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.53 |
| HSL | 256.67º | 0.18% | 0.4% | - |
| HSV(B) | 256.67º | 0.3% | 0.47% | - |
| XYZ | 10.94 | 9.85 | 18.78 | - |
| YUV | 90.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 83 | 119 | 0.22 | 0.30 | 0 | 0.53 | 256.67 | 0.18 | 0.4 |
| Hex | 5D | 53 | 77 | 16 | 1E | 0 | 35 | 101 | 12 | 28 |
| Octal | 135 | 123 | 167 | 26 | 36 | 0 | 65 | 401 | 22 | 50 |
| Binary | 1011101 | 1010011 | 1110111 | 10110 | 11110 | 0 | 110101 | 100000001 | 10010 | 101000 |
Color Harmonies of #5D5377
Complementary color
Monochromatic Colors of #5D5377
Black with #5D5377
Text Example
Text Example
White with #5D5377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5377; }
p { color: rgb(93,83,119); }
H1.HeaderClassName
{
color: #5D5377;
}
.AnyTagClassName
{
color: #5D5377;
}
</style>
background-color css
<style>
a { background-color: #5D5377; }
a { background-color: rgb(93,83,119); }
div.DivClassName
{
background-color: #5D5377;
}
.BgClassName
{
background-color: #5D5377;
}
</style>
border-color css
<style>
span { border-color: #5D5377; }
span { border-color: rgb(93,83,119); }
td.TdClassName
{
border-color: #5D5377;
}
.TagClassName
{
border-color: #5D5377;
}
</style>