Shades of Slate Blue #5E44C2
Tints of Slate Blue #5E44C2
RGB
CMYK
RGB Variations
Color information
#5E44C2 (or 0x5E44C2) is known color: Slate Blue. HEX triplet: 5E, 44 and C2. RGB value is (94,68,194). Sum of RGB (Red+Green+Blue) = 94+68+194=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 194 (76.17% from 255 or 54.49% from 356); Max value from RGB is 194 - color contains mainly: blue. Hex color #5E44C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E44C2 is #A1BB3D. Grayscale: #595959. Windows color (decimal): -10599230 or 12731486. OLE color: 12731486.
HSL color Cylindrical-coordinate representation of color #5E44C2: hue angle of 252.38º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E44C2 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 68 | 194 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.24 |
| HSL | 252.38º | 0.51% | 0.51% | - |
| HSV(B) | 252.38º | 0.65% | 0.76% | - |
| XYZ | 16.42 | 10.41 | 52.18 | - |
| YUV | 90.14 | 186.61 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 68 | 194 | 0.52 | 0.65 | 0 | 0.24 | 252.38 | 0.51 | 0.51 |
| Hex | 5E | 44 | C2 | 34 | 41 | 0 | 18 | FC | 33 | 33 |
| Octal | 136 | 104 | 302 | 64 | 101 | 0 | 30 | 374 | 63 | 63 |
| Binary | 1011110 | 1000100 | 11000010 | 110100 | 1000001 | 0 | 11000 | 11111100 | 110011 | 110011 |
Color Harmonies of #5E44C2
Complementary color
Monochromatic Colors of #5E44C2
Black with #5E44C2
Text Example
Text Example
White with #5E44C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E44C2; }
p { color: rgb(94,68,194); }
H1.HeaderClassName
{
color: #5E44C2;
}
.AnyTagClassName
{
color: #5E44C2;
}
</style>
background-color css
<style>
a { background-color: #5E44C2; }
a { background-color: rgb(94,68,194); }
div.DivClassName
{
background-color: #5E44C2;
}
.BgClassName
{
background-color: #5E44C2;
}
</style>
border-color css
<style>
span { border-color: #5E44C2; }
span { border-color: rgb(94,68,194); }
td.TdClassName
{
border-color: #5E44C2;
}
.TagClassName
{
border-color: #5E44C2;
}
</style>