Shades of Slate Blue #5E44CA
Tints of Slate Blue #5E44CA
RGB
CMYK
RGB Variations
Color information
#5E44CA (or 0x5E44CA) is known color: Slate Blue. HEX triplet: 5E, 44 and CA. RGB value is (94,68,202). Sum of RGB (Red+Green+Blue) = 94+68+202=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E44CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E44CA is #A1BB35. Grayscale: #5A5A5A. Windows color (decimal): -10599222 or 13255774. OLE color: 13255774.
HSL color Cylindrical-coordinate representation of color #5E44CA: hue angle of 251.64º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E44CA is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 68 | 202 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.21 |
| HSL | 251.64º | 0.56% | 0.53% | - |
| HSV(B) | 251.64º | 0.66% | 0.79% | - |
| XYZ | 17.34 | 10.78 | 57.04 | - |
| YUV | 91.05 | 190.61 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 68 | 202 | 0.53 | 0.66 | 0 | 0.21 | 251.64 | 0.56 | 0.53 |
| Hex | 5E | 44 | CA | 35 | 42 | 0 | 15 | FC | 38 | 35 |
| Octal | 136 | 104 | 312 | 65 | 102 | 0 | 25 | 374 | 70 | 65 |
| Binary | 1011110 | 1000100 | 11001010 | 110101 | 1000010 | 0 | 10101 | 11111100 | 111000 | 110101 |
Color Harmonies of #5E44CA
Complementary color
Monochromatic Colors of #5E44CA
Black with #5E44CA
Text Example
Text Example
White with #5E44CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E44CA; }
p { color: rgb(94,68,202); }
H1.HeaderClassName
{
color: #5E44CA;
}
.AnyTagClassName
{
color: #5E44CA;
}
</style>
background-color css
<style>
a { background-color: #5E44CA; }
a { background-color: rgb(94,68,202); }
div.DivClassName
{
background-color: #5E44CA;
}
.BgClassName
{
background-color: #5E44CA;
}
</style>
border-color css
<style>
span { border-color: #5E44CA; }
span { border-color: rgb(94,68,202); }
td.TdClassName
{
border-color: #5E44CA;
}
.TagClassName
{
border-color: #5E44CA;
}
</style>