Shades of Slate Blue #5E51CE
Tints of Slate Blue #5E51CE
RGB
CMYK
RGB Variations
Color information
#5E51CE (or 0x5E51CE) is known color: Slate Blue. HEX triplet: 5E, 51 and CE. RGB value is (94,81,206). Sum of RGB (Red+Green+Blue) = 94+81+206=381 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.67% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E51CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E51CE is #A1AE31. Grayscale: #626262. Windows color (decimal): -10595890 or 13521246. OLE color: 13521246.
HSL color Cylindrical-coordinate representation of color #5E51CE: hue angle of 246.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E51CE is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 81 | 206 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.19 |
| HSL | 246.24º | 0.56% | 0.56% | - |
| HSV(B) | 246.24º | 0.61% | 0.81% | - |
| XYZ | 18.7 | 12.72 | 59.86 | - |
| YUV | 99.14 | 188.31 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 206 | 0.54 | 0.61 | 0 | 0.19 | 246.24 | 0.56 | 0.56 |
| Hex | 5E | 51 | CE | 36 | 3D | 0 | 13 | F6 | 38 | 38 |
| Octal | 136 | 121 | 316 | 66 | 75 | 0 | 23 | 366 | 70 | 70 |
| Binary | 1011110 | 1010001 | 11001110 | 110110 | 111101 | 0 | 10011 | 11110110 | 111000 | 111000 |
Color Harmonies of #5E51CE
Complementary color
Monochromatic Colors of #5E51CE
Black with #5E51CE
Text Example
Text Example
White with #5E51CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E51CE; }
p { color: rgb(94,81,206); }
H1.HeaderClassName
{
color: #5E51CE;
}
.AnyTagClassName
{
color: #5E51CE;
}
</style>
background-color css
<style>
a { background-color: #5E51CE; }
a { background-color: rgb(94,81,206); }
div.DivClassName
{
background-color: #5E51CE;
}
.BgClassName
{
background-color: #5E51CE;
}
</style>
border-color css
<style>
span { border-color: #5E51CE; }
span { border-color: rgb(94,81,206); }
td.TdClassName
{
border-color: #5E51CE;
}
.TagClassName
{
border-color: #5E51CE;
}
</style>