Shades of Slate Blue #5940DF
Tints of Slate Blue #5940DF
RGB
CMYK
RGB Variations
Color information
#5940DF (or 0x5940DF) is known color: Slate Blue. HEX triplet: 59, 40 and DF. RGB value is (89,64,223). Sum of RGB (Red+Green+Blue) = 89+64+223=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #5940DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5940DF is #A6BF20. Grayscale: #585858. Windows color (decimal): -10927905 or 14631001. OLE color: 14631001.
HSL color Cylindrical-coordinate representation of color #5940DF: hue angle of 249.43º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5940DF is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 64 | 223 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.13 |
| HSL | 249.43º | 0.71% | 0.56% | - |
| HSV(B) | 249.43º | 0.71% | 0.87% | - |
| XYZ | 19.27 | 11.12 | 70.94 | - |
| YUV | 89.6 | 203.28 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 64 | 223 | 0.60 | 0.71 | 0 | 0.13 | 249.43 | 0.71 | 0.56 |
| Hex | 59 | 40 | DF | 3C | 47 | 0 | D | F9 | 47 | 38 |
| Octal | 131 | 100 | 337 | 74 | 107 | 0 | 15 | 371 | 107 | 70 |
| Binary | 1011001 | 1000000 | 11011111 | 111100 | 1000111 | 0 | 1101 | 11111001 | 1000111 | 111000 |
Color Harmonies of #5940DF
Complementary color
Monochromatic Colors of #5940DF
Black with #5940DF
Text Example
Text Example
White with #5940DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5940DF; }
p { color: rgb(89,64,223); }
H1.HeaderClassName
{
color: #5940DF;
}
.AnyTagClassName
{
color: #5940DF;
}
</style>
background-color css
<style>
a { background-color: #5940DF; }
a { background-color: rgb(89,64,223); }
div.DivClassName
{
background-color: #5940DF;
}
.BgClassName
{
background-color: #5940DF;
}
</style>
border-color css
<style>
span { border-color: #5940DF; }
span { border-color: rgb(89,64,223); }
td.TdClassName
{
border-color: #5940DF;
}
.TagClassName
{
border-color: #5940DF;
}
</style>