Shades of Slate Blue #5E51DB
Tints of Slate Blue #5E51DB
RGB
CMYK
RGB Variations
Color information
#5E51DB (or 0x5E51DB) is known color: Slate Blue. HEX triplet: 5E, 51 and DB. RGB value is (94,81,219). Sum of RGB (Red+Green+Blue) = 94+81+219=394 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.86% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E51DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E51DB is #A1AE24. Grayscale: #646464. Windows color (decimal): -10595877 or 14373214. OLE color: 14373214.
HSL color Cylindrical-coordinate representation of color #5E51DB: hue angle of 245.65º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E51DB is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 81 | 219 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.14 |
| HSL | 245.65º | 0.66% | 0.59% | - |
| HSV(B) | 245.65º | 0.63% | 0.86% | - |
| XYZ | 20.34 | 13.38 | 68.53 | - |
| YUV | 100.62 | 194.81 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 219 | 0.57 | 0.63 | 0 | 0.14 | 245.65 | 0.66 | 0.59 |
| Hex | 5E | 51 | DB | 39 | 3F | 0 | E | F6 | 42 | 3B |
| Octal | 136 | 121 | 333 | 71 | 77 | 0 | 16 | 366 | 102 | 73 |
| Binary | 1011110 | 1010001 | 11011011 | 111001 | 111111 | 0 | 1110 | 11110110 | 1000010 | 111011 |
Color Harmonies of #5E51DB
Complementary color
Monochromatic Colors of #5E51DB
Black with #5E51DB
Text Example
Text Example
White with #5E51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E51DB; }
p { color: rgb(94,81,219); }
H1.HeaderClassName
{
color: #5E51DB;
}
.AnyTagClassName
{
color: #5E51DB;
}
</style>
background-color css
<style>
a { background-color: #5E51DB; }
a { background-color: rgb(94,81,219); }
div.DivClassName
{
background-color: #5E51DB;
}
.BgClassName
{
background-color: #5E51DB;
}
</style>
border-color css
<style>
span { border-color: #5E51DB; }
span { border-color: rgb(94,81,219); }
td.TdClassName
{
border-color: #5E51DB;
}
.TagClassName
{
border-color: #5E51DB;
}
</style>