Shades of Slate Blue #5E46CA
Tints of Slate Blue #5E46CA
RGB
CMYK
RGB Variations
Color information
#5E46CA (or 0x5E46CA) is known color: Slate Blue. HEX triplet: 5E, 46 and CA. RGB value is (94,70,202). Sum of RGB (Red+Green+Blue) = 94+70+202=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E46CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E46CA is #A1B935. Grayscale: #5B5B5B. Windows color (decimal): -10598710 or 13256286. OLE color: 13256286.
HSL color Cylindrical-coordinate representation of color #5E46CA: hue angle of 250.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E46CA is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 70 | 202 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.21 |
| HSL | 250.91º | 0.55% | 0.53% | - |
| HSV(B) | 250.91º | 0.65% | 0.79% | - |
| XYZ | 17.47 | 11.02 | 57.08 | - |
| YUV | 92.22 | 189.95 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 70 | 202 | 0.53 | 0.65 | 0 | 0.21 | 250.91 | 0.55 | 0.53 |
| Hex | 5E | 46 | CA | 35 | 41 | 0 | 15 | FB | 37 | 35 |
| Octal | 136 | 106 | 312 | 65 | 101 | 0 | 25 | 373 | 67 | 65 |
| Binary | 1011110 | 1000110 | 11001010 | 110101 | 1000001 | 0 | 10101 | 11111011 | 110111 | 110101 |
Color Harmonies of #5E46CA
Complementary color
Monochromatic Colors of #5E46CA
Black with #5E46CA
Text Example
Text Example
White with #5E46CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E46CA; }
p { color: rgb(94,70,202); }
H1.HeaderClassName
{
color: #5E46CA;
}
.AnyTagClassName
{
color: #5E46CA;
}
</style>
background-color css
<style>
a { background-color: #5E46CA; }
a { background-color: rgb(94,70,202); }
div.DivClassName
{
background-color: #5E46CA;
}
.BgClassName
{
background-color: #5E46CA;
}
</style>
border-color css
<style>
span { border-color: #5E46CA; }
span { border-color: rgb(94,70,202); }
td.TdClassName
{
border-color: #5E46CA;
}
.TagClassName
{
border-color: #5E46CA;
}
</style>