Shades of Slate Blue #5E3EDB
Tints of Slate Blue #5E3EDB
RGB
CMYK
RGB Variations
Color information
#5E3EDB (or 0x5E3EDB) is known color: Slate Blue. HEX triplet: 5E, 3E and DB. RGB value is (94,62,219). Sum of RGB (Red+Green+Blue) = 94+62+219=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E3EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3EDB is #A1C124. Grayscale: #585858. Windows color (decimal): -10600741 or 14368350. OLE color: 14368350.
HSL color Cylindrical-coordinate representation of color #5E3EDB: hue angle of 252.23º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E3EDB is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 62 | 219 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.14 |
| HSL | 252.23º | 0.69% | 0.55% | - |
| HSV(B) | 252.23º | 0.72% | 0.86% | - |
| XYZ | 19.12 | 10.94 | 68.12 | - |
| YUV | 89.47 | 201.1 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 62 | 219 | 0.57 | 0.72 | 0 | 0.14 | 252.23 | 0.69 | 0.55 |
| Hex | 5E | 3E | DB | 39 | 48 | 0 | E | FC | 45 | 37 |
| Octal | 136 | 76 | 333 | 71 | 110 | 0 | 16 | 374 | 105 | 67 |
| Binary | 1011110 | 111110 | 11011011 | 111001 | 1001000 | 0 | 1110 | 11111100 | 1000101 | 110111 |
Color Harmonies of #5E3EDB
Complementary color
Monochromatic Colors of #5E3EDB
Black with #5E3EDB
Text Example
Text Example
White with #5E3EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3EDB; }
p { color: rgb(94,62,219); }
H1.HeaderClassName
{
color: #5E3EDB;
}
.AnyTagClassName
{
color: #5E3EDB;
}
</style>
background-color css
<style>
a { background-color: #5E3EDB; }
a { background-color: rgb(94,62,219); }
div.DivClassName
{
background-color: #5E3EDB;
}
.BgClassName
{
background-color: #5E3EDB;
}
</style>
border-color css
<style>
span { border-color: #5E3EDB; }
span { border-color: rgb(94,62,219); }
td.TdClassName
{
border-color: #5E3EDB;
}
.TagClassName
{
border-color: #5E3EDB;
}
</style>