Shades of Slate Blue #5D5EE1
Tints of Slate Blue #5D5EE1
RGB
CMYK
RGB Variations
Color information
#5D5EE1 (or 0x5D5EE1) is known color: Slate Blue. HEX triplet: 5D, 5E and E1. RGB value is (93,94,225). Sum of RGB (Red+Green+Blue) = 93+94+225=412 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.57% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 225 (88.28% from 255 or 54.61% from 412); Max value from RGB is 225 - color contains mainly: blue. Hex color #5D5EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5EE1 is #A2A11E. Grayscale: #6C6C6C. Windows color (decimal): -10658079 or 14769757. OLE color: 14769757.
HSL color Cylindrical-coordinate representation of color #5D5EE1: hue angle of 239.55º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D5EE1 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 93 | 94 | 225 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.12 |
| HSL | 239.55º | 0.69% | 0.62% | - |
| HSV(B) | 239.55º | 0.59% | 0.88% | - |
| XYZ | 22.11 | 15.77 | 73.11 | - |
| YUV | 108.64 | 193.67 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 94 | 225 | 0.59 | 0.58 | 0 | 0.12 | 239.55 | 0.69 | 0.62 |
| Hex | 5D | 5E | E1 | 3B | 3A | 0 | C | F0 | 45 | 3E |
| Octal | 135 | 136 | 341 | 73 | 72 | 0 | 14 | 360 | 105 | 76 |
| Binary | 1011101 | 1011110 | 11100001 | 111011 | 111010 | 0 | 1100 | 11110000 | 1000101 | 111110 |
Color Harmonies of #5D5EE1
Complementary color
Monochromatic Colors of #5D5EE1
Black with #5D5EE1
Text Example
Text Example
White with #5D5EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5EE1; }
p { color: rgb(93,94,225); }
H1.HeaderClassName
{
color: #5D5EE1;
}
.AnyTagClassName
{
color: #5D5EE1;
}
</style>
background-color css
<style>
a { background-color: #5D5EE1; }
a { background-color: rgb(93,94,225); }
div.DivClassName
{
background-color: #5D5EE1;
}
.BgClassName
{
background-color: #5D5EE1;
}
</style>
border-color css
<style>
span { border-color: #5D5EE1; }
span { border-color: rgb(93,94,225); }
td.TdClassName
{
border-color: #5D5EE1;
}
.TagClassName
{
border-color: #5D5EE1;
}
</style>