Shades of Slate Blue #5E59DD
Tints of Slate Blue #5E59DD
RGB
CMYK
RGB Variations
Color information
#5E59DD (or 0x5E59DD) is known color: Slate Blue. HEX triplet: 5E, 59 and DD. RGB value is (94,89,221). Sum of RGB (Red+Green+Blue) = 94+89+221=404 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.27% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E59DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E59DD is #A1A622. Grayscale: #696969. Windows color (decimal): -10593827 or 14506334. OLE color: 14506334.
HSL color Cylindrical-coordinate representation of color #5E59DD: hue angle of 242.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E59DD is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 89 | 221 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.13 |
| HSL | 242.27º | 0.66% | 0.61% | - |
| HSV(B) | 242.27º | 0.6% | 0.87% | - |
| XYZ | 21.24 | 14.74 | 70.13 | - |
| YUV | 105.54 | 193.16 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 221 | 0.57 | 0.60 | 0 | 0.13 | 242.27 | 0.66 | 0.61 |
| Hex | 5E | 59 | DD | 39 | 3C | 0 | D | F2 | 42 | 3D |
| Octal | 136 | 131 | 335 | 71 | 74 | 0 | 15 | 362 | 102 | 75 |
| Binary | 1011110 | 1011001 | 11011101 | 111001 | 111100 | 0 | 1101 | 11110010 | 1000010 | 111101 |
Color Harmonies of #5E59DD
Complementary color
Monochromatic Colors of #5E59DD
Black with #5E59DD
Text Example
Text Example
White with #5E59DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E59DD; }
p { color: rgb(94,89,221); }
H1.HeaderClassName
{
color: #5E59DD;
}
.AnyTagClassName
{
color: #5E59DD;
}
</style>
background-color css
<style>
a { background-color: #5E59DD; }
a { background-color: rgb(94,89,221); }
div.DivClassName
{
background-color: #5E59DD;
}
.BgClassName
{
background-color: #5E59DD;
}
</style>
border-color css
<style>
span { border-color: #5E59DD; }
span { border-color: rgb(94,89,221); }
td.TdClassName
{
border-color: #5E59DD;
}
.TagClassName
{
border-color: #5E59DD;
}
</style>