Shades of Slate Blue #594DCB
Tints of Slate Blue #594DCB
RGB
CMYK
RGB Variations
Color information
#594DCB (or 0x594DCB) is known color: Slate Blue. HEX triplet: 59, 4D and CB. RGB value is (89,77,203). Sum of RGB (Red+Green+Blue) = 89+77+203=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #594DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DCB is #A6B234. Grayscale: #5E5E5E. Windows color (decimal): -10924597 or 13323609. OLE color: 13323609.
HSL color Cylindrical-coordinate representation of color #594DCB: hue angle of 245.71º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #594DCB is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 77 | 203 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.20 |
| HSL | 245.71º | 0.55% | 0.55% | - |
| HSV(B) | 245.71º | 0.62% | 0.8% | - |
| XYZ | 17.55 | 11.74 | 57.84 | - |
| YUV | 94.95 | 188.98 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 203 | 0.56 | 0.62 | 0 | 0.20 | 245.71 | 0.55 | 0.55 |
| Hex | 59 | 4D | CB | 38 | 3E | 0 | 14 | F6 | 37 | 37 |
| Octal | 131 | 115 | 313 | 70 | 76 | 0 | 24 | 366 | 67 | 67 |
| Binary | 1011001 | 1001101 | 11001011 | 111000 | 111110 | 0 | 10100 | 11110110 | 110111 | 110111 |
Color Harmonies of #594DCB
Complementary color
Monochromatic Colors of #594DCB
Black with #594DCB
Text Example
Text Example
White with #594DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594DCB; }
p { color: rgb(89,77,203); }
H1.HeaderClassName
{
color: #594DCB;
}
.AnyTagClassName
{
color: #594DCB;
}
</style>
background-color css
<style>
a { background-color: #594DCB; }
a { background-color: rgb(89,77,203); }
div.DivClassName
{
background-color: #594DCB;
}
.BgClassName
{
background-color: #594DCB;
}
</style>
border-color css
<style>
span { border-color: #594DCB; }
span { border-color: rgb(89,77,203); }
td.TdClassName
{
border-color: #594DCB;
}
.TagClassName
{
border-color: #594DCB;
}
</style>