Shades of Slate Blue #5940DB
Tints of Slate Blue #5940DB
RGB
CMYK
RGB Variations
Color information
#5940DB (or 0x5940DB) is known color: Slate Blue. HEX triplet: 59, 40 and DB. RGB value is (89,64,219). Sum of RGB (Red+Green+Blue) = 89+64+219=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #5940DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5940DB is #A6BF24. Grayscale: #585858. Windows color (decimal): -10927909 or 14368857. OLE color: 14368857.
HSL color Cylindrical-coordinate representation of color #5940DB: hue angle of 249.68º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5940DB is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 64 | 219 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.14 |
| HSL | 249.68º | 0.68% | 0.55% | - |
| HSV(B) | 249.68º | 0.71% | 0.86% | - |
| XYZ | 18.74 | 10.91 | 68.14 | - |
| YUV | 89.15 | 201.28 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 64 | 219 | 0.59 | 0.71 | 0 | 0.14 | 249.68 | 0.68 | 0.55 |
| Hex | 59 | 40 | DB | 3B | 47 | 0 | E | FA | 44 | 37 |
| Octal | 131 | 100 | 333 | 73 | 107 | 0 | 16 | 372 | 104 | 67 |
| Binary | 1011001 | 1000000 | 11011011 | 111011 | 1000111 | 0 | 1110 | 11111010 | 1000100 | 110111 |
Color Harmonies of #5940DB
Complementary color
Monochromatic Colors of #5940DB
Black with #5940DB
Text Example
Text Example
White with #5940DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5940DB; }
p { color: rgb(89,64,219); }
H1.HeaderClassName
{
color: #5940DB;
}
.AnyTagClassName
{
color: #5940DB;
}
</style>
background-color css
<style>
a { background-color: #5940DB; }
a { background-color: rgb(89,64,219); }
div.DivClassName
{
background-color: #5940DB;
}
.BgClassName
{
background-color: #5940DB;
}
</style>
border-color css
<style>
span { border-color: #5940DB; }
span { border-color: rgb(89,64,219); }
td.TdClassName
{
border-color: #5940DB;
}
.TagClassName
{
border-color: #5940DB;
}
</style>