Shades of Slate Blue #5E57DD
Tints of Slate Blue #5E57DD
RGB
CMYK
RGB Variations
Color information
#5E57DD (or 0x5E57DD) is known color: Slate Blue. HEX triplet: 5E, 57 and DD. RGB value is (94,87,221). Sum of RGB (Red+Green+Blue) = 94+87+221=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E57DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E57DD is #A1A822. Grayscale: #676767. Windows color (decimal): -10594339 or 14505822. OLE color: 14505822.
HSL color Cylindrical-coordinate representation of color #5E57DD: hue angle of 243.13º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E57DD is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 87 | 221 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.13 |
| HSL | 243.13º | 0.66% | 0.6% | - |
| HSV(B) | 243.13º | 0.61% | 0.87% | - |
| XYZ | 21.08 | 14.42 | 70.08 | - |
| YUV | 104.37 | 193.82 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 87 | 221 | 0.57 | 0.61 | 0 | 0.13 | 243.13 | 0.66 | 0.6 |
| Hex | 5E | 57 | DD | 39 | 3D | 0 | D | F3 | 42 | 3C |
| Octal | 136 | 127 | 335 | 71 | 75 | 0 | 15 | 363 | 102 | 74 |
| Binary | 1011110 | 1010111 | 11011101 | 111001 | 111101 | 0 | 1101 | 11110011 | 1000010 | 111100 |
Color Harmonies of #5E57DD
Complementary color
Monochromatic Colors of #5E57DD
Black with #5E57DD
Text Example
Text Example
White with #5E57DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E57DD; }
p { color: rgb(94,87,221); }
H1.HeaderClassName
{
color: #5E57DD;
}
.AnyTagClassName
{
color: #5E57DD;
}
</style>
background-color css
<style>
a { background-color: #5E57DD; }
a { background-color: rgb(94,87,221); }
div.DivClassName
{
background-color: #5E57DD;
}
.BgClassName
{
background-color: #5E57DD;
}
</style>
border-color css
<style>
span { border-color: #5E57DD; }
span { border-color: rgb(94,87,221); }
td.TdClassName
{
border-color: #5E57DD;
}
.TagClassName
{
border-color: #5E57DD;
}
</style>