Shades of Slate Blue #594CDF
Tints of Slate Blue #594CDF
RGB
CMYK
RGB Variations
Color information
#594CDF (or 0x594CDF) is known color: Slate Blue. HEX triplet: 59, 4C and DF. RGB value is (89,76,223). Sum of RGB (Red+Green+Blue) = 89+76+223=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #594CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594CDF is #A6B320. Grayscale: #606060. Windows color (decimal): -10924833 or 14634073. OLE color: 14634073.
HSL color Cylindrical-coordinate representation of color #594CDF: hue angle of 245.31º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #594CDF is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 76 | 223 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.13 |
| HSL | 245.31º | 0.7% | 0.59% | - |
| HSV(B) | 245.31º | 0.66% | 0.87% | - |
| XYZ | 20.02 | 12.62 | 71.19 | - |
| YUV | 96.65 | 199.31 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 223 | 0.60 | 0.66 | 0 | 0.13 | 245.31 | 0.7 | 0.59 |
| Hex | 59 | 4C | DF | 3C | 42 | 0 | D | F5 | 46 | 3B |
| Octal | 131 | 114 | 337 | 74 | 102 | 0 | 15 | 365 | 106 | 73 |
| Binary | 1011001 | 1001100 | 11011111 | 111100 | 1000010 | 0 | 1101 | 11110101 | 1000110 | 111011 |
Color Harmonies of #594CDF
Complementary color
Monochromatic Colors of #594CDF
Black with #594CDF
Text Example
Text Example
White with #594CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594CDF; }
p { color: rgb(89,76,223); }
H1.HeaderClassName
{
color: #594CDF;
}
.AnyTagClassName
{
color: #594CDF;
}
</style>
background-color css
<style>
a { background-color: #594CDF; }
a { background-color: rgb(89,76,223); }
div.DivClassName
{
background-color: #594CDF;
}
.BgClassName
{
background-color: #594CDF;
}
</style>
border-color css
<style>
span { border-color: #594CDF; }
span { border-color: rgb(89,76,223); }
td.TdClassName
{
border-color: #594CDF;
}
.TagClassName
{
border-color: #594CDF;
}
</style>