Shades of Slate Blue #5645DB
Tints of Slate Blue #5645DB
RGB
CMYK
RGB Variations
Color information
#5645DB (or 0x5645DB) is known color: Slate Blue. HEX triplet: 56, 45 and DB. RGB value is (86,69,219). Sum of RGB (Red+Green+Blue) = 86+69+219=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #5645DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5645DB is #A9BA24. Grayscale: #5A5A5A. Windows color (decimal): -11123237 or 14370134. OLE color: 14370134.
HSL color Cylindrical-coordinate representation of color #5645DB: hue angle of 246.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5645DB is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 69 | 219 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.14 |
| HSL | 246.8º | 0.68% | 0.56% | - |
| HSV(B) | 246.8º | 0.68% | 0.86% | - |
| XYZ | 18.75 | 11.35 | 68.22 | - |
| YUV | 91.18 | 200.13 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 69 | 219 | 0.61 | 0.68 | 0 | 0.14 | 246.8 | 0.68 | 0.56 |
| Hex | 56 | 45 | DB | 3D | 44 | 0 | E | F7 | 44 | 38 |
| Octal | 126 | 105 | 333 | 75 | 104 | 0 | 16 | 367 | 104 | 70 |
| Binary | 1010110 | 1000101 | 11011011 | 111101 | 1000100 | 0 | 1110 | 11110111 | 1000100 | 111000 |
Color Harmonies of #5645DB
Complementary color
Monochromatic Colors of #5645DB
Black with #5645DB
Text Example
Text Example
White with #5645DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5645DB; }
p { color: rgb(86,69,219); }
H1.HeaderClassName
{
color: #5645DB;
}
.AnyTagClassName
{
color: #5645DB;
}
</style>
background-color css
<style>
a { background-color: #5645DB; }
a { background-color: rgb(86,69,219); }
div.DivClassName
{
background-color: #5645DB;
}
.BgClassName
{
background-color: #5645DB;
}
</style>
border-color css
<style>
span { border-color: #5645DB; }
span { border-color: rgb(86,69,219); }
td.TdClassName
{
border-color: #5645DB;
}
.TagClassName
{
border-color: #5645DB;
}
</style>