Shades of Slate Blue #593EDD
Tints of Slate Blue #593EDD
RGB
CMYK
RGB Variations
Color information
#593EDD (or 0x593EDD) is known color: Slate Blue. HEX triplet: 59, 3E and DD. RGB value is (89,62,221). Sum of RGB (Red+Green+Blue) = 89+62+221=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #593EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593EDD is #A6C122. Grayscale: #575757. Windows color (decimal): -10928419 or 14499417. OLE color: 14499417.
HSL color Cylindrical-coordinate representation of color #593EDD: hue angle of 250.19º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #593EDD is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 62 | 221 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.13 |
| HSL | 250.19º | 0.7% | 0.55% | - |
| HSV(B) | 250.19º | 0.72% | 0.87% | - |
| XYZ | 18.89 | 10.79 | 69.49 | - |
| YUV | 88.2 | 202.95 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 62 | 221 | 0.60 | 0.72 | 0 | 0.13 | 250.19 | 0.7 | 0.55 |
| Hex | 59 | 3E | DD | 3C | 48 | 0 | D | FA | 46 | 37 |
| Octal | 131 | 76 | 335 | 74 | 110 | 0 | 15 | 372 | 106 | 67 |
| Binary | 1011001 | 111110 | 11011101 | 111100 | 1001000 | 0 | 1101 | 11111010 | 1000110 | 110111 |
Color Harmonies of #593EDD
Complementary color
Monochromatic Colors of #593EDD
Black with #593EDD
Text Example
Text Example
White with #593EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593EDD; }
p { color: rgb(89,62,221); }
H1.HeaderClassName
{
color: #593EDD;
}
.AnyTagClassName
{
color: #593EDD;
}
</style>
background-color css
<style>
a { background-color: #593EDD; }
a { background-color: rgb(89,62,221); }
div.DivClassName
{
background-color: #593EDD;
}
.BgClassName
{
background-color: #593EDD;
}
</style>
border-color css
<style>
span { border-color: #593EDD; }
span { border-color: rgb(89,62,221); }
td.TdClassName
{
border-color: #593EDD;
}
.TagClassName
{
border-color: #593EDD;
}
</style>