Shades of Slate Blue #5E56DB
Tints of Slate Blue #5E56DB
RGB
CMYK
RGB Variations
Color information
#5E56DB (or 0x5E56DB) is known color: Slate Blue. HEX triplet: 5E, 56 and DB. RGB value is (94,86,219). Sum of RGB (Red+Green+Blue) = 94+86+219=399 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.56% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E56DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E56DB is #A1A924. Grayscale: #676767. Windows color (decimal): -10594597 or 14374494. OLE color: 14374494.
HSL color Cylindrical-coordinate representation of color #5E56DB: hue angle of 243.61º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E56DB is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 86 | 219 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.14 |
| HSL | 243.61º | 0.65% | 0.6% | - |
| HSV(B) | 243.61º | 0.61% | 0.86% | - |
| XYZ | 20.73 | 14.15 | 68.66 | - |
| YUV | 103.55 | 193.15 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 219 | 0.57 | 0.61 | 0 | 0.14 | 243.61 | 0.65 | 0.6 |
| Hex | 5E | 56 | DB | 39 | 3D | 0 | E | F4 | 41 | 3C |
| Octal | 136 | 126 | 333 | 71 | 75 | 0 | 16 | 364 | 101 | 74 |
| Binary | 1011110 | 1010110 | 11011011 | 111001 | 111101 | 0 | 1110 | 11110100 | 1000001 | 111100 |
Color Harmonies of #5E56DB
Complementary color
Monochromatic Colors of #5E56DB
Black with #5E56DB
Text Example
Text Example
White with #5E56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E56DB; }
p { color: rgb(94,86,219); }
H1.HeaderClassName
{
color: #5E56DB;
}
.AnyTagClassName
{
color: #5E56DB;
}
</style>
background-color css
<style>
a { background-color: #5E56DB; }
a { background-color: rgb(94,86,219); }
div.DivClassName
{
background-color: #5E56DB;
}
.BgClassName
{
background-color: #5E56DB;
}
</style>
border-color css
<style>
span { border-color: #5E56DB; }
span { border-color: rgb(94,86,219); }
td.TdClassName
{
border-color: #5E56DB;
}
.TagClassName
{
border-color: #5E56DB;
}
</style>