Shades of Slate Blue #594DD6
Tints of Slate Blue #594DD6
RGB
CMYK
RGB Variations
Color information
#594DD6 (or 0x594DD6) is known color: Slate Blue. HEX triplet: 59, 4D and D6. RGB value is (89,77,214). Sum of RGB (Red+Green+Blue) = 89+77+214=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 214 (83.98% from 255 or 56.32% from 380); Max value from RGB is 214 - color contains mainly: blue. Hex color #594DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DD6 is #A6B229. Grayscale: #5F5F5F. Windows color (decimal): -10924586 or 14044505. OLE color: 14044505.
HSL color Cylindrical-coordinate representation of color #594DD6: hue angle of 245.26º degrees, saturation: 0.63, 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 #594DD6 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 77 | 214 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.16 |
| HSL | 245.26º | 0.63% | 0.57% | - |
| HSV(B) | 245.26º | 0.64% | 0.84% | - |
| XYZ | 18.91 | 12.29 | 64.99 | - |
| YUV | 96.21 | 194.48 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 214 | 0.58 | 0.64 | 0 | 0.16 | 245.26 | 0.63 | 0.57 |
| Hex | 59 | 4D | D6 | 3A | 40 | 0 | 10 | F5 | 3F | 39 |
| Octal | 131 | 115 | 326 | 72 | 100 | 0 | 20 | 365 | 77 | 71 |
| Binary | 1011001 | 1001101 | 11010110 | 111010 | 1000000 | 0 | 10000 | 11110101 | 111111 | 111001 |
Color Harmonies of #594DD6
Complementary color
Monochromatic Colors of #594DD6
Black with #594DD6
Text Example
Text Example
White with #594DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594DD6; }
p { color: rgb(89,77,214); }
H1.HeaderClassName
{
color: #594DD6;
}
.AnyTagClassName
{
color: #594DD6;
}
</style>
background-color css
<style>
a { background-color: #594DD6; }
a { background-color: rgb(89,77,214); }
div.DivClassName
{
background-color: #594DD6;
}
.BgClassName
{
background-color: #594DD6;
}
</style>
border-color css
<style>
span { border-color: #594DD6; }
span { border-color: rgb(89,77,214); }
td.TdClassName
{
border-color: #594DD6;
}
.TagClassName
{
border-color: #594DD6;
}
</style>