Shades of Slate Blue #5E5DCF
Tints of Slate Blue #5E5DCF
RGB
CMYK
RGB Variations
Color information
#5E5DCF (or 0x5E5DCF) is known color: Slate Blue. HEX triplet: 5E, 5D and CF. RGB value is (94,93,207). Sum of RGB (Red+Green+Blue) = 94+93+207=394 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.86% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E5DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5DCF is #A1A230. Grayscale: #696969. Windows color (decimal): -10592817 or 13589854. OLE color: 13589854.
HSL color Cylindrical-coordinate representation of color #5E5DCF: 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 #5E5DCF is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 93 | 207 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.19 |
| HSL | 240.53º | 0.54% | 0.59% | - |
| HSV(B) | 240.53º | 0.55% | 0.81% | - |
| XYZ | 19.79 | 14.71 | 60.83 | - |
| YUV | 106.3 | 184.83 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 93 | 207 | 0.55 | 0.55 | 0 | 0.19 | 240.53 | 0.54 | 0.59 |
| Hex | 5E | 5D | CF | 37 | 37 | 0 | 13 | F1 | 36 | 3B |
| Octal | 136 | 135 | 317 | 67 | 67 | 0 | 23 | 361 | 66 | 73 |
| Binary | 1011110 | 1011101 | 11001111 | 110111 | 110111 | 0 | 10011 | 11110001 | 110110 | 111011 |
Color Harmonies of #5E5DCF
Complementary color
Monochromatic Colors of #5E5DCF
Black with #5E5DCF
Text Example
Text Example
White with #5E5DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5DCF; }
p { color: rgb(94,93,207); }
H1.HeaderClassName
{
color: #5E5DCF;
}
.AnyTagClassName
{
color: #5E5DCF;
}
</style>
background-color css
<style>
a { background-color: #5E5DCF; }
a { background-color: rgb(94,93,207); }
div.DivClassName
{
background-color: #5E5DCF;
}
.BgClassName
{
background-color: #5E5DCF;
}
</style>
border-color css
<style>
span { border-color: #5E5DCF; }
span { border-color: rgb(94,93,207); }
td.TdClassName
{
border-color: #5E5DCF;
}
.TagClassName
{
border-color: #5E5DCF;
}
</style>