Shades of Slate Blue #5D46CE
Tints of Slate Blue #5D46CE
RGB
CMYK
RGB Variations
Color information
#5D46CE (or 0x5D46CE) is known color: Slate Blue. HEX triplet: 5D, 46 and CE. RGB value is (93,70,206). Sum of RGB (Red+Green+Blue) = 93+70+206=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D46CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D46CE is #A2B931. Grayscale: #5B5B5B. Windows color (decimal): -10664242 or 13518429. OLE color: 13518429.
HSL color Cylindrical-coordinate representation of color #5D46CE: hue angle of 250.15º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D46CE is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 70 | 206 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.19 |
| HSL | 250.15º | 0.58% | 0.54% | - |
| HSV(B) | 250.15º | 0.66% | 0.81% | - |
| XYZ | 17.84 | 11.16 | 59.61 | - |
| YUV | 92.38 | 192.12 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 70 | 206 | 0.55 | 0.66 | 0 | 0.19 | 250.15 | 0.58 | 0.54 |
| Hex | 5D | 46 | CE | 37 | 42 | 0 | 13 | FA | 3A | 36 |
| Octal | 135 | 106 | 316 | 67 | 102 | 0 | 23 | 372 | 72 | 66 |
| Binary | 1011101 | 1000110 | 11001110 | 110111 | 1000010 | 0 | 10011 | 11111010 | 111010 | 110110 |
Color Harmonies of #5D46CE
Complementary color
Monochromatic Colors of #5D46CE
Black with #5D46CE
Text Example
Text Example
White with #5D46CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D46CE; }
p { color: rgb(93,70,206); }
H1.HeaderClassName
{
color: #5D46CE;
}
.AnyTagClassName
{
color: #5D46CE;
}
</style>
background-color css
<style>
a { background-color: #5D46CE; }
a { background-color: rgb(93,70,206); }
div.DivClassName
{
background-color: #5D46CE;
}
.BgClassName
{
background-color: #5D46CE;
}
</style>
border-color css
<style>
span { border-color: #5D46CE; }
span { border-color: rgb(93,70,206); }
td.TdClassName
{
border-color: #5D46CE;
}
.TagClassName
{
border-color: #5D46CE;
}
</style>