Shades of Slate Blue #5E48D8
Tints of Slate Blue #5E48D8
RGB
CMYK
RGB Variations
Color information
#5E48D8 (or 0x5E48D8) is known color: Slate Blue. HEX triplet: 5E, 48 and D8. RGB value is (94,72,216). Sum of RGB (Red+Green+Blue) = 94+72+216=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 216 (84.77% from 255 or 56.54% from 382); Max value from RGB is 216 - color contains mainly: blue. Hex color #5E48D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E48D8 is #A1B727. Grayscale: #5E5E5E. Windows color (decimal): -10598184 or 14174302. OLE color: 14174302.
HSL color Cylindrical-coordinate representation of color #5E48D8: hue angle of 249.17º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E48D8 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 72 | 216 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.15 |
| HSL | 249.17º | 0.65% | 0.56% | - |
| HSV(B) | 249.17º | 0.67% | 0.85% | - |
| XYZ | 19.33 | 11.97 | 66.26 | - |
| YUV | 94.99 | 196.29 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 72 | 216 | 0.56 | 0.67 | 0 | 0.15 | 249.17 | 0.65 | 0.56 |
| Hex | 5E | 48 | D8 | 38 | 43 | 0 | F | F9 | 41 | 38 |
| Octal | 136 | 110 | 330 | 70 | 103 | 0 | 17 | 371 | 101 | 70 |
| Binary | 1011110 | 1001000 | 11011000 | 111000 | 1000011 | 0 | 1111 | 11111001 | 1000001 | 111000 |
Color Harmonies of #5E48D8
Complementary color
Monochromatic Colors of #5E48D8
Black with #5E48D8
Text Example
Text Example
White with #5E48D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E48D8; }
p { color: rgb(94,72,216); }
H1.HeaderClassName
{
color: #5E48D8;
}
.AnyTagClassName
{
color: #5E48D8;
}
</style>
background-color css
<style>
a { background-color: #5E48D8; }
a { background-color: rgb(94,72,216); }
div.DivClassName
{
background-color: #5E48D8;
}
.BgClassName
{
background-color: #5E48D8;
}
</style>
border-color css
<style>
span { border-color: #5E48D8; }
span { border-color: rgb(94,72,216); }
td.TdClassName
{
border-color: #5E48D8;
}
.TagClassName
{
border-color: #5E48D8;
}
</style>