Shades of Slate Blue #5E55DB
Tints of Slate Blue #5E55DB
RGB
CMYK
RGB Variations
Color information
#5E55DB (or 0x5E55DB) is known color: Slate Blue. HEX triplet: 5E, 55 and DB. RGB value is (94,85,219). Sum of RGB (Red+Green+Blue) = 94+85+219=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E55DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E55DB is #A1AA24. Grayscale: #666666. Windows color (decimal): -10594853 or 14374238. OLE color: 14374238.
HSL color Cylindrical-coordinate representation of color #5E55DB: hue angle of 244.03º 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 #5E55DB is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 85 | 219 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.14 |
| HSL | 244.03º | 0.65% | 0.6% | - |
| HSV(B) | 244.03º | 0.61% | 0.86% | - |
| XYZ | 20.65 | 13.99 | 68.63 | - |
| YUV | 102.97 | 193.48 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 219 | 0.57 | 0.61 | 0 | 0.14 | 244.03 | 0.65 | 0.6 |
| Hex | 5E | 55 | DB | 39 | 3D | 0 | E | F4 | 41 | 3C |
| Octal | 136 | 125 | 333 | 71 | 75 | 0 | 16 | 364 | 101 | 74 |
| Binary | 1011110 | 1010101 | 11011011 | 111001 | 111101 | 0 | 1110 | 11110100 | 1000001 | 111100 |
Color Harmonies of #5E55DB
Complementary color
Monochromatic Colors of #5E55DB
Black with #5E55DB
Text Example
Text Example
White with #5E55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E55DB; }
p { color: rgb(94,85,219); }
H1.HeaderClassName
{
color: #5E55DB;
}
.AnyTagClassName
{
color: #5E55DB;
}
</style>
background-color css
<style>
a { background-color: #5E55DB; }
a { background-color: rgb(94,85,219); }
div.DivClassName
{
background-color: #5E55DB;
}
.BgClassName
{
background-color: #5E55DB;
}
</style>
border-color css
<style>
span { border-color: #5E55DB; }
span { border-color: rgb(94,85,219); }
td.TdClassName
{
border-color: #5E55DB;
}
.TagClassName
{
border-color: #5E55DB;
}
</style>