Shades of Slate Blue #5E48DE
Tints of Slate Blue #5E48DE
RGB
CMYK
RGB Variations
Color information
#5E48DE (or 0x5E48DE) is known color: Slate Blue. HEX triplet: 5E, 48 and DE. RGB value is (94,72,222). Sum of RGB (Red+Green+Blue) = 94+72+222=388 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.23% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 222 (87.11% from 255 or 57.22% from 388); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E48DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E48DE is #A1B721. Grayscale: #5F5F5F. Windows color (decimal): -10598178 or 14567518. OLE color: 14567518.
HSL color Cylindrical-coordinate representation of color #5E48DE: hue angle of 248.8º degrees, saturation: 0.69, 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 #5E48DE is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 72 | 222 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.13 |
| HSL | 248.8º | 0.69% | 0.58% | - |
| HSV(B) | 248.8º | 0.68% | 0.87% | - |
| XYZ | 20.12 | 12.29 | 70.42 | - |
| YUV | 95.68 | 199.29 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 72 | 222 | 0.58 | 0.68 | 0 | 0.13 | 248.8 | 0.69 | 0.58 |
| Hex | 5E | 48 | DE | 3A | 44 | 0 | D | F9 | 45 | 3A |
| Octal | 136 | 110 | 336 | 72 | 104 | 0 | 15 | 371 | 105 | 72 |
| Binary | 1011110 | 1001000 | 11011110 | 111010 | 1000100 | 0 | 1101 | 11111001 | 1000101 | 111010 |
Color Harmonies of #5E48DE
Complementary color
Monochromatic Colors of #5E48DE
Black with #5E48DE
Text Example
Text Example
White with #5E48DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E48DE; }
p { color: rgb(94,72,222); }
H1.HeaderClassName
{
color: #5E48DE;
}
.AnyTagClassName
{
color: #5E48DE;
}
</style>
background-color css
<style>
a { background-color: #5E48DE; }
a { background-color: rgb(94,72,222); }
div.DivClassName
{
background-color: #5E48DE;
}
.BgClassName
{
background-color: #5E48DE;
}
</style>
border-color css
<style>
span { border-color: #5E48DE; }
span { border-color: rgb(94,72,222); }
td.TdClassName
{
border-color: #5E48DE;
}
.TagClassName
{
border-color: #5E48DE;
}
</style>