Shades of Slate Blue #5E50DB
Tints of Slate Blue #5E50DB
RGB
CMYK
RGB Variations
Color information
#5E50DB (or 0x5E50DB) is known color: Slate Blue. HEX triplet: 5E, 50 and DB. RGB value is (94,80,219). Sum of RGB (Red+Green+Blue) = 94+80+219=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E50DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E50DB is #A1AF24. Grayscale: #636363. Windows color (decimal): -10596133 or 14372958. OLE color: 14372958.
HSL color Cylindrical-coordinate representation of color #5E50DB: hue angle of 246.04º 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 #5E50DB is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 80 | 219 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.14 |
| HSL | 246.04º | 0.66% | 0.59% | - |
| HSV(B) | 246.04º | 0.63% | 0.86% | - |
| XYZ | 20.27 | 13.23 | 68.5 | - |
| YUV | 100.03 | 195.14 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 80 | 219 | 0.57 | 0.63 | 0 | 0.14 | 246.04 | 0.66 | 0.59 |
| Hex | 5E | 50 | DB | 39 | 3F | 0 | E | F6 | 42 | 3B |
| Octal | 136 | 120 | 333 | 71 | 77 | 0 | 16 | 366 | 102 | 73 |
| Binary | 1011110 | 1010000 | 11011011 | 111001 | 111111 | 0 | 1110 | 11110110 | 1000010 | 111011 |
Color Harmonies of #5E50DB
Complementary color
Monochromatic Colors of #5E50DB
Black with #5E50DB
Text Example
Text Example
White with #5E50DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E50DB; }
p { color: rgb(94,80,219); }
H1.HeaderClassName
{
color: #5E50DB;
}
.AnyTagClassName
{
color: #5E50DB;
}
</style>
background-color css
<style>
a { background-color: #5E50DB; }
a { background-color: rgb(94,80,219); }
div.DivClassName
{
background-color: #5E50DB;
}
.BgClassName
{
background-color: #5E50DB;
}
</style>
border-color css
<style>
span { border-color: #5E50DB; }
span { border-color: rgb(94,80,219); }
td.TdClassName
{
border-color: #5E50DB;
}
.TagClassName
{
border-color: #5E50DB;
}
</style>