Shades of Slate Blue #5E59CE
Tints of Slate Blue #5E59CE
RGB
CMYK
RGB Variations
Color information
#5E59CE (or 0x5E59CE) is known color: Slate Blue. HEX triplet: 5E, 59 and CE. RGB value is (94,89,206). Sum of RGB (Red+Green+Blue) = 94+89+206=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E59CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E59CE is #A1A631. Grayscale: #676767. Windows color (decimal): -10593842 or 13523294. OLE color: 13523294.
HSL color Cylindrical-coordinate representation of color #5E59CE: hue angle of 242.56º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E59CE is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 89 | 206 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.19 |
| HSL | 242.56º | 0.54% | 0.58% | - |
| HSV(B) | 242.56º | 0.57% | 0.81% | - |
| XYZ | 19.33 | 13.98 | 60.07 | - |
| YUV | 103.83 | 185.66 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 206 | 0.54 | 0.57 | 0 | 0.19 | 242.56 | 0.54 | 0.58 |
| Hex | 5E | 59 | CE | 36 | 39 | 0 | 13 | F3 | 36 | 3A |
| Octal | 136 | 131 | 316 | 66 | 71 | 0 | 23 | 363 | 66 | 72 |
| Binary | 1011110 | 1011001 | 11001110 | 110110 | 111001 | 0 | 10011 | 11110011 | 110110 | 111010 |
Color Harmonies of #5E59CE
Complementary color
Monochromatic Colors of #5E59CE
Black with #5E59CE
Text Example
Text Example
White with #5E59CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E59CE; }
p { color: rgb(94,89,206); }
H1.HeaderClassName
{
color: #5E59CE;
}
.AnyTagClassName
{
color: #5E59CE;
}
</style>
background-color css
<style>
a { background-color: #5E59CE; }
a { background-color: rgb(94,89,206); }
div.DivClassName
{
background-color: #5E59CE;
}
.BgClassName
{
background-color: #5E59CE;
}
</style>
border-color css
<style>
span { border-color: #5E59CE; }
span { border-color: rgb(94,89,206); }
td.TdClassName
{
border-color: #5E59CE;
}
.TagClassName
{
border-color: #5E59CE;
}
</style>