Shades of Slate Blue #5D41CE
Tints of Slate Blue #5D41CE
RGB
CMYK
RGB Variations
Color information
#5D41CE (or 0x5D41CE) is known color: Slate Blue. HEX triplet: 5D, 41 and CE. RGB value is (93,65,206). Sum of RGB (Red+Green+Blue) = 93+65+206=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D41CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D41CE is #A2BE31. Grayscale: #585858. Windows color (decimal): -10665522 or 13517149. OLE color: 13517149.
HSL color Cylindrical-coordinate representation of color #5D41CE: hue angle of 251.91º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D41CE is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 65 | 206 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.19 |
| HSL | 251.91º | 0.59% | 0.53% | - |
| HSV(B) | 251.91º | 0.68% | 0.81% | - |
| XYZ | 17.55 | 10.56 | 59.51 | - |
| YUV | 89.45 | 193.78 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 65 | 206 | 0.55 | 0.68 | 0 | 0.19 | 251.91 | 0.59 | 0.53 |
| Hex | 5D | 41 | CE | 37 | 44 | 0 | 13 | FC | 3B | 35 |
| Octal | 135 | 101 | 316 | 67 | 104 | 0 | 23 | 374 | 73 | 65 |
| Binary | 1011101 | 1000001 | 11001110 | 110111 | 1000100 | 0 | 10011 | 11111100 | 111011 | 110101 |
Color Harmonies of #5D41CE
Complementary color
Monochromatic Colors of #5D41CE
Black with #5D41CE
Text Example
Text Example
White with #5D41CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D41CE; }
p { color: rgb(93,65,206); }
H1.HeaderClassName
{
color: #5D41CE;
}
.AnyTagClassName
{
color: #5D41CE;
}
</style>
background-color css
<style>
a { background-color: #5D41CE; }
a { background-color: rgb(93,65,206); }
div.DivClassName
{
background-color: #5D41CE;
}
.BgClassName
{
background-color: #5D41CE;
}
</style>
border-color css
<style>
span { border-color: #5D41CE; }
span { border-color: rgb(93,65,206); }
td.TdClassName
{
border-color: #5D41CE;
}
.TagClassName
{
border-color: #5D41CE;
}
</style>