Shades of Slate Blue #594CD5
Tints of Slate Blue #594CD5
RGB
CMYK
RGB Variations
Color information
#594CD5 (or 0x594CD5) is known color: Slate Blue. HEX triplet: 59, 4C and D5. RGB value is (89,76,213). Sum of RGB (Red+Green+Blue) = 89+76+213=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 213 (83.59% from 255 or 56.35% from 378); Max value from RGB is 213 - color contains mainly: blue. Hex color #594CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594CD5 is #A6B32A. Grayscale: #5E5E5E. Windows color (decimal): -10924843 or 13978713. OLE color: 13978713.
HSL color Cylindrical-coordinate representation of color #594CD5: hue angle of 245.69º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #594CD5 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 76 | 213 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.16 |
| HSL | 245.69º | 0.62% | 0.57% | - |
| HSV(B) | 245.69º | 0.64% | 0.84% | - |
| XYZ | 18.71 | 12.1 | 64.3 | - |
| YUV | 95.51 | 194.31 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 213 | 0.58 | 0.64 | 0 | 0.16 | 245.69 | 0.62 | 0.57 |
| Hex | 59 | 4C | D5 | 3A | 40 | 0 | 10 | F6 | 3E | 39 |
| Octal | 131 | 114 | 325 | 72 | 100 | 0 | 20 | 366 | 76 | 71 |
| Binary | 1011001 | 1001100 | 11010101 | 111010 | 1000000 | 0 | 10000 | 11110110 | 111110 | 111001 |
Color Harmonies of #594CD5
Complementary color
Monochromatic Colors of #594CD5
Black with #594CD5
Text Example
Text Example
White with #594CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594CD5; }
p { color: rgb(89,76,213); }
H1.HeaderClassName
{
color: #594CD5;
}
.AnyTagClassName
{
color: #594CD5;
}
</style>
background-color css
<style>
a { background-color: #594CD5; }
a { background-color: rgb(89,76,213); }
div.DivClassName
{
background-color: #594CD5;
}
.BgClassName
{
background-color: #594CD5;
}
</style>
border-color css
<style>
span { border-color: #594CD5; }
span { border-color: rgb(89,76,213); }
td.TdClassName
{
border-color: #594CD5;
}
.TagClassName
{
border-color: #594CD5;
}
</style>