Shades of Slate Blue #5949E0
Tints of Slate Blue #5949E0
RGB
CMYK
RGB Variations
Color information
#5949E0 (or 0x5949E0) is known color: Slate Blue. HEX triplet: 59, 49 and E0. RGB value is (89,73,224). Sum of RGB (Red+Green+Blue) = 89+73+224=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 224 (87.89% from 255 or 58.03% from 386); Max value from RGB is 224 - color contains mainly: blue. Hex color #5949E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5949E0 is #A6B61F. Grayscale: #5E5E5E. Windows color (decimal): -10925600 or 14698841. OLE color: 14698841.
HSL color Cylindrical-coordinate representation of color #5949E0: hue angle of 246.36º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5949E0 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 73 | 224 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.12 |
| HSL | 246.36º | 0.71% | 0.58% | - |
| HSV(B) | 246.36º | 0.67% | 0.88% | - |
| XYZ | 19.96 | 12.27 | 71.84 | - |
| YUV | 95 | 200.8 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 73 | 224 | 0.60 | 0.67 | 0 | 0.12 | 246.36 | 0.71 | 0.58 |
| Hex | 59 | 49 | E0 | 3C | 43 | 0 | C | F6 | 47 | 3A |
| Octal | 131 | 111 | 340 | 74 | 103 | 0 | 14 | 366 | 107 | 72 |
| Binary | 1011001 | 1001001 | 11100000 | 111100 | 1000011 | 0 | 1100 | 11110110 | 1000111 | 111010 |
Color Harmonies of #5949E0
Complementary color
Monochromatic Colors of #5949E0
Black with #5949E0
Text Example
Text Example
White with #5949E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5949E0; }
p { color: rgb(89,73,224); }
H1.HeaderClassName
{
color: #5949E0;
}
.AnyTagClassName
{
color: #5949E0;
}
</style>
background-color css
<style>
a { background-color: #5949E0; }
a { background-color: rgb(89,73,224); }
div.DivClassName
{
background-color: #5949E0;
}
.BgClassName
{
background-color: #5949E0;
}
</style>
border-color css
<style>
span { border-color: #5949E0; }
span { border-color: rgb(89,73,224); }
td.TdClassName
{
border-color: #5949E0;
}
.TagClassName
{
border-color: #5949E0;
}
</style>