Shades of Slate Blue #5E5DCD
Tints of Slate Blue #5E5DCD
RGB
CMYK
RGB Variations
Color information
#5E5DCD (or 0x5E5DCD) is known color: Slate Blue. HEX triplet: 5E, 5D and CD. RGB value is (94,93,205). Sum of RGB (Red+Green+Blue) = 94+93+205=392 (51% of max value = 765). Red value is 94 (37.11% from 255 or 23.98% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E5DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5DCD is #A1A232. Grayscale: #696969. Windows color (decimal): -10592819 or 13458782. OLE color: 13458782.
HSL color Cylindrical-coordinate representation of color #5E5DCD: hue angle of 240.54º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E5DCD is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 94 | 93 | 205 | - |
CMYK | 0.54 | 0.55 | 0 | 0.20 |
HSL | 240.54º | 0.53% | 0.58% | - |
HSV(B) | 240.54º | 0.55% | 0.8% | - |
XYZ | 19.55 | 14.62 | 59.55 | - |
YUV | 106.07 | 183.83 | 119.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 93 | 205 | 0.54 | 0.55 | 0 | 0.20 | 240.54 | 0.53 | 0.58 |
Hex | 5E | 5D | CD | 36 | 37 | 0 | 14 | F1 | 35 | 3A |
Octal | 136 | 135 | 315 | 66 | 67 | 0 | 24 | 361 | 65 | 72 |
Binary | 1011110 | 1011101 | 11001101 | 110110 | 110111 | 0 | 10100 | 11110001 | 110101 | 111010 |
Color Harmonies of #5E5DCD
Complementary color
Monochromatic Colors of #5E5DCD
Black with #5E5DCD
Text Example
Text Example
White with #5E5DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5DCD; }
p { color: rgb(94,93,205); }
H1.HeaderClassName
{
color: #5E5DCD;
}
.AnyTagClassName
{
color: #5E5DCD;
}
</style>
background-color css
<style>
a { background-color: #5E5DCD; }
a { background-color: rgb(94,93,205); }
div.DivClassName
{
background-color: #5E5DCD;
}
.BgClassName
{
background-color: #5E5DCD;
}
</style>
border-color css
<style>
span { border-color: #5E5DCD; }
span { border-color: rgb(94,93,205); }
td.TdClassName
{
border-color: #5E5DCD;
}
.TagClassName
{
border-color: #5E5DCD;
}
</style>