Shades of Slate Blue #5E57D6
Tints of Slate Blue #5E57D6
RGB
CMYK
RGB Variations
Color information
#5E57D6 (or 0x5E57D6) is known color: Slate Blue. HEX triplet: 5E, 57 and D6. RGB value is (94,87,214). Sum of RGB (Red+Green+Blue) = 94+87+214=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 214 (83.98% from 255 or 54.18% from 395); Max value from RGB is 214 - color contains mainly: blue. Hex color #5E57D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E57D6 is #A1A829. Grayscale: #676767. Windows color (decimal): -10594346 or 14047070. OLE color: 14047070.
HSL color Cylindrical-coordinate representation of color #5E57D6: hue angle of 243.31º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E57D6 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 87 | 214 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.16 |
| HSL | 243.31º | 0.61% | 0.59% | - |
| HSV(B) | 243.31º | 0.59% | 0.84% | - |
| XYZ | 20.16 | 14.05 | 65.27 | - |
| YUV | 103.57 | 190.32 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 87 | 214 | 0.56 | 0.59 | 0 | 0.16 | 243.31 | 0.61 | 0.59 |
| Hex | 5E | 57 | D6 | 38 | 3B | 0 | 10 | F3 | 3D | 3B |
| Octal | 136 | 127 | 326 | 70 | 73 | 0 | 20 | 363 | 75 | 73 |
| Binary | 1011110 | 1010111 | 11010110 | 111000 | 111011 | 0 | 10000 | 11110011 | 111101 | 111011 |
Color Harmonies of #5E57D6
Complementary color
Monochromatic Colors of #5E57D6
Black with #5E57D6
Text Example
Text Example
White with #5E57D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E57D6; }
p { color: rgb(94,87,214); }
H1.HeaderClassName
{
color: #5E57D6;
}
.AnyTagClassName
{
color: #5E57D6;
}
</style>
background-color css
<style>
a { background-color: #5E57D6; }
a { background-color: rgb(94,87,214); }
div.DivClassName
{
background-color: #5E57D6;
}
.BgClassName
{
background-color: #5E57D6;
}
</style>
border-color css
<style>
span { border-color: #5E57D6; }
span { border-color: rgb(94,87,214); }
td.TdClassName
{
border-color: #5E57D6;
}
.TagClassName
{
border-color: #5E57D6;
}
</style>