Shades of Slate Blue #594ACE
Tints of Slate Blue #594ACE
RGB
CMYK
RGB Variations
Color information
#594ACE (or 0x594ACE) is known color: Slate Blue. HEX triplet: 59, 4A and CE. RGB value is (89,74,206). Sum of RGB (Red+Green+Blue) = 89+74+206=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #594ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594ACE is #A6B531. Grayscale: #5D5D5D. Windows color (decimal): -10925362 or 13519449. OLE color: 13519449.
HSL color Cylindrical-coordinate representation of color #594ACE: hue angle of 246.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #594ACE is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 74 | 206 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.19 |
| HSL | 246.82º | 0.57% | 0.55% | - |
| HSV(B) | 246.82º | 0.64% | 0.81% | - |
| XYZ | 17.71 | 11.48 | 59.67 | - |
| YUV | 93.53 | 191.47 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 206 | 0.57 | 0.64 | 0 | 0.19 | 246.82 | 0.57 | 0.55 |
| Hex | 59 | 4A | CE | 39 | 40 | 0 | 13 | F7 | 39 | 37 |
| Octal | 131 | 112 | 316 | 71 | 100 | 0 | 23 | 367 | 71 | 67 |
| Binary | 1011001 | 1001010 | 11001110 | 111001 | 1000000 | 0 | 10011 | 11110111 | 111001 | 110111 |
Color Harmonies of #594ACE
Complementary color
Monochromatic Colors of #594ACE
Black with #594ACE
Text Example
Text Example
White with #594ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594ACE; }
p { color: rgb(89,74,206); }
H1.HeaderClassName
{
color: #594ACE;
}
.AnyTagClassName
{
color: #594ACE;
}
</style>
background-color css
<style>
a { background-color: #594ACE; }
a { background-color: rgb(89,74,206); }
div.DivClassName
{
background-color: #594ACE;
}
.BgClassName
{
background-color: #594ACE;
}
</style>
border-color css
<style>
span { border-color: #594ACE; }
span { border-color: rgb(89,74,206); }
td.TdClassName
{
border-color: #594ACE;
}
.TagClassName
{
border-color: #594ACE;
}
</style>