Shades of Slate Blue #594EC1
Tints of Slate Blue #594EC1
RGB
CMYK
RGB Variations
Color information
#594EC1 (or 0x594EC1) is known color: Slate Blue. HEX triplet: 59, 4E and C1. RGB value is (89,78,193). Sum of RGB (Red+Green+Blue) = 89+78+193=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 193 (75.78% from 255 or 53.61% from 360); Max value from RGB is 193 - color contains mainly: blue. Hex color #594EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594EC1 is #A6B13E. Grayscale: #5D5D5D. Windows color (decimal): -10924351 or 12668505. OLE color: 12668505.
HSL color Cylindrical-coordinate representation of color #594EC1: hue angle of 245.74º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #594EC1 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 78 | 193 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.24 |
| HSL | 245.74º | 0.48% | 0.53% | - |
| HSV(B) | 245.74º | 0.6% | 0.76% | - |
| XYZ | 16.47 | 11.42 | 51.79 | - |
| YUV | 94.4 | 183.64 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 193 | 0.54 | 0.60 | 0 | 0.24 | 245.74 | 0.48 | 0.53 |
| Hex | 59 | 4E | C1 | 36 | 3C | 0 | 18 | F6 | 30 | 35 |
| Octal | 131 | 116 | 301 | 66 | 74 | 0 | 30 | 366 | 60 | 65 |
| Binary | 1011001 | 1001110 | 11000001 | 110110 | 111100 | 0 | 11000 | 11110110 | 110000 | 110101 |
Color Harmonies of #594EC1
Complementary color
Monochromatic Colors of #594EC1
Black with #594EC1
Text Example
Text Example
White with #594EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594EC1; }
p { color: rgb(89,78,193); }
H1.HeaderClassName
{
color: #594EC1;
}
.AnyTagClassName
{
color: #594EC1;
}
</style>
background-color css
<style>
a { background-color: #594EC1; }
a { background-color: rgb(89,78,193); }
div.DivClassName
{
background-color: #594EC1;
}
.BgClassName
{
background-color: #594EC1;
}
</style>
border-color css
<style>
span { border-color: #594EC1; }
span { border-color: rgb(89,78,193); }
td.TdClassName
{
border-color: #594EC1;
}
.TagClassName
{
border-color: #594EC1;
}
</style>