Shades of Slate Blue #5E44CB
Tints of Slate Blue #5E44CB
RGB
CMYK
RGB Variations
Color information
#5E44CB (or 0x5E44CB) is known color: Slate Blue. HEX triplet: 5E, 44 and CB. RGB value is (94,68,203). Sum of RGB (Red+Green+Blue) = 94+68+203=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E44CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E44CB is #A1BB34. Grayscale: #5A5A5A. Windows color (decimal): -10599221 or 13321310. OLE color: 13321310.
HSL color Cylindrical-coordinate representation of color #5E44CB: hue angle of 251.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E44CB is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 68 | 203 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.20 |
| HSL | 251.56º | 0.56% | 0.53% | - |
| HSV(B) | 251.56º | 0.67% | 0.8% | - |
| XYZ | 17.46 | 10.83 | 57.67 | - |
| YUV | 91.16 | 191.11 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 68 | 203 | 0.54 | 0.67 | 0 | 0.20 | 251.56 | 0.56 | 0.53 |
| Hex | 5E | 44 | CB | 36 | 43 | 0 | 14 | FC | 38 | 35 |
| Octal | 136 | 104 | 313 | 66 | 103 | 0 | 24 | 374 | 70 | 65 |
| Binary | 1011110 | 1000100 | 11001011 | 110110 | 1000011 | 0 | 10100 | 11111100 | 111000 | 110101 |
Color Harmonies of #5E44CB
Complementary color
Monochromatic Colors of #5E44CB
Black with #5E44CB
Text Example
Text Example
White with #5E44CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E44CB; }
p { color: rgb(94,68,203); }
H1.HeaderClassName
{
color: #5E44CB;
}
.AnyTagClassName
{
color: #5E44CB;
}
</style>
background-color css
<style>
a { background-color: #5E44CB; }
a { background-color: rgb(94,68,203); }
div.DivClassName
{
background-color: #5E44CB;
}
.BgClassName
{
background-color: #5E44CB;
}
</style>
border-color css
<style>
span { border-color: #5E44CB; }
span { border-color: rgb(94,68,203); }
td.TdClassName
{
border-color: #5E44CB;
}
.TagClassName
{
border-color: #5E44CB;
}
</style>