Shades of Slate Blue #594CCA
Tints of Slate Blue #594CCA
RGB
CMYK
RGB Variations
Color information
#594CCA (or 0x594CCA) is known color: Slate Blue. HEX triplet: 59, 4C and CA. RGB value is (89,76,202). Sum of RGB (Red+Green+Blue) = 89+76+202=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #594CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594CCA is #A6B335. Grayscale: #5D5D5D. Windows color (decimal): -10924854 or 13257817. OLE color: 13257817.
HSL color Cylindrical-coordinate representation of color #594CCA: hue angle of 246.19º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #594CCA is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 76 | 202 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.21 |
| HSL | 246.19º | 0.54% | 0.55% | - |
| HSV(B) | 246.19º | 0.62% | 0.79% | - |
| XYZ | 17.36 | 11.56 | 57.19 | - |
| YUV | 94.25 | 188.81 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 202 | 0.56 | 0.62 | 0 | 0.21 | 246.19 | 0.54 | 0.55 |
| Hex | 59 | 4C | CA | 38 | 3E | 0 | 15 | F6 | 36 | 37 |
| Octal | 131 | 114 | 312 | 70 | 76 | 0 | 25 | 366 | 66 | 67 |
| Binary | 1011001 | 1001100 | 11001010 | 111000 | 111110 | 0 | 10101 | 11110110 | 110110 | 110111 |
Color Harmonies of #594CCA
Complementary color
Monochromatic Colors of #594CCA
Black with #594CCA
Text Example
Text Example
White with #594CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594CCA; }
p { color: rgb(89,76,202); }
H1.HeaderClassName
{
color: #594CCA;
}
.AnyTagClassName
{
color: #594CCA;
}
</style>
background-color css
<style>
a { background-color: #594CCA; }
a { background-color: rgb(89,76,202); }
div.DivClassName
{
background-color: #594CCA;
}
.BgClassName
{
background-color: #594CCA;
}
</style>
border-color css
<style>
span { border-color: #594CCA; }
span { border-color: rgb(89,76,202); }
td.TdClassName
{
border-color: #594CCA;
}
.TagClassName
{
border-color: #594CCA;
}
</style>