Shades of Slate Blue #5E59CF
Tints of Slate Blue #5E59CF
RGB
CMYK
RGB Variations
Color information
#5E59CF (or 0x5E59CF) is known color: Slate Blue. HEX triplet: 5E, 59 and CF. RGB value is (94,89,207). Sum of RGB (Red+Green+Blue) = 94+89+207=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E59CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E59CF is #A1A630. Grayscale: #676767. Windows color (decimal): -10593841 or 13588830. OLE color: 13588830.
HSL color Cylindrical-coordinate representation of color #5E59CF: hue angle of 242.54º degrees, saturation: 0.55, 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 #5E59CF is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 89 | 207 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.19 |
| HSL | 242.54º | 0.55% | 0.58% | - |
| HSV(B) | 242.54º | 0.57% | 0.81% | - |
| XYZ | 19.45 | 14.03 | 60.71 | - |
| YUV | 103.95 | 186.16 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 207 | 0.55 | 0.57 | 0 | 0.19 | 242.54 | 0.55 | 0.58 |
| Hex | 5E | 59 | CF | 37 | 39 | 0 | 13 | F3 | 37 | 3A |
| Octal | 136 | 131 | 317 | 67 | 71 | 0 | 23 | 363 | 67 | 72 |
| Binary | 1011110 | 1011001 | 11001111 | 110111 | 111001 | 0 | 10011 | 11110011 | 110111 | 111010 |
Color Harmonies of #5E59CF
Complementary color
Monochromatic Colors of #5E59CF
Black with #5E59CF
Text Example
Text Example
White with #5E59CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E59CF; }
p { color: rgb(94,89,207); }
H1.HeaderClassName
{
color: #5E59CF;
}
.AnyTagClassName
{
color: #5E59CF;
}
</style>
background-color css
<style>
a { background-color: #5E59CF; }
a { background-color: rgb(94,89,207); }
div.DivClassName
{
background-color: #5E59CF;
}
.BgClassName
{
background-color: #5E59CF;
}
</style>
border-color css
<style>
span { border-color: #5E59CF; }
span { border-color: rgb(94,89,207); }
td.TdClassName
{
border-color: #5E59CF;
}
.TagClassName
{
border-color: #5E59CF;
}
</style>