Shades of Slate Blue #593EDA
Tints of Slate Blue #593EDA
RGB
CMYK
RGB Variations
Color information
#593EDA (or 0x593EDA) is known color: Slate Blue. HEX triplet: 59, 3E and DA. RGB value is (89,62,218). Sum of RGB (Red+Green+Blue) = 89+62+218=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #593EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593EDA is #A6C125. Grayscale: #575757. Windows color (decimal): -10928422 or 14302809. OLE color: 14302809.
HSL color Cylindrical-coordinate representation of color #593EDA: hue angle of 250.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #593EDA is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 62 | 218 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.15 |
| HSL | 250.38º | 0.68% | 0.55% | - |
| HSV(B) | 250.38º | 0.72% | 0.85% | - |
| XYZ | 18.5 | 10.63 | 67.41 | - |
| YUV | 87.86 | 201.45 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 62 | 218 | 0.59 | 0.72 | 0 | 0.15 | 250.38 | 0.68 | 0.55 |
| Hex | 59 | 3E | DA | 3B | 48 | 0 | F | FA | 44 | 37 |
| Octal | 131 | 76 | 332 | 73 | 110 | 0 | 17 | 372 | 104 | 67 |
| Binary | 1011001 | 111110 | 11011010 | 111011 | 1001000 | 0 | 1111 | 11111010 | 1000100 | 110111 |
Color Harmonies of #593EDA
Complementary color
Monochromatic Colors of #593EDA
Black with #593EDA
Text Example
Text Example
White with #593EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593EDA; }
p { color: rgb(89,62,218); }
H1.HeaderClassName
{
color: #593EDA;
}
.AnyTagClassName
{
color: #593EDA;
}
</style>
background-color css
<style>
a { background-color: #593EDA; }
a { background-color: rgb(89,62,218); }
div.DivClassName
{
background-color: #593EDA;
}
.BgClassName
{
background-color: #593EDA;
}
</style>
border-color css
<style>
span { border-color: #593EDA; }
span { border-color: rgb(89,62,218); }
td.TdClassName
{
border-color: #593EDA;
}
.TagClassName
{
border-color: #593EDA;
}
</style>