Shades of Slate Blue #593FDB
Tints of Slate Blue #593FDB
RGB
CMYK
RGB Variations
Color information
#593FDB (or 0x593FDB) is known color: Slate Blue. HEX triplet: 59, 3F and DB. RGB value is (89,63,219). Sum of RGB (Red+Green+Blue) = 89+63+219=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #593FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593FDB is #A6C024. Grayscale: #575757. Windows color (decimal): -10928165 or 14368601. OLE color: 14368601.
HSL color Cylindrical-coordinate representation of color #593FDB: hue angle of 250º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #593FDB is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 63 | 219 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.14 |
| HSL | 250º | 0.68% | 0.55% | - |
| HSV(B) | 250º | 0.71% | 0.86% | - |
| XYZ | 18.68 | 10.79 | 68.12 | - |
| YUV | 88.56 | 201.61 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 63 | 219 | 0.59 | 0.71 | 0 | 0.14 | 250 | 0.68 | 0.55 |
| Hex | 59 | 3F | DB | 3B | 47 | 0 | E | FA | 44 | 37 |
| Octal | 131 | 77 | 333 | 73 | 107 | 0 | 16 | 372 | 104 | 67 |
| Binary | 1011001 | 111111 | 11011011 | 111011 | 1000111 | 0 | 1110 | 11111010 | 1000100 | 110111 |
Color Harmonies of #593FDB
Complementary color
Monochromatic Colors of #593FDB
Black with #593FDB
Text Example
Text Example
White with #593FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593FDB; }
p { color: rgb(89,63,219); }
H1.HeaderClassName
{
color: #593FDB;
}
.AnyTagClassName
{
color: #593FDB;
}
</style>
background-color css
<style>
a { background-color: #593FDB; }
a { background-color: rgb(89,63,219); }
div.DivClassName
{
background-color: #593FDB;
}
.BgClassName
{
background-color: #593FDB;
}
</style>
border-color css
<style>
span { border-color: #593FDB; }
span { border-color: rgb(89,63,219); }
td.TdClassName
{
border-color: #593FDB;
}
.TagClassName
{
border-color: #593FDB;
}
</style>