Shades of Slate Blue #5E59C0
Tints of Slate Blue #5E59C0
RGB
CMYK
RGB Variations
Color information
#5E59C0 (or 0x5E59C0) is known color: Slate Blue. HEX triplet: 5E, 59 and C0. RGB value is (94,89,192). Sum of RGB (Red+Green+Blue) = 94+89+192=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #5E59C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E59C0 is #A1A63F. Grayscale: #656565. Windows color (decimal): -10593856 or 12605790. OLE color: 12605790.
HSL color Cylindrical-coordinate representation of color #5E59C0: hue angle of 242.91º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E59C0 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 89 | 192 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.25 |
| HSL | 242.91º | 0.45% | 0.55% | - |
| HSV(B) | 242.91º | 0.54% | 0.75% | - |
| XYZ | 17.7 | 13.33 | 51.51 | - |
| YUV | 102.24 | 178.66 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 192 | 0.51 | 0.54 | 0 | 0.25 | 242.91 | 0.45 | 0.55 |
| Hex | 5E | 59 | C0 | 33 | 36 | 0 | 19 | F3 | 2D | 37 |
| Octal | 136 | 131 | 300 | 63 | 66 | 0 | 31 | 363 | 55 | 67 |
| Binary | 1011110 | 1011001 | 11000000 | 110011 | 110110 | 0 | 11001 | 11110011 | 101101 | 110111 |
Color Harmonies of #5E59C0
Complementary color
Monochromatic Colors of #5E59C0
Black with #5E59C0
Text Example
Text Example
White with #5E59C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E59C0; }
p { color: rgb(94,89,192); }
H1.HeaderClassName
{
color: #5E59C0;
}
.AnyTagClassName
{
color: #5E59C0;
}
</style>
background-color css
<style>
a { background-color: #5E59C0; }
a { background-color: rgb(94,89,192); }
div.DivClassName
{
background-color: #5E59C0;
}
.BgClassName
{
background-color: #5E59C0;
}
</style>
border-color css
<style>
span { border-color: #5E59C0; }
span { border-color: rgb(94,89,192); }
td.TdClassName
{
border-color: #5E59C0;
}
.TagClassName
{
border-color: #5E59C0;
}
</style>