Shades of Slate Blue #5E56DC
Tints of Slate Blue #5E56DC
RGB
CMYK
RGB Variations
Color information
#5E56DC (or 0x5E56DC) is known color: Slate Blue. HEX triplet: 5E, 56 and DC. RGB value is (94,86,220). Sum of RGB (Red+Green+Blue) = 94+86+220=400 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.5% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E56DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E56DC is #A1A923. Grayscale: #676767. Windows color (decimal): -10594596 or 14440030. OLE color: 14440030.
HSL color Cylindrical-coordinate representation of color #5E56DC: hue angle of 243.58º degrees, saturation: 0.66, 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 #5E56DC is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 86 | 220 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.14 |
| HSL | 243.58º | 0.66% | 0.6% | - |
| HSV(B) | 243.58º | 0.61% | 0.86% | - |
| XYZ | 20.86 | 14.2 | 69.35 | - |
| YUV | 103.67 | 193.65 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 220 | 0.57 | 0.61 | 0 | 0.14 | 243.58 | 0.66 | 0.6 |
| Hex | 5E | 56 | DC | 39 | 3D | 0 | E | F4 | 42 | 3C |
| Octal | 136 | 126 | 334 | 71 | 75 | 0 | 16 | 364 | 102 | 74 |
| Binary | 1011110 | 1010110 | 11011100 | 111001 | 111101 | 0 | 1110 | 11110100 | 1000010 | 111100 |
Color Harmonies of #5E56DC
Complementary color
Monochromatic Colors of #5E56DC
Black with #5E56DC
Text Example
Text Example
White with #5E56DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E56DC; }
p { color: rgb(94,86,220); }
H1.HeaderClassName
{
color: #5E56DC;
}
.AnyTagClassName
{
color: #5E56DC;
}
</style>
background-color css
<style>
a { background-color: #5E56DC; }
a { background-color: rgb(94,86,220); }
div.DivClassName
{
background-color: #5E56DC;
}
.BgClassName
{
background-color: #5E56DC;
}
</style>
border-color css
<style>
span { border-color: #5E56DC; }
span { border-color: rgb(94,86,220); }
td.TdClassName
{
border-color: #5E56DC;
}
.TagClassName
{
border-color: #5E56DC;
}
</style>