Shades of Slate Blue #5C4DDF
Tints of Slate Blue #5C4DDF
RGB
CMYK
RGB Variations
Color information
#5C4DDF (or 0x5C4DDF) is known color: Slate Blue. HEX triplet: 5C, 4D and DF. RGB value is (92,77,223). Sum of RGB (Red+Green+Blue) = 92+77+223=392 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.47% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #5C4DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4DDF is #A3B220. Grayscale: #616161. Windows color (decimal): -10727969 or 14634332. OLE color: 14634332.
HSL color Cylindrical-coordinate representation of color #5C4DDF: hue angle of 246.16º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C4DDF is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 77 | 223 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.13 |
| HSL | 246.16º | 0.7% | 0.59% | - |
| HSV(B) | 246.16º | 0.65% | 0.87% | - |
| XYZ | 20.39 | 12.91 | 71.23 | - |
| YUV | 98.13 | 198.47 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 77 | 223 | 0.59 | 0.65 | 0 | 0.13 | 246.16 | 0.7 | 0.59 |
| Hex | 5C | 4D | DF | 3B | 41 | 0 | D | F6 | 46 | 3B |
| Octal | 134 | 115 | 337 | 73 | 101 | 0 | 15 | 366 | 106 | 73 |
| Binary | 1011100 | 1001101 | 11011111 | 111011 | 1000001 | 0 | 1101 | 11110110 | 1000110 | 111011 |
Color Harmonies of #5C4DDF
Complementary color
Monochromatic Colors of #5C4DDF
Black with #5C4DDF
Text Example
Text Example
White with #5C4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4DDF; }
p { color: rgb(92,77,223); }
H1.HeaderClassName
{
color: #5C4DDF;
}
.AnyTagClassName
{
color: #5C4DDF;
}
</style>
background-color css
<style>
a { background-color: #5C4DDF; }
a { background-color: rgb(92,77,223); }
div.DivClassName
{
background-color: #5C4DDF;
}
.BgClassName
{
background-color: #5C4DDF;
}
</style>
border-color css
<style>
span { border-color: #5C4DDF; }
span { border-color: rgb(92,77,223); }
td.TdClassName
{
border-color: #5C4DDF;
}
.TagClassName
{
border-color: #5C4DDF;
}
</style>