Shades of Slate Blue #593DDB
Tints of Slate Blue #593DDB
RGB
CMYK
RGB Variations
Color information
#593DDB (or 0x593DDB) is known color: Slate Blue. HEX triplet: 59, 3D and DB. RGB value is (89,61,219). Sum of RGB (Red+Green+Blue) = 89+61+219=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #593DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593DDB is #A6C224. Grayscale: #565656. Windows color (decimal): -10928677 or 14368089. OLE color: 14368089.
HSL color Cylindrical-coordinate representation of color #593DDB: hue angle of 250.63º 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 #593DDB is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 61 | 219 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.14 |
| HSL | 250.63º | 0.69% | 0.55% | - |
| HSV(B) | 250.63º | 0.72% | 0.86% | - |
| XYZ | 18.57 | 10.58 | 68.08 | - |
| YUV | 87.38 | 202.28 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 219 | 0.59 | 0.72 | 0 | 0.14 | 250.63 | 0.69 | 0.55 |
| Hex | 59 | 3D | DB | 3B | 48 | 0 | E | FB | 45 | 37 |
| Octal | 131 | 75 | 333 | 73 | 110 | 0 | 16 | 373 | 105 | 67 |
| Binary | 1011001 | 111101 | 11011011 | 111011 | 1001000 | 0 | 1110 | 11111011 | 1000101 | 110111 |
Color Harmonies of #593DDB
Complementary color
Monochromatic Colors of #593DDB
Black with #593DDB
Text Example
Text Example
White with #593DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593DDB; }
p { color: rgb(89,61,219); }
H1.HeaderClassName
{
color: #593DDB;
}
.AnyTagClassName
{
color: #593DDB;
}
</style>
background-color css
<style>
a { background-color: #593DDB; }
a { background-color: rgb(89,61,219); }
div.DivClassName
{
background-color: #593DDB;
}
.BgClassName
{
background-color: #593DDB;
}
</style>
border-color css
<style>
span { border-color: #593DDB; }
span { border-color: rgb(89,61,219); }
td.TdClassName
{
border-color: #593DDB;
}
.TagClassName
{
border-color: #593DDB;
}
</style>