Shades of Slate Blue #5E56DA
Tints of Slate Blue #5E56DA
RGB
CMYK
RGB Variations
Color information
#5E56DA (or 0x5E56DA) is known color: Slate Blue. HEX triplet: 5E, 56 and DA. RGB value is (94,86,218). Sum of RGB (Red+Green+Blue) = 94+86+218=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #5E56DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E56DA is #A1A925. Grayscale: #666666. Windows color (decimal): -10594598 or 14308958. OLE color: 14308958.
HSL color Cylindrical-coordinate representation of color #5E56DA: hue angle of 243.64º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E56DA is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 86 | 218 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.15 |
| HSL | 243.64º | 0.64% | 0.6% | - |
| HSV(B) | 243.64º | 0.61% | 0.85% | - |
| XYZ | 20.6 | 14.1 | 67.97 | - |
| YUV | 103.44 | 192.65 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 218 | 0.57 | 0.61 | 0 | 0.15 | 243.64 | 0.64 | 0.6 |
| Hex | 5E | 56 | DA | 39 | 3D | 0 | F | F4 | 40 | 3C |
| Octal | 136 | 126 | 332 | 71 | 75 | 0 | 17 | 364 | 100 | 74 |
| Binary | 1011110 | 1010110 | 11011010 | 111001 | 111101 | 0 | 1111 | 11110100 | 1000000 | 111100 |
Color Harmonies of #5E56DA
Complementary color
Monochromatic Colors of #5E56DA
Black with #5E56DA
Text Example
Text Example
White with #5E56DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E56DA; }
p { color: rgb(94,86,218); }
H1.HeaderClassName
{
color: #5E56DA;
}
.AnyTagClassName
{
color: #5E56DA;
}
</style>
background-color css
<style>
a { background-color: #5E56DA; }
a { background-color: rgb(94,86,218); }
div.DivClassName
{
background-color: #5E56DA;
}
.BgClassName
{
background-color: #5E56DA;
}
</style>
border-color css
<style>
span { border-color: #5E56DA; }
span { border-color: rgb(94,86,218); }
td.TdClassName
{
border-color: #5E56DA;
}
.TagClassName
{
border-color: #5E56DA;
}
</style>