Shades of Slate Blue #593DDA
Tints of Slate Blue #593DDA
RGB
CMYK
RGB Variations
Color information
#593DDA (or 0x593DDA) is known color: Slate Blue. HEX triplet: 59, 3D and DA. RGB value is (89,61,218). Sum of RGB (Red+Green+Blue) = 89+61+218=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #593DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593DDA is #A6C225. Grayscale: #565656. Windows color (decimal): -10928678 or 14302553. OLE color: 14302553.
HSL color Cylindrical-coordinate representation of color #593DDA: hue angle of 250.7º 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 #593DDA is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 61 | 218 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.15 |
| HSL | 250.7º | 0.68% | 0.55% | - |
| HSV(B) | 250.7º | 0.72% | 0.85% | - |
| XYZ | 18.44 | 10.52 | 67.39 | - |
| YUV | 87.27 | 201.78 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 218 | 0.59 | 0.72 | 0 | 0.15 | 250.7 | 0.68 | 0.55 |
| Hex | 59 | 3D | DA | 3B | 48 | 0 | F | FB | 44 | 37 |
| Octal | 131 | 75 | 332 | 73 | 110 | 0 | 17 | 373 | 104 | 67 |
| Binary | 1011001 | 111101 | 11011010 | 111011 | 1001000 | 0 | 1111 | 11111011 | 1000100 | 110111 |
Color Harmonies of #593DDA
Complementary color
Monochromatic Colors of #593DDA
Black with #593DDA
Text Example
Text Example
White with #593DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593DDA; }
p { color: rgb(89,61,218); }
H1.HeaderClassName
{
color: #593DDA;
}
.AnyTagClassName
{
color: #593DDA;
}
</style>
background-color css
<style>
a { background-color: #593DDA; }
a { background-color: rgb(89,61,218); }
div.DivClassName
{
background-color: #593DDA;
}
.BgClassName
{
background-color: #593DDA;
}
</style>
border-color css
<style>
span { border-color: #593DDA; }
span { border-color: rgb(89,61,218); }
td.TdClassName
{
border-color: #593DDA;
}
.TagClassName
{
border-color: #593DDA;
}
</style>