Shades of Slate Blue #594BDC
Tints of Slate Blue #594BDC
RGB
CMYK
RGB Variations
Color information
#594BDC (or 0x594BDC) is known color: Slate Blue. HEX triplet: 59, 4B and DC. RGB value is (89,75,220). Sum of RGB (Red+Green+Blue) = 89+75+220=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #594BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594BDC is #A6B423. Grayscale: #5F5F5F. Windows color (decimal): -10925092 or 14437209. OLE color: 14437209.
HSL color Cylindrical-coordinate representation of color #594BDC: hue angle of 245.79º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #594BDC is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 75 | 220 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.14 |
| HSL | 245.79º | 0.67% | 0.58% | - |
| HSV(B) | 245.79º | 0.66% | 0.86% | - |
| XYZ | 19.55 | 12.32 | 69.06 | - |
| YUV | 95.72 | 198.14 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 75 | 220 | 0.60 | 0.66 | 0 | 0.14 | 245.79 | 0.67 | 0.58 |
| Hex | 59 | 4B | DC | 3C | 42 | 0 | E | F6 | 43 | 3A |
| Octal | 131 | 113 | 334 | 74 | 102 | 0 | 16 | 366 | 103 | 72 |
| Binary | 1011001 | 1001011 | 11011100 | 111100 | 1000010 | 0 | 1110 | 11110110 | 1000011 | 111010 |
Color Harmonies of #594BDC
Complementary color
Monochromatic Colors of #594BDC
Black with #594BDC
Text Example
Text Example
White with #594BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594BDC; }
p { color: rgb(89,75,220); }
H1.HeaderClassName
{
color: #594BDC;
}
.AnyTagClassName
{
color: #594BDC;
}
</style>
background-color css
<style>
a { background-color: #594BDC; }
a { background-color: rgb(89,75,220); }
div.DivClassName
{
background-color: #594BDC;
}
.BgClassName
{
background-color: #594BDC;
}
</style>
border-color css
<style>
span { border-color: #594BDC; }
span { border-color: rgb(89,75,220); }
td.TdClassName
{
border-color: #594BDC;
}
.TagClassName
{
border-color: #594BDC;
}
</style>