Shades of Slate Blue #5E48DF
Tints of Slate Blue #5E48DF
RGB
CMYK
RGB Variations
Color information
#5E48DF (or 0x5E48DF) is known color: Slate Blue. HEX triplet: 5E, 48 and DF. RGB value is (94,72,223). Sum of RGB (Red+Green+Blue) = 94+72+223=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E48DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E48DF is #A1B720. Grayscale: #5F5F5F. Windows color (decimal): -10598177 or 14633054. OLE color: 14633054.
HSL color Cylindrical-coordinate representation of color #5E48DF: hue angle of 248.74º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E48DF is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 72 | 223 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.13 |
| HSL | 248.74º | 0.7% | 0.58% | - |
| HSV(B) | 248.74º | 0.68% | 0.87% | - |
| XYZ | 20.25 | 12.34 | 71.13 | - |
| YUV | 95.79 | 199.79 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 72 | 223 | 0.58 | 0.68 | 0 | 0.13 | 248.74 | 0.7 | 0.58 |
| Hex | 5E | 48 | DF | 3A | 44 | 0 | D | F9 | 46 | 3A |
| Octal | 136 | 110 | 337 | 72 | 104 | 0 | 15 | 371 | 106 | 72 |
| Binary | 1011110 | 1001000 | 11011111 | 111010 | 1000100 | 0 | 1101 | 11111001 | 1000110 | 111010 |
Color Harmonies of #5E48DF
Complementary color
Monochromatic Colors of #5E48DF
Black with #5E48DF
Text Example
Text Example
White with #5E48DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E48DF; }
p { color: rgb(94,72,223); }
H1.HeaderClassName
{
color: #5E48DF;
}
.AnyTagClassName
{
color: #5E48DF;
}
</style>
background-color css
<style>
a { background-color: #5E48DF; }
a { background-color: rgb(94,72,223); }
div.DivClassName
{
background-color: #5E48DF;
}
.BgClassName
{
background-color: #5E48DF;
}
</style>
border-color css
<style>
span { border-color: #5E48DF; }
span { border-color: rgb(94,72,223); }
td.TdClassName
{
border-color: #5E48DF;
}
.TagClassName
{
border-color: #5E48DF;
}
</style>