Shades of Slate Blue #5640DB
Tints of Slate Blue #5640DB
RGB
CMYK
RGB Variations
Color information
#5640DB (or 0x5640DB) is known color: Slate Blue. HEX triplet: 56, 40 and DB. RGB value is (86,64,219). Sum of RGB (Red+Green+Blue) = 86+64+219=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #5640DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5640DB is #A9BF24. Grayscale: #575757. Windows color (decimal): -11124517 or 14368854. OLE color: 14368854.
HSL color Cylindrical-coordinate representation of color #5640DB: hue angle of 248.52º 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 #5640DB is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 64 | 219 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.14 |
| HSL | 248.52º | 0.68% | 0.55% | - |
| HSV(B) | 248.52º | 0.71% | 0.86% | - |
| XYZ | 18.46 | 10.76 | 68.12 | - |
| YUV | 88.25 | 201.79 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 64 | 219 | 0.61 | 0.71 | 0 | 0.14 | 248.52 | 0.68 | 0.55 |
| Hex | 56 | 40 | DB | 3D | 47 | 0 | E | F9 | 44 | 37 |
| Octal | 126 | 100 | 333 | 75 | 107 | 0 | 16 | 371 | 104 | 67 |
| Binary | 1010110 | 1000000 | 11011011 | 111101 | 1000111 | 0 | 1110 | 11111001 | 1000100 | 110111 |
Color Harmonies of #5640DB
Complementary color
Monochromatic Colors of #5640DB
Black with #5640DB
Text Example
Text Example
White with #5640DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5640DB; }
p { color: rgb(86,64,219); }
H1.HeaderClassName
{
color: #5640DB;
}
.AnyTagClassName
{
color: #5640DB;
}
</style>
background-color css
<style>
a { background-color: #5640DB; }
a { background-color: rgb(86,64,219); }
div.DivClassName
{
background-color: #5640DB;
}
.BgClassName
{
background-color: #5640DB;
}
</style>
border-color css
<style>
span { border-color: #5640DB; }
span { border-color: rgb(86,64,219); }
td.TdClassName
{
border-color: #5640DB;
}
.TagClassName
{
border-color: #5640DB;
}
</style>