Shades of Slate Blue #5E47CC
Tints of Slate Blue #5E47CC
RGB
CMYK
RGB Variations
Color information
#5E47CC (or 0x5E47CC) is known color: Slate Blue. HEX triplet: 5E, 47 and CC. RGB value is (94,71,204). Sum of RGB (Red+Green+Blue) = 94+71+204=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E47CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E47CC is #A1B833. Grayscale: #5C5C5C. Windows color (decimal): -10598452 or 13387614. OLE color: 13387614.
HSL color Cylindrical-coordinate representation of color #5E47CC: hue angle of 250.38º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E47CC is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 71 | 204 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.2 |
| HSL | 250.38º | 0.57% | 0.54% | - |
| HSV(B) | 250.38º | 0.65% | 0.8% | - |
| XYZ | 17.77 | 11.25 | 58.36 | - |
| YUV | 93.04 | 190.62 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 71 | 204 | 0.54 | 0.65 | 0 | 0.2 | 250.38 | 0.57 | 0.54 |
| Hex | 5E | 47 | CC | 36 | 41 | 0 | 14 | FA | 39 | 36 |
| Octal | 136 | 107 | 314 | 66 | 101 | 0 | 24 | 372 | 71 | 66 |
| Binary | 1011110 | 1000111 | 11001100 | 110110 | 1000001 | 0 | 10100 | 11111010 | 111001 | 110110 |
Color Harmonies of #5E47CC
Complementary color
Monochromatic Colors of #5E47CC
Black with #5E47CC
Text Example
Text Example
White with #5E47CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E47CC; }
p { color: rgb(94,71,204); }
H1.HeaderClassName
{
color: #5E47CC;
}
.AnyTagClassName
{
color: #5E47CC;
}
</style>
background-color css
<style>
a { background-color: #5E47CC; }
a { background-color: rgb(94,71,204); }
div.DivClassName
{
background-color: #5E47CC;
}
.BgClassName
{
background-color: #5E47CC;
}
</style>
border-color css
<style>
span { border-color: #5E47CC; }
span { border-color: rgb(94,71,204); }
td.TdClassName
{
border-color: #5E47CC;
}
.TagClassName
{
border-color: #5E47CC;
}
</style>