Shades of Slate Blue #5C4EC0
Tints of Slate Blue #5C4EC0
RGB
CMYK
RGB Variations
Color information
#5C4EC0 (or 0x5C4EC0) is known color: Slate Blue. HEX triplet: 5C, 4E and C0. RGB value is (92,78,192). Sum of RGB (Red+Green+Blue) = 92+78+192=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 192 (75.39% from 255 or 53.04% from 362); Max value from RGB is 192 - color contains mainly: blue. Hex color #5C4EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4EC0 is #A3B13F. Grayscale: #5E5E5E. Windows color (decimal): -10727744 or 12602972. OLE color: 12602972.
HSL color Cylindrical-coordinate representation of color #5C4EC0: hue angle of 247.37º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C4EC0 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 78 | 192 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.25 |
| HSL | 247.37º | 0.48% | 0.53% | - |
| HSV(B) | 247.37º | 0.59% | 0.75% | - |
| XYZ | 16.65 | 11.53 | 51.22 | - |
| YUV | 95.18 | 182.64 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 192 | 0.52 | 0.59 | 0 | 0.25 | 247.37 | 0.48 | 0.53 |
| Hex | 5C | 4E | C0 | 34 | 3B | 0 | 19 | F7 | 30 | 35 |
| Octal | 134 | 116 | 300 | 64 | 73 | 0 | 31 | 367 | 60 | 65 |
| Binary | 1011100 | 1001110 | 11000000 | 110100 | 111011 | 0 | 11001 | 11110111 | 110000 | 110101 |
Color Harmonies of #5C4EC0
Complementary color
Monochromatic Colors of #5C4EC0
Black with #5C4EC0
Text Example
Text Example
White with #5C4EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4EC0; }
p { color: rgb(92,78,192); }
H1.HeaderClassName
{
color: #5C4EC0;
}
.AnyTagClassName
{
color: #5C4EC0;
}
</style>
background-color css
<style>
a { background-color: #5C4EC0; }
a { background-color: rgb(92,78,192); }
div.DivClassName
{
background-color: #5C4EC0;
}
.BgClassName
{
background-color: #5C4EC0;
}
</style>
border-color css
<style>
span { border-color: #5C4EC0; }
span { border-color: rgb(92,78,192); }
td.TdClassName
{
border-color: #5C4EC0;
}
.TagClassName
{
border-color: #5C4EC0;
}
</style>