Shades of Smoky #5E577C
Tints of Smoky #5E577C
RGB
CMYK
RGB Variations
Color information
#5E577C (or 0x5E577C) is known color: Smoky. HEX triplet: 5E, 57 and 7C. RGB value is (94,87,124). Sum of RGB (Red+Green+Blue) = 94+87+124=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E577C is #A1A883. Grayscale: #5D5D5D. Windows color (decimal): -10594436 or 8148830. OLE color: 8148830.
HSL color Cylindrical-coordinate representation of color #5E577C: hue angle of 251.35º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E577C is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 87 | 124 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.51 |
| HSL | 251.35º | 0.18% | 0.41% | - |
| HSV(B) | 251.35º | 0.3% | 0.49% | - |
| XYZ | 11.66 | 10.65 | 20.51 | - |
| YUV | 93.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 87 | 124 | 0.24 | 0.30 | 0 | 0.51 | 251.35 | 0.18 | 0.41 |
| Hex | 5E | 57 | 7C | 18 | 1E | 0 | 33 | FB | 12 | 29 |
| Octal | 136 | 127 | 174 | 30 | 36 | 0 | 63 | 373 | 22 | 51 |
| Binary | 1011110 | 1010111 | 1111100 | 11000 | 11110 | 0 | 110011 | 11111011 | 10010 | 101001 |
Color Harmonies of #5E577C
Complementary color
Monochromatic Colors of #5E577C
Black with #5E577C
Text Example
Text Example
White with #5E577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E577C; }
p { color: rgb(94,87,124); }
H1.HeaderClassName
{
color: #5E577C;
}
.AnyTagClassName
{
color: #5E577C;
}
</style>
background-color css
<style>
a { background-color: #5E577C; }
a { background-color: rgb(94,87,124); }
div.DivClassName
{
background-color: #5E577C;
}
.BgClassName
{
background-color: #5E577C;
}
</style>
border-color css
<style>
span { border-color: #5E577C; }
span { border-color: rgb(94,87,124); }
td.TdClassName
{
border-color: #5E577C;
}
.TagClassName
{
border-color: #5E577C;
}
</style>