Shades of Slate Blue #5E5DCE
Tints of Slate Blue #5E5DCE
RGB
CMYK
RGB Variations
Color information
#5E5DCE (or 0x5E5DCE) is known color: Slate Blue. HEX triplet: 5E, 5D and CE. RGB value is (94,93,206). Sum of RGB (Red+Green+Blue) = 94+93+206=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E5DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5DCE is #A1A231. Grayscale: #696969. Windows color (decimal): -10592818 or 13524318. OLE color: 13524318.
HSL color Cylindrical-coordinate representation of color #5E5DCE: hue angle of 240.53º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E5DCE is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 93 | 206 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.19 |
| HSL | 240.53º | 0.54% | 0.59% | - |
| HSV(B) | 240.53º | 0.55% | 0.81% | - |
| XYZ | 19.67 | 14.66 | 60.19 | - |
| YUV | 106.18 | 184.33 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 93 | 206 | 0.54 | 0.55 | 0 | 0.19 | 240.53 | 0.54 | 0.59 |
| Hex | 5E | 5D | CE | 36 | 37 | 0 | 13 | F1 | 36 | 3B |
| Octal | 136 | 135 | 316 | 66 | 67 | 0 | 23 | 361 | 66 | 73 |
| Binary | 1011110 | 1011101 | 11001110 | 110110 | 110111 | 0 | 10011 | 11110001 | 110110 | 111011 |
Color Harmonies of #5E5DCE
Complementary color
Monochromatic Colors of #5E5DCE
Black with #5E5DCE
Text Example
Text Example
White with #5E5DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5DCE; }
p { color: rgb(94,93,206); }
H1.HeaderClassName
{
color: #5E5DCE;
}
.AnyTagClassName
{
color: #5E5DCE;
}
</style>
background-color css
<style>
a { background-color: #5E5DCE; }
a { background-color: rgb(94,93,206); }
div.DivClassName
{
background-color: #5E5DCE;
}
.BgClassName
{
background-color: #5E5DCE;
}
</style>
border-color css
<style>
span { border-color: #5E5DCE; }
span { border-color: rgb(94,93,206); }
td.TdClassName
{
border-color: #5E5DCE;
}
.TagClassName
{
border-color: #5E5DCE;
}
</style>