Shades of Slate Blue #5E4EC5
Tints of Slate Blue #5E4EC5
RGB
CMYK
RGB Variations
Color information
#5E4EC5 (or 0x5E4EC5) is known color: Slate Blue. HEX triplet: 5E, 4E and C5. RGB value is (94,78,197). Sum of RGB (Red+Green+Blue) = 94+78+197=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 197 (77.34% from 255 or 53.39% from 369); Max value from RGB is 197 - color contains mainly: blue. Hex color #5E4EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4EC5 is #A1B13A. Grayscale: #5F5F5F. Windows color (decimal): -10596667 or 12930654. OLE color: 12930654.
HSL color Cylindrical-coordinate representation of color #5E4EC5: hue angle of 248.07º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E4EC5 is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 78 | 197 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.23 |
| HSL | 248.07º | 0.51% | 0.54% | - |
| HSV(B) | 248.07º | 0.6% | 0.77% | - |
| XYZ | 17.42 | 11.86 | 54.19 | - |
| YUV | 96.35 | 184.8 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 78 | 197 | 0.52 | 0.60 | 0 | 0.23 | 248.07 | 0.51 | 0.54 |
| Hex | 5E | 4E | C5 | 34 | 3C | 0 | 17 | F8 | 33 | 36 |
| Octal | 136 | 116 | 305 | 64 | 74 | 0 | 27 | 370 | 63 | 66 |
| Binary | 1011110 | 1001110 | 11000101 | 110100 | 111100 | 0 | 10111 | 11111000 | 110011 | 110110 |
Color Harmonies of #5E4EC5
Complementary color
Monochromatic Colors of #5E4EC5
Black with #5E4EC5
Text Example
Text Example
White with #5E4EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4EC5; }
p { color: rgb(94,78,197); }
H1.HeaderClassName
{
color: #5E4EC5;
}
.AnyTagClassName
{
color: #5E4EC5;
}
</style>
background-color css
<style>
a { background-color: #5E4EC5; }
a { background-color: rgb(94,78,197); }
div.DivClassName
{
background-color: #5E4EC5;
}
.BgClassName
{
background-color: #5E4EC5;
}
</style>
border-color css
<style>
span { border-color: #5E4EC5; }
span { border-color: rgb(94,78,197); }
td.TdClassName
{
border-color: #5E4EC5;
}
.TagClassName
{
border-color: #5E4EC5;
}
</style>