Shades of Smoky #5E587B
Tints of Smoky #5E587B
RGB
CMYK
RGB Variations
Color information
#5E587B (or 0x5E587B) is known color: Smoky. HEX triplet: 5E, 58 and 7B. RGB value is (94,88,123). Sum of RGB (Red+Green+Blue) = 94+88+123=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E587B is #A1A784. Grayscale: #5D5D5D. Windows color (decimal): -10594181 or 8083550. OLE color: 8083550.
HSL color Cylindrical-coordinate representation of color #5E587B: hue angle of 250.29º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5E587B is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 88 | 123 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.52 |
| HSL | 250.29º | 0.17% | 0.41% | - |
| HSV(B) | 250.29º | 0.28% | 0.48% | - |
| XYZ | 11.68 | 10.79 | 20.21 | - |
| YUV | 93.78 | 144.49 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 88 | 123 | 0.24 | 0.28 | 0 | 0.52 | 250.29 | 0.17 | 0.41 |
| Hex | 5E | 58 | 7B | 18 | 1C | 0 | 34 | FA | 11 | 29 |
| Octal | 136 | 130 | 173 | 30 | 34 | 0 | 64 | 372 | 21 | 51 |
| Binary | 1011110 | 1011000 | 1111011 | 11000 | 11100 | 0 | 110100 | 11111010 | 10001 | 101001 |
Color Harmonies of #5E587B
Complementary color
Monochromatic Colors of #5E587B
Black with #5E587B
Text Example
Text Example
White with #5E587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E587B; }
p { color: rgb(94,88,123); }
H1.HeaderClassName
{
color: #5E587B;
}
.AnyTagClassName
{
color: #5E587B;
}
</style>
background-color css
<style>
a { background-color: #5E587B; }
a { background-color: rgb(94,88,123); }
div.DivClassName
{
background-color: #5E587B;
}
.BgClassName
{
background-color: #5E587B;
}
</style>
border-color css
<style>
span { border-color: #5E587B; }
span { border-color: rgb(94,88,123); }
td.TdClassName
{
border-color: #5E587B;
}
.TagClassName
{
border-color: #5E587B;
}
</style>