Shades of Slate Blue #594AC1
Tints of Slate Blue #594AC1
RGB
CMYK
RGB Variations
Color information
#594AC1 (or 0x594AC1) is known color: Slate Blue. HEX triplet: 59, 4A and C1. RGB value is (89,74,193). Sum of RGB (Red+Green+Blue) = 89+74+193=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #594AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594AC1 is #A6B53E. Grayscale: #5B5B5B. Windows color (decimal): -10925375 or 12667481. OLE color: 12667481.
HSL color Cylindrical-coordinate representation of color #594AC1: hue angle of 247.56º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #594AC1 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 74 | 193 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.24 |
| HSL | 247.56º | 0.49% | 0.52% | - |
| HSV(B) | 247.56º | 0.62% | 0.76% | - |
| XYZ | 16.19 | 10.87 | 51.7 | - |
| YUV | 92.05 | 184.97 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 193 | 0.54 | 0.62 | 0 | 0.24 | 247.56 | 0.49 | 0.52 |
| Hex | 59 | 4A | C1 | 36 | 3E | 0 | 18 | F8 | 31 | 34 |
| Octal | 131 | 112 | 301 | 66 | 76 | 0 | 30 | 370 | 61 | 64 |
| Binary | 1011001 | 1001010 | 11000001 | 110110 | 111110 | 0 | 11000 | 11111000 | 110001 | 110100 |
Color Harmonies of #594AC1
Complementary color
Monochromatic Colors of #594AC1
Black with #594AC1
Text Example
Text Example
White with #594AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594AC1; }
p { color: rgb(89,74,193); }
H1.HeaderClassName
{
color: #594AC1;
}
.AnyTagClassName
{
color: #594AC1;
}
</style>
background-color css
<style>
a { background-color: #594AC1; }
a { background-color: rgb(89,74,193); }
div.DivClassName
{
background-color: #594AC1;
}
.BgClassName
{
background-color: #594AC1;
}
</style>
border-color css
<style>
span { border-color: #594AC1; }
span { border-color: rgb(89,74,193); }
td.TdClassName
{
border-color: #594AC1;
}
.TagClassName
{
border-color: #594AC1;
}
</style>