Shades of Slate Blue #5C4DE1
Tints of Slate Blue #5C4DE1
RGB
CMYK
RGB Variations
Color information
#5C4DE1 (or 0x5C4DE1) is known color: Slate Blue. HEX triplet: 5C, 4D and E1. RGB value is (92,77,225). Sum of RGB (Red+Green+Blue) = 92+77+225=394 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.35% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 225 (88.28% from 255 or 57.11% from 394); Max value from RGB is 225 - color contains mainly: blue. Hex color #5C4DE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4DE1 is #A3B21E. Grayscale: #616161. Windows color (decimal): -10727967 or 14765404. OLE color: 14765404.
HSL color Cylindrical-coordinate representation of color #5C4DE1: hue angle of 246.08º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C4DE1 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 77 | 225 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.12 |
| HSL | 246.08º | 0.71% | 0.59% | - |
| HSV(B) | 246.08º | 0.66% | 0.88% | - |
| XYZ | 20.66 | 13.02 | 72.66 | - |
| YUV | 98.36 | 199.47 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 77 | 225 | 0.59 | 0.66 | 0 | 0.12 | 246.08 | 0.71 | 0.59 |
| Hex | 5C | 4D | E1 | 3B | 42 | 0 | C | F6 | 47 | 3B |
| Octal | 134 | 115 | 341 | 73 | 102 | 0 | 14 | 366 | 107 | 73 |
| Binary | 1011100 | 1001101 | 11100001 | 111011 | 1000010 | 0 | 1100 | 11110110 | 1000111 | 111011 |
Color Harmonies of #5C4DE1
Complementary color
Monochromatic Colors of #5C4DE1
Black with #5C4DE1
Text Example
Text Example
White with #5C4DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4DE1; }
p { color: rgb(92,77,225); }
H1.HeaderClassName
{
color: #5C4DE1;
}
.AnyTagClassName
{
color: #5C4DE1;
}
</style>
background-color css
<style>
a { background-color: #5C4DE1; }
a { background-color: rgb(92,77,225); }
div.DivClassName
{
background-color: #5C4DE1;
}
.BgClassName
{
background-color: #5C4DE1;
}
</style>
border-color css
<style>
span { border-color: #5C4DE1; }
span { border-color: rgb(92,77,225); }
td.TdClassName
{
border-color: #5C4DE1;
}
.TagClassName
{
border-color: #5C4DE1;
}
</style>