Shades of Slate Blue #5E63E0
Tints of Slate Blue #5E63E0
RGB
CMYK
RGB Variations
Color information
#5E63E0 (or 0x5E63E0) is known color: Slate Blue. HEX triplet: 5E, 63 and E0. RGB value is (94,99,224). Sum of RGB (Red+Green+Blue) = 94+99+224=417 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.54% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 224 (87.89% from 255 or 53.72% from 417); Max value from RGB is 224 - color contains mainly: blue. Hex color #5E63E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E63E0 is #A19C1F. Grayscale: #6F6F6F. Windows color (decimal): -10591264 or 14705502. OLE color: 14705502.
HSL color Cylindrical-coordinate representation of color #5E63E0: hue angle of 237.69º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E63E0 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 99 | 224 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.12 |
| HSL | 237.69º | 0.68% | 0.62% | - |
| HSV(B) | 237.69º | 0.58% | 0.88% | - |
| XYZ | 22.53 | 16.69 | 72.55 | - |
| YUV | 111.76 | 191.34 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 224 | 0.58 | 0.56 | 0 | 0.12 | 237.69 | 0.68 | 0.62 |
| Hex | 5E | 63 | E0 | 3A | 38 | 0 | C | EE | 44 | 3E |
| Octal | 136 | 143 | 340 | 72 | 70 | 0 | 14 | 356 | 104 | 76 |
| Binary | 1011110 | 1100011 | 11100000 | 111010 | 111000 | 0 | 1100 | 11101110 | 1000100 | 111110 |
Color Harmonies of #5E63E0
Complementary color
Monochromatic Colors of #5E63E0
Black with #5E63E0
Text Example
Text Example
White with #5E63E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E63E0; }
p { color: rgb(94,99,224); }
H1.HeaderClassName
{
color: #5E63E0;
}
.AnyTagClassName
{
color: #5E63E0;
}
</style>
background-color css
<style>
a { background-color: #5E63E0; }
a { background-color: rgb(94,99,224); }
div.DivClassName
{
background-color: #5E63E0;
}
.BgClassName
{
background-color: #5E63E0;
}
</style>
border-color css
<style>
span { border-color: #5E63E0; }
span { border-color: rgb(94,99,224); }
td.TdClassName
{
border-color: #5E63E0;
}
.TagClassName
{
border-color: #5E63E0;
}
</style>