Shades of Slate Blue #5E44DF
Tints of Slate Blue #5E44DF
RGB
CMYK
RGB Variations
Color information
#5E44DF (or 0x5E44DF) is known color: Slate Blue. HEX triplet: 5E, 44 and DF. RGB value is (94,68,223). Sum of RGB (Red+Green+Blue) = 94+68+223=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E44DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E44DF is #A1BB20. Grayscale: #5C5C5C. Windows color (decimal): -10599201 or 14632030. OLE color: 14632030.
HSL color Cylindrical-coordinate representation of color #5E44DF: hue angle of 250.06º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E44DF is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 68 | 223 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.13 |
| HSL | 250.06º | 0.71% | 0.57% | - |
| HSV(B) | 250.06º | 0.7% | 0.87% | - |
| XYZ | 20 | 11.84 | 71.04 | - |
| YUV | 93.44 | 201.11 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 68 | 223 | 0.58 | 0.70 | 0 | 0.13 | 250.06 | 0.71 | 0.57 |
| Hex | 5E | 44 | DF | 3A | 46 | 0 | D | FA | 47 | 39 |
| Octal | 136 | 104 | 337 | 72 | 106 | 0 | 15 | 372 | 107 | 71 |
| Binary | 1011110 | 1000100 | 11011111 | 111010 | 1000110 | 0 | 1101 | 11111010 | 1000111 | 111001 |
Color Harmonies of #5E44DF
Complementary color
Monochromatic Colors of #5E44DF
Black with #5E44DF
Text Example
Text Example
White with #5E44DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E44DF; }
p { color: rgb(94,68,223); }
H1.HeaderClassName
{
color: #5E44DF;
}
.AnyTagClassName
{
color: #5E44DF;
}
</style>
background-color css
<style>
a { background-color: #5E44DF; }
a { background-color: rgb(94,68,223); }
div.DivClassName
{
background-color: #5E44DF;
}
.BgClassName
{
background-color: #5E44DF;
}
</style>
border-color css
<style>
span { border-color: #5E44DF; }
span { border-color: rgb(94,68,223); }
td.TdClassName
{
border-color: #5E44DF;
}
.TagClassName
{
border-color: #5E44DF;
}
</style>