Shades of Slate Blue #594DCC
Tints of Slate Blue #594DCC
RGB
CMYK
RGB Variations
Color information
#594DCC (or 0x594DCC) is known color: Slate Blue. HEX triplet: 59, 4D and CC. RGB value is (89,77,204). Sum of RGB (Red+Green+Blue) = 89+77+204=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #594DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DCC is #A6B233. Grayscale: #5E5E5E. Windows color (decimal): -10924596 or 13389145. OLE color: 13389145.
HSL color Cylindrical-coordinate representation of color #594DCC: hue angle of 245.67º degrees, saturation: 0.55, 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 #594DCC is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 77 | 204 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.2 |
| HSL | 245.67º | 0.55% | 0.55% | - |
| HSV(B) | 245.67º | 0.62% | 0.8% | - |
| XYZ | 17.67 | 11.79 | 58.47 | - |
| YUV | 95.07 | 189.48 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 204 | 0.56 | 0.62 | 0 | 0.2 | 245.67 | 0.55 | 0.55 |
| Hex | 59 | 4D | CC | 38 | 3E | 0 | 14 | F6 | 37 | 37 |
| Octal | 131 | 115 | 314 | 70 | 76 | 0 | 24 | 366 | 67 | 67 |
| Binary | 1011001 | 1001101 | 11001100 | 111000 | 111110 | 0 | 10100 | 11110110 | 110111 | 110111 |
Color Harmonies of #594DCC
Complementary color
Monochromatic Colors of #594DCC
Black with #594DCC
Text Example
Text Example
White with #594DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594DCC; }
p { color: rgb(89,77,204); }
H1.HeaderClassName
{
color: #594DCC;
}
.AnyTagClassName
{
color: #594DCC;
}
</style>
background-color css
<style>
a { background-color: #594DCC; }
a { background-color: rgb(89,77,204); }
div.DivClassName
{
background-color: #594DCC;
}
.BgClassName
{
background-color: #594DCC;
}
</style>
border-color css
<style>
span { border-color: #594DCC; }
span { border-color: rgb(89,77,204); }
td.TdClassName
{
border-color: #594DCC;
}
.TagClassName
{
border-color: #594DCC;
}
</style>