Shades of Slate Blue #5E3FD5
Tints of Slate Blue #5E3FD5
RGB
CMYK
RGB Variations
Color information
#5E3FD5 (or 0x5E3FD5) is known color: Slate Blue. HEX triplet: 5E, 3F and D5. RGB value is (94,63,213). Sum of RGB (Red+Green+Blue) = 94+63+213=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 213 (83.59% from 255 or 57.57% from 370); Max value from RGB is 213 - color contains mainly: blue. Hex color #5E3FD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3FD5 is #A1C02A. Grayscale: #585858. Windows color (decimal): -10600491 or 13975390. OLE color: 13975390.
HSL color Cylindrical-coordinate representation of color #5E3FD5: hue angle of 252.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E3FD5 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 63 | 213 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.16 |
| HSL | 252.4º | 0.64% | 0.54% | - |
| HSV(B) | 252.4º | 0.7% | 0.84% | - |
| XYZ | 18.4 | 10.74 | 64.05 | - |
| YUV | 89.37 | 197.77 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 63 | 213 | 0.56 | 0.70 | 0 | 0.16 | 252.4 | 0.64 | 0.54 |
| Hex | 5E | 3F | D5 | 38 | 46 | 0 | 10 | FC | 40 | 36 |
| Octal | 136 | 77 | 325 | 70 | 106 | 0 | 20 | 374 | 100 | 66 |
| Binary | 1011110 | 111111 | 11010101 | 111000 | 1000110 | 0 | 10000 | 11111100 | 1000000 | 110110 |
Color Harmonies of #5E3FD5
Complementary color
Monochromatic Colors of #5E3FD5
Black with #5E3FD5
Text Example
Text Example
White with #5E3FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3FD5; }
p { color: rgb(94,63,213); }
H1.HeaderClassName
{
color: #5E3FD5;
}
.AnyTagClassName
{
color: #5E3FD5;
}
</style>
background-color css
<style>
a { background-color: #5E3FD5; }
a { background-color: rgb(94,63,213); }
div.DivClassName
{
background-color: #5E3FD5;
}
.BgClassName
{
background-color: #5E3FD5;
}
</style>
border-color css
<style>
span { border-color: #5E3FD5; }
span { border-color: rgb(94,63,213); }
td.TdClassName
{
border-color: #5E3FD5;
}
.TagClassName
{
border-color: #5E3FD5;
}
</style>