Shades of Slate Blue #594CDE
Tints of Slate Blue #594CDE
RGB
CMYK
RGB Variations
Color information
#594CDE (or 0x594CDE) is known color: Slate Blue. HEX triplet: 59, 4C and DE. RGB value is (89,76,222). Sum of RGB (Red+Green+Blue) = 89+76+222=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #594CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594CDE is #A6B321. Grayscale: #5F5F5F. Windows color (decimal): -10924834 or 14568537. OLE color: 14568537.
HSL color Cylindrical-coordinate representation of color #594CDE: hue angle of 245.34º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #594CDE is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 76 | 222 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.13 |
| HSL | 245.34º | 0.69% | 0.58% | - |
| HSV(B) | 245.34º | 0.66% | 0.87% | - |
| XYZ | 19.89 | 12.57 | 70.48 | - |
| YUV | 96.53 | 198.81 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 222 | 0.60 | 0.66 | 0 | 0.13 | 245.34 | 0.69 | 0.58 |
| Hex | 59 | 4C | DE | 3C | 42 | 0 | D | F5 | 45 | 3A |
| Octal | 131 | 114 | 336 | 74 | 102 | 0 | 15 | 365 | 105 | 72 |
| Binary | 1011001 | 1001100 | 11011110 | 111100 | 1000010 | 0 | 1101 | 11110101 | 1000101 | 111010 |
Color Harmonies of #594CDE
Complementary color
Monochromatic Colors of #594CDE
Black with #594CDE
Text Example
Text Example
White with #594CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594CDE; }
p { color: rgb(89,76,222); }
H1.HeaderClassName
{
color: #594CDE;
}
.AnyTagClassName
{
color: #594CDE;
}
</style>
background-color css
<style>
a { background-color: #594CDE; }
a { background-color: rgb(89,76,222); }
div.DivClassName
{
background-color: #594CDE;
}
.BgClassName
{
background-color: #594CDE;
}
</style>
border-color css
<style>
span { border-color: #594CDE; }
span { border-color: rgb(89,76,222); }
td.TdClassName
{
border-color: #594CDE;
}
.TagClassName
{
border-color: #594CDE;
}
</style>