Shades of Slate Blue #594ACD
Tints of Slate Blue #594ACD
RGB
CMYK
RGB Variations
Color information
#594ACD (or 0x594ACD) is known color: Slate Blue. HEX triplet: 59, 4A and CD. RGB value is (89,74,205). Sum of RGB (Red+Green+Blue) = 89+74+205=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #594ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594ACD is #A6B532. Grayscale: #5C5C5C. Windows color (decimal): -10925363 or 13453913. OLE color: 13453913.
HSL color Cylindrical-coordinate representation of color #594ACD: hue angle of 246.87º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #594ACD is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 74 | 205 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.20 |
| HSL | 246.87º | 0.57% | 0.55% | - |
| HSV(B) | 246.87º | 0.64% | 0.8% | - |
| XYZ | 17.59 | 11.43 | 59.04 | - |
| YUV | 93.42 | 190.97 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 205 | 0.57 | 0.64 | 0 | 0.20 | 246.87 | 0.57 | 0.55 |
| Hex | 59 | 4A | CD | 39 | 40 | 0 | 14 | F7 | 39 | 37 |
| Octal | 131 | 112 | 315 | 71 | 100 | 0 | 24 | 367 | 71 | 67 |
| Binary | 1011001 | 1001010 | 11001101 | 111001 | 1000000 | 0 | 10100 | 11110111 | 111001 | 110111 |
Color Harmonies of #594ACD
Complementary color
Monochromatic Colors of #594ACD
Black with #594ACD
Text Example
Text Example
White with #594ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594ACD; }
p { color: rgb(89,74,205); }
H1.HeaderClassName
{
color: #594ACD;
}
.AnyTagClassName
{
color: #594ACD;
}
</style>
background-color css
<style>
a { background-color: #594ACD; }
a { background-color: rgb(89,74,205); }
div.DivClassName
{
background-color: #594ACD;
}
.BgClassName
{
background-color: #594ACD;
}
</style>
border-color css
<style>
span { border-color: #594ACD; }
span { border-color: rgb(89,74,205); }
td.TdClassName
{
border-color: #594ACD;
}
.TagClassName
{
border-color: #594ACD;
}
</style>