Shades of Slate Blue #593EDB
Tints of Slate Blue #593EDB
RGB
CMYK
RGB Variations
Color information
#593EDB (or 0x593EDB) is known color: Slate Blue. HEX triplet: 59, 3E and DB. RGB value is (89,62,219). Sum of RGB (Red+Green+Blue) = 89+62+219=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #593EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593EDB is #A6C124. Grayscale: #575757. Windows color (decimal): -10928421 or 14368345. OLE color: 14368345.
HSL color Cylindrical-coordinate representation of color #593EDB: hue angle of 250.32º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #593EDB is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 62 | 219 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.14 |
| HSL | 250.32º | 0.69% | 0.55% | - |
| HSV(B) | 250.32º | 0.72% | 0.86% | - |
| XYZ | 18.63 | 10.68 | 68.1 | - |
| YUV | 87.97 | 201.95 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 62 | 219 | 0.59 | 0.72 | 0 | 0.14 | 250.32 | 0.69 | 0.55 |
| Hex | 59 | 3E | DB | 3B | 48 | 0 | E | FA | 45 | 37 |
| Octal | 131 | 76 | 333 | 73 | 110 | 0 | 16 | 372 | 105 | 67 |
| Binary | 1011001 | 111110 | 11011011 | 111011 | 1001000 | 0 | 1110 | 11111010 | 1000101 | 110111 |
Color Harmonies of #593EDB
Complementary color
Monochromatic Colors of #593EDB
Black with #593EDB
Text Example
Text Example
White with #593EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593EDB; }
p { color: rgb(89,62,219); }
H1.HeaderClassName
{
color: #593EDB;
}
.AnyTagClassName
{
color: #593EDB;
}
</style>
background-color css
<style>
a { background-color: #593EDB; }
a { background-color: rgb(89,62,219); }
div.DivClassName
{
background-color: #593EDB;
}
.BgClassName
{
background-color: #593EDB;
}
</style>
border-color css
<style>
span { border-color: #593EDB; }
span { border-color: rgb(89,62,219); }
td.TdClassName
{
border-color: #593EDB;
}
.TagClassName
{
border-color: #593EDB;
}
</style>