Shades of Slate Blue #5E44DC
Tints of Slate Blue #5E44DC
RGB
CMYK
RGB Variations
Color information
#5E44DC (or 0x5E44DC) is known color: Slate Blue. HEX triplet: 5E, 44 and DC. RGB value is (94,68,220). Sum of RGB (Red+Green+Blue) = 94+68+220=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E44DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E44DC is #A1BB23. Grayscale: #5C5C5C. Windows color (decimal): -10599204 or 14435422. OLE color: 14435422.
HSL color Cylindrical-coordinate representation of color #5E44DC: hue angle of 250.26º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E44DC is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 68 | 220 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.14 |
| HSL | 250.26º | 0.68% | 0.56% | - |
| HSV(B) | 250.26º | 0.69% | 0.86% | - |
| XYZ | 19.6 | 11.68 | 68.93 | - |
| YUV | 93.1 | 199.61 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 68 | 220 | 0.57 | 0.69 | 0 | 0.14 | 250.26 | 0.68 | 0.56 |
| Hex | 5E | 44 | DC | 39 | 45 | 0 | E | FA | 44 | 38 |
| Octal | 136 | 104 | 334 | 71 | 105 | 0 | 16 | 372 | 104 | 70 |
| Binary | 1011110 | 1000100 | 11011100 | 111001 | 1000101 | 0 | 1110 | 11111010 | 1000100 | 111000 |
Color Harmonies of #5E44DC
Complementary color
Monochromatic Colors of #5E44DC
Black with #5E44DC
Text Example
Text Example
White with #5E44DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E44DC; }
p { color: rgb(94,68,220); }
H1.HeaderClassName
{
color: #5E44DC;
}
.AnyTagClassName
{
color: #5E44DC;
}
</style>
background-color css
<style>
a { background-color: #5E44DC; }
a { background-color: rgb(94,68,220); }
div.DivClassName
{
background-color: #5E44DC;
}
.BgClassName
{
background-color: #5E44DC;
}
</style>
border-color css
<style>
span { border-color: #5E44DC; }
span { border-color: rgb(94,68,220); }
td.TdClassName
{
border-color: #5E44DC;
}
.TagClassName
{
border-color: #5E44DC;
}
</style>