Shades of Slate Blue #594ADC
Tints of Slate Blue #594ADC
RGB
CMYK
RGB Variations
Color information
#594ADC (or 0x594ADC) is known color: Slate Blue. HEX triplet: 59, 4A and DC. RGB value is (89,74,220). Sum of RGB (Red+Green+Blue) = 89+74+220=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #594ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594ADC is #A6B523. Grayscale: #5E5E5E. Windows color (decimal): -10925348 or 14436953. OLE color: 14436953.
HSL color Cylindrical-coordinate representation of color #594ADC: hue angle of 246.16º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #594ADC is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 74 | 220 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.14 |
| HSL | 246.16º | 0.68% | 0.58% | - |
| HSV(B) | 246.16º | 0.66% | 0.86% | - |
| XYZ | 19.49 | 12.19 | 69.04 | - |
| YUV | 95.13 | 198.47 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 220 | 0.60 | 0.66 | 0 | 0.14 | 246.16 | 0.68 | 0.58 |
| Hex | 59 | 4A | DC | 3C | 42 | 0 | E | F6 | 44 | 3A |
| Octal | 131 | 112 | 334 | 74 | 102 | 0 | 16 | 366 | 104 | 72 |
| Binary | 1011001 | 1001010 | 11011100 | 111100 | 1000010 | 0 | 1110 | 11110110 | 1000100 | 111010 |
Color Harmonies of #594ADC
Complementary color
Monochromatic Colors of #594ADC
Black with #594ADC
Text Example
Text Example
White with #594ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594ADC; }
p { color: rgb(89,74,220); }
H1.HeaderClassName
{
color: #594ADC;
}
.AnyTagClassName
{
color: #594ADC;
}
</style>
background-color css
<style>
a { background-color: #594ADC; }
a { background-color: rgb(89,74,220); }
div.DivClassName
{
background-color: #594ADC;
}
.BgClassName
{
background-color: #594ADC;
}
</style>
border-color css
<style>
span { border-color: #594ADC; }
span { border-color: rgb(89,74,220); }
td.TdClassName
{
border-color: #594ADC;
}
.TagClassName
{
border-color: #594ADC;
}
</style>