Shades of Slate Blue #594ADD
Tints of Slate Blue #594ADD
RGB
CMYK
RGB Variations
Color information
#594ADD (or 0x594ADD) is known color: Slate Blue. HEX triplet: 59, 4A and DD. RGB value is (89,74,221). Sum of RGB (Red+Green+Blue) = 89+74+221=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #594ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594ADD is #A6B522. Grayscale: #5E5E5E. Windows color (decimal): -10925347 or 14502489. OLE color: 14502489.
HSL color Cylindrical-coordinate representation of color #594ADD: hue angle of 246.12º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #594ADD is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 74 | 221 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.13 |
| HSL | 246.12º | 0.68% | 0.58% | - |
| HSV(B) | 246.12º | 0.67% | 0.87% | - |
| XYZ | 19.62 | 12.24 | 69.74 | - |
| YUV | 95.24 | 198.97 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 221 | 0.60 | 0.67 | 0 | 0.13 | 246.12 | 0.68 | 0.58 |
| Hex | 59 | 4A | DD | 3C | 43 | 0 | D | F6 | 44 | 3A |
| Octal | 131 | 112 | 335 | 74 | 103 | 0 | 15 | 366 | 104 | 72 |
| Binary | 1011001 | 1001010 | 11011101 | 111100 | 1000011 | 0 | 1101 | 11110110 | 1000100 | 111010 |
Color Harmonies of #594ADD
Complementary color
Monochromatic Colors of #594ADD
Black with #594ADD
Text Example
Text Example
White with #594ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594ADD; }
p { color: rgb(89,74,221); }
H1.HeaderClassName
{
color: #594ADD;
}
.AnyTagClassName
{
color: #594ADD;
}
</style>
background-color css
<style>
a { background-color: #594ADD; }
a { background-color: rgb(89,74,221); }
div.DivClassName
{
background-color: #594ADD;
}
.BgClassName
{
background-color: #594ADD;
}
</style>
border-color css
<style>
span { border-color: #594ADD; }
span { border-color: rgb(89,74,221); }
td.TdClassName
{
border-color: #594ADD;
}
.TagClassName
{
border-color: #594ADD;
}
</style>