Shades of Slate Blue #594DCD
Tints of Slate Blue #594DCD
RGB
CMYK
RGB Variations
Color information
#594DCD (or 0x594DCD) is known color: Slate Blue. HEX triplet: 59, 4D and CD. RGB value is (89,77,205). Sum of RGB (Red+Green+Blue) = 89+77+205=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #594DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DCD is #A6B232. Grayscale: #5E5E5E. Windows color (decimal): -10924595 or 13454681. OLE color: 13454681.
HSL color Cylindrical-coordinate representation of color #594DCD: hue angle of 245.62º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #594DCD is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 77 | 205 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.20 |
| HSL | 245.63º | 0.56% | 0.55% | - |
| HSV(B) | 245.63º | 0.62% | 0.8% | - |
| XYZ | 17.79 | 11.84 | 59.11 | - |
| YUV | 95.18 | 189.98 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 205 | 0.57 | 0.62 | 0 | 0.20 | 245.63 | 0.56 | 0.55 |
| Hex | 59 | 4D | CD | 39 | 3E | 0 | 14 | F6 | 38 | 37 |
| Octal | 131 | 115 | 315 | 71 | 76 | 0 | 24 | 366 | 70 | 67 |
| Binary | 1011001 | 1001101 | 11001101 | 111001 | 111110 | 0 | 10100 | 11110110 | 111000 | 110111 |
Color Harmonies of #594DCD
Complementary color
Monochromatic Colors of #594DCD
Black with #594DCD
Text Example
Text Example
White with #594DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594DCD; }
p { color: rgb(89,77,205); }
H1.HeaderClassName
{
color: #594DCD;
}
.AnyTagClassName
{
color: #594DCD;
}
</style>
background-color css
<style>
a { background-color: #594DCD; }
a { background-color: rgb(89,77,205); }
div.DivClassName
{
background-color: #594DCD;
}
.BgClassName
{
background-color: #594DCD;
}
</style>
border-color css
<style>
span { border-color: #594DCD; }
span { border-color: rgb(89,77,205); }
td.TdClassName
{
border-color: #594DCD;
}
.TagClassName
{
border-color: #594DCD;
}
</style>