Shades of Slate Blue #594CCC
Tints of Slate Blue #594CCC
RGB
CMYK
RGB Variations
Color information
#594CCC (or 0x594CCC) is known color: Slate Blue. HEX triplet: 59, 4C and CC. RGB value is (89,76,204). Sum of RGB (Red+Green+Blue) = 89+76+204=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #594CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594CCC is #A6B333. Grayscale: #5D5D5D. Windows color (decimal): -10924852 or 13388889. OLE color: 13388889.
HSL color Cylindrical-coordinate representation of color #594CCC: hue angle of 246.09º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #594CCC is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 76 | 204 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.2 |
| HSL | 246.09º | 0.56% | 0.55% | - |
| HSV(B) | 246.09º | 0.63% | 0.8% | - |
| XYZ | 17.6 | 11.65 | 58.45 | - |
| YUV | 94.48 | 189.81 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 204 | 0.56 | 0.63 | 0 | 0.2 | 246.09 | 0.56 | 0.55 |
| Hex | 59 | 4C | CC | 38 | 3F | 0 | 14 | F6 | 38 | 37 |
| Octal | 131 | 114 | 314 | 70 | 77 | 0 | 24 | 366 | 70 | 67 |
| Binary | 1011001 | 1001100 | 11001100 | 111000 | 111111 | 0 | 10100 | 11110110 | 111000 | 110111 |
Color Harmonies of #594CCC
Complementary color
Monochromatic Colors of #594CCC
Black with #594CCC
Text Example
Text Example
White with #594CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594CCC; }
p { color: rgb(89,76,204); }
H1.HeaderClassName
{
color: #594CCC;
}
.AnyTagClassName
{
color: #594CCC;
}
</style>
background-color css
<style>
a { background-color: #594CCC; }
a { background-color: rgb(89,76,204); }
div.DivClassName
{
background-color: #594CCC;
}
.BgClassName
{
background-color: #594CCC;
}
</style>
border-color css
<style>
span { border-color: #594CCC; }
span { border-color: rgb(89,76,204); }
td.TdClassName
{
border-color: #594CCC;
}
.TagClassName
{
border-color: #594CCC;
}
</style>