Shades of Slate Blue #5E46DD
Tints of Slate Blue #5E46DD
RGB
CMYK
RGB Variations
Color information
#5E46DD (or 0x5E46DD) is known color: Slate Blue. HEX triplet: 5E, 46 and DD. RGB value is (94,70,221). Sum of RGB (Red+Green+Blue) = 94+70+221=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E46DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E46DD is #A1B922. Grayscale: #5D5D5D. Windows color (decimal): -10598691 or 14501470. OLE color: 14501470.
HSL color Cylindrical-coordinate representation of color #5E46DD: hue angle of 249.54º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E46DD is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 70 | 221 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.13 |
| HSL | 249.54º | 0.69% | 0.57% | - |
| HSV(B) | 249.54º | 0.68% | 0.87% | - |
| XYZ | 19.86 | 11.98 | 69.67 | - |
| YUV | 94.39 | 199.45 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 70 | 221 | 0.57 | 0.68 | 0 | 0.13 | 249.54 | 0.69 | 0.57 |
| Hex | 5E | 46 | DD | 39 | 44 | 0 | D | FA | 45 | 39 |
| Octal | 136 | 106 | 335 | 71 | 104 | 0 | 15 | 372 | 105 | 71 |
| Binary | 1011110 | 1000110 | 11011101 | 111001 | 1000100 | 0 | 1101 | 11111010 | 1000101 | 111001 |
Color Harmonies of #5E46DD
Complementary color
Monochromatic Colors of #5E46DD
Black with #5E46DD
Text Example
Text Example
White with #5E46DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E46DD; }
p { color: rgb(94,70,221); }
H1.HeaderClassName
{
color: #5E46DD;
}
.AnyTagClassName
{
color: #5E46DD;
}
</style>
background-color css
<style>
a { background-color: #5E46DD; }
a { background-color: rgb(94,70,221); }
div.DivClassName
{
background-color: #5E46DD;
}
.BgClassName
{
background-color: #5E46DD;
}
</style>
border-color css
<style>
span { border-color: #5E46DD; }
span { border-color: rgb(94,70,221); }
td.TdClassName
{
border-color: #5E46DD;
}
.TagClassName
{
border-color: #5E46DD;
}
</style>