Shades of Slate Blue #5E57DE
Tints of Slate Blue #5E57DE
RGB
CMYK
RGB Variations
Color information
#5E57DE (or 0x5E57DE) is known color: Slate Blue. HEX triplet: 5E, 57 and DE. RGB value is (94,87,222). Sum of RGB (Red+Green+Blue) = 94+87+222=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E57DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E57DE is #A1A821. Grayscale: #676767. Windows color (decimal): -10594338 or 14571358. OLE color: 14571358.
HSL color Cylindrical-coordinate representation of color #5E57DE: hue angle of 243.11º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E57DE is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 87 | 222 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.13 |
| HSL | 243.11º | 0.67% | 0.61% | - |
| HSV(B) | 243.11º | 0.61% | 0.87% | - |
| XYZ | 21.21 | 14.47 | 70.78 | - |
| YUV | 104.48 | 194.32 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 87 | 222 | 0.58 | 0.61 | 0 | 0.13 | 243.11 | 0.67 | 0.61 |
| Hex | 5E | 57 | DE | 3A | 3D | 0 | D | F3 | 43 | 3D |
| Octal | 136 | 127 | 336 | 72 | 75 | 0 | 15 | 363 | 103 | 75 |
| Binary | 1011110 | 1010111 | 11011110 | 111010 | 111101 | 0 | 1101 | 11110011 | 1000011 | 111101 |
Color Harmonies of #5E57DE
Complementary color
Monochromatic Colors of #5E57DE
Black with #5E57DE
Text Example
Text Example
White with #5E57DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E57DE; }
p { color: rgb(94,87,222); }
H1.HeaderClassName
{
color: #5E57DE;
}
.AnyTagClassName
{
color: #5E57DE;
}
</style>
background-color css
<style>
a { background-color: #5E57DE; }
a { background-color: rgb(94,87,222); }
div.DivClassName
{
background-color: #5E57DE;
}
.BgClassName
{
background-color: #5E57DE;
}
</style>
border-color css
<style>
span { border-color: #5E57DE; }
span { border-color: rgb(94,87,222); }
td.TdClassName
{
border-color: #5E57DE;
}
.TagClassName
{
border-color: #5E57DE;
}
</style>