Shades of Slate Blue #5E58DB
Tints of Slate Blue #5E58DB
RGB
CMYK
RGB Variations
Color information
#5E58DB (or 0x5E58DB) is known color: Slate Blue. HEX triplet: 5E, 58 and DB. RGB value is (94,88,219). Sum of RGB (Red+Green+Blue) = 94+88+219=401 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.44% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E58DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E58DB is #A1A724. Grayscale: #686868. Windows color (decimal): -10594085 or 14375006. OLE color: 14375006.
HSL color Cylindrical-coordinate representation of color #5E58DB: hue angle of 242.75º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E58DB is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 88 | 219 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.14 |
| HSL | 242.75º | 0.65% | 0.6% | - |
| HSV(B) | 242.75º | 0.6% | 0.86% | - |
| XYZ | 20.89 | 14.47 | 68.71 | - |
| YUV | 104.73 | 192.49 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 88 | 219 | 0.57 | 0.60 | 0 | 0.14 | 242.75 | 0.65 | 0.6 |
| Hex | 5E | 58 | DB | 39 | 3C | 0 | E | F3 | 41 | 3C |
| Octal | 136 | 130 | 333 | 71 | 74 | 0 | 16 | 363 | 101 | 74 |
| Binary | 1011110 | 1011000 | 11011011 | 111001 | 111100 | 0 | 1110 | 11110011 | 1000001 | 111100 |
Color Harmonies of #5E58DB
Complementary color
Monochromatic Colors of #5E58DB
Black with #5E58DB
Text Example
Text Example
White with #5E58DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E58DB; }
p { color: rgb(94,88,219); }
H1.HeaderClassName
{
color: #5E58DB;
}
.AnyTagClassName
{
color: #5E58DB;
}
</style>
background-color css
<style>
a { background-color: #5E58DB; }
a { background-color: rgb(94,88,219); }
div.DivClassName
{
background-color: #5E58DB;
}
.BgClassName
{
background-color: #5E58DB;
}
</style>
border-color css
<style>
span { border-color: #5E58DB; }
span { border-color: rgb(94,88,219); }
td.TdClassName
{
border-color: #5E58DB;
}
.TagClassName
{
border-color: #5E58DB;
}
</style>