Shades of Slate Blue #594AC0
Tints of Slate Blue #594AC0
RGB
CMYK
RGB Variations
Color information
#594AC0 (or 0x594AC0) is known color: Slate Blue. HEX triplet: 59, 4A and C0. RGB value is (89,74,192). Sum of RGB (Red+Green+Blue) = 89+74+192=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #594AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594AC0 is #A6B53F. Grayscale: #5B5B5B. Windows color (decimal): -10925376 or 12601945. OLE color: 12601945.
HSL color Cylindrical-coordinate representation of color #594AC0: hue angle of 247.63º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #594AC0 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 74 | 192 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.25 |
| HSL | 247.63º | 0.48% | 0.52% | - |
| HSV(B) | 247.63º | 0.61% | 0.75% | - |
| XYZ | 16.08 | 10.83 | 51.11 | - |
| YUV | 91.94 | 184.47 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 192 | 0.54 | 0.61 | 0 | 0.25 | 247.63 | 0.48 | 0.52 |
| Hex | 59 | 4A | C0 | 36 | 3D | 0 | 19 | F8 | 30 | 34 |
| Octal | 131 | 112 | 300 | 66 | 75 | 0 | 31 | 370 | 60 | 64 |
| Binary | 1011001 | 1001010 | 11000000 | 110110 | 111101 | 0 | 11001 | 11111000 | 110000 | 110100 |
Color Harmonies of #594AC0
Complementary color
Monochromatic Colors of #594AC0
Black with #594AC0
Text Example
Text Example
White with #594AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594AC0; }
p { color: rgb(89,74,192); }
H1.HeaderClassName
{
color: #594AC0;
}
.AnyTagClassName
{
color: #594AC0;
}
</style>
background-color css
<style>
a { background-color: #594AC0; }
a { background-color: rgb(89,74,192); }
div.DivClassName
{
background-color: #594AC0;
}
.BgClassName
{
background-color: #594AC0;
}
</style>
border-color css
<style>
span { border-color: #594AC0; }
span { border-color: rgb(89,74,192); }
td.TdClassName
{
border-color: #594AC0;
}
.TagClassName
{
border-color: #594AC0;
}
</style>