Shades of Slate Blue #5E50DC
Tints of Slate Blue #5E50DC
RGB
CMYK
RGB Variations
Color information
#5E50DC (or 0x5E50DC) is known color: Slate Blue. HEX triplet: 5E, 50 and DC. RGB value is (94,80,220). Sum of RGB (Red+Green+Blue) = 94+80+220=394 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.86% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E50DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E50DC is #A1AF23. Grayscale: #636363. Windows color (decimal): -10596132 or 14438494. OLE color: 14438494.
HSL color Cylindrical-coordinate representation of color #5E50DC: hue angle of 246º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E50DC is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 80 | 220 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.14 |
| HSL | 246º | 0.67% | 0.59% | - |
| HSV(B) | 246º | 0.64% | 0.86% | - |
| XYZ | 20.4 | 13.28 | 69.2 | - |
| YUV | 100.15 | 195.64 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 80 | 220 | 0.57 | 0.64 | 0 | 0.14 | 246 | 0.67 | 0.59 |
| Hex | 5E | 50 | DC | 39 | 40 | 0 | E | F6 | 43 | 3B |
| Octal | 136 | 120 | 334 | 71 | 100 | 0 | 16 | 366 | 103 | 73 |
| Binary | 1011110 | 1010000 | 11011100 | 111001 | 1000000 | 0 | 1110 | 11110110 | 1000011 | 111011 |
Color Harmonies of #5E50DC
Complementary color
Monochromatic Colors of #5E50DC
Black with #5E50DC
Text Example
Text Example
White with #5E50DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E50DC; }
p { color: rgb(94,80,220); }
H1.HeaderClassName
{
color: #5E50DC;
}
.AnyTagClassName
{
color: #5E50DC;
}
</style>
background-color css
<style>
a { background-color: #5E50DC; }
a { background-color: rgb(94,80,220); }
div.DivClassName
{
background-color: #5E50DC;
}
.BgClassName
{
background-color: #5E50DC;
}
</style>
border-color css
<style>
span { border-color: #5E50DC; }
span { border-color: rgb(94,80,220); }
td.TdClassName
{
border-color: #5E50DC;
}
.TagClassName
{
border-color: #5E50DC;
}
</style>