Shades of Slate Blue #5E51DA
Tints of Slate Blue #5E51DA
RGB
CMYK
RGB Variations
Color information
#5E51DA (or 0x5E51DA) is known color: Slate Blue. HEX triplet: 5E, 51 and DA. RGB value is (94,81,218). Sum of RGB (Red+Green+Blue) = 94+81+218=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #5E51DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E51DA is #A1AE25. Grayscale: #636363. Windows color (decimal): -10595878 or 14307678. OLE color: 14307678.
HSL color Cylindrical-coordinate representation of color #5E51DA: hue angle of 245.69º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E51DA is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 81 | 218 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.15 |
| HSL | 245.69º | 0.65% | 0.59% | - |
| HSV(B) | 245.69º | 0.63% | 0.85% | - |
| XYZ | 20.21 | 13.33 | 67.84 | - |
| YUV | 100.51 | 194.31 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 218 | 0.57 | 0.63 | 0 | 0.15 | 245.69 | 0.65 | 0.59 |
| Hex | 5E | 51 | DA | 39 | 3F | 0 | F | F6 | 41 | 3B |
| Octal | 136 | 121 | 332 | 71 | 77 | 0 | 17 | 366 | 101 | 73 |
| Binary | 1011110 | 1010001 | 11011010 | 111001 | 111111 | 0 | 1111 | 11110110 | 1000001 | 111011 |
Color Harmonies of #5E51DA
Complementary color
Monochromatic Colors of #5E51DA
Black with #5E51DA
Text Example
Text Example
White with #5E51DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E51DA; }
p { color: rgb(94,81,218); }
H1.HeaderClassName
{
color: #5E51DA;
}
.AnyTagClassName
{
color: #5E51DA;
}
</style>
background-color css
<style>
a { background-color: #5E51DA; }
a { background-color: rgb(94,81,218); }
div.DivClassName
{
background-color: #5E51DA;
}
.BgClassName
{
background-color: #5E51DA;
}
</style>
border-color css
<style>
span { border-color: #5E51DA; }
span { border-color: rgb(94,81,218); }
td.TdClassName
{
border-color: #5E51DA;
}
.TagClassName
{
border-color: #5E51DA;
}
</style>