Shades of Slate Blue #5940DC
Tints of Slate Blue #5940DC
RGB
CMYK
RGB Variations
Color information
#5940DC (or 0x5940DC) is known color: Slate Blue. HEX triplet: 59, 40 and DC. RGB value is (89,64,220). Sum of RGB (Red+Green+Blue) = 89+64+220=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #5940DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5940DC is #A6BF23. Grayscale: #585858. Windows color (decimal): -10927908 or 14434393. OLE color: 14434393.
HSL color Cylindrical-coordinate representation of color #5940DC: hue angle of 249.62º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5940DC is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 64 | 220 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.14 |
| HSL | 249.62º | 0.69% | 0.56% | - |
| HSV(B) | 249.62º | 0.71% | 0.86% | - |
| XYZ | 18.87 | 10.96 | 68.83 | - |
| YUV | 89.26 | 201.78 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 64 | 220 | 0.60 | 0.71 | 0 | 0.14 | 249.62 | 0.69 | 0.56 |
| Hex | 59 | 40 | DC | 3C | 47 | 0 | E | FA | 45 | 38 |
| Octal | 131 | 100 | 334 | 74 | 107 | 0 | 16 | 372 | 105 | 70 |
| Binary | 1011001 | 1000000 | 11011100 | 111100 | 1000111 | 0 | 1110 | 11111010 | 1000101 | 111000 |
Color Harmonies of #5940DC
Complementary color
Monochromatic Colors of #5940DC
Black with #5940DC
Text Example
Text Example
White with #5940DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5940DC; }
p { color: rgb(89,64,220); }
H1.HeaderClassName
{
color: #5940DC;
}
.AnyTagClassName
{
color: #5940DC;
}
</style>
background-color css
<style>
a { background-color: #5940DC; }
a { background-color: rgb(89,64,220); }
div.DivClassName
{
background-color: #5940DC;
}
.BgClassName
{
background-color: #5940DC;
}
</style>
border-color css
<style>
span { border-color: #5940DC; }
span { border-color: rgb(89,64,220); }
td.TdClassName
{
border-color: #5940DC;
}
.TagClassName
{
border-color: #5940DC;
}
</style>