Shades of Slate Blue #5C47CE
Tints of Slate Blue #5C47CE
RGB
CMYK
RGB Variations
Color information
#5C47CE (or 0x5C47CE) is known color: Slate Blue. HEX triplet: 5C, 47 and CE. RGB value is (92,71,206). Sum of RGB (Red+Green+Blue) = 92+71+206=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 71 (28.12% from 255 or 19.24% 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 #5C47CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C47CE is #A3B831. Grayscale: #5C5C5C. Windows color (decimal): -10729522 or 13518684. OLE color: 13518684.
HSL color Cylindrical-coordinate representation of color #5C47CE: hue angle of 249.33º 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 #5C47CE is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 71 | 206 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.19 |
| HSL | 249.33º | 0.58% | 0.54% | - |
| HSV(B) | 249.33º | 0.66% | 0.81% | - |
| XYZ | 17.81 | 11.24 | 59.62 | - |
| YUV | 92.67 | 191.96 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 71 | 206 | 0.55 | 0.66 | 0 | 0.19 | 249.33 | 0.58 | 0.54 |
| Hex | 5C | 47 | CE | 37 | 42 | 0 | 13 | F9 | 3A | 36 |
| Octal | 134 | 107 | 316 | 67 | 102 | 0 | 23 | 371 | 72 | 66 |
| Binary | 1011100 | 1000111 | 11001110 | 110111 | 1000010 | 0 | 10011 | 11111001 | 111010 | 110110 |
Color Harmonies of #5C47CE
Complementary color
Monochromatic Colors of #5C47CE
Black with #5C47CE
Text Example
Text Example
White with #5C47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C47CE; }
p { color: rgb(92,71,206); }
H1.HeaderClassName
{
color: #5C47CE;
}
.AnyTagClassName
{
color: #5C47CE;
}
</style>
background-color css
<style>
a { background-color: #5C47CE; }
a { background-color: rgb(92,71,206); }
div.DivClassName
{
background-color: #5C47CE;
}
.BgClassName
{
background-color: #5C47CE;
}
</style>
border-color css
<style>
span { border-color: #5C47CE; }
span { border-color: rgb(92,71,206); }
td.TdClassName
{
border-color: #5C47CE;
}
.TagClassName
{
border-color: #5C47CE;
}
</style>