Shades of Slate Blue #563FDB
Tints of Slate Blue #563FDB
RGB
CMYK
RGB Variations
Color information
#563FDB (or 0x563FDB) is known color: Slate Blue. HEX triplet: 56, 3F and DB. RGB value is (86,63,219). Sum of RGB (Red+Green+Blue) = 86+63+219=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #563FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563FDB is #A9C024. Grayscale: #575757. Windows color (decimal): -11124773 or 14368598. OLE color: 14368598.
HSL color Cylindrical-coordinate representation of color #563FDB: hue angle of 248.85º 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 #563FDB is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 63 | 219 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.14 |
| HSL | 248.85º | 0.68% | 0.55% | - |
| HSV(B) | 248.85º | 0.71% | 0.86% | - |
| XYZ | 18.4 | 10.65 | 68.1 | - |
| YUV | 87.66 | 202.12 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 63 | 219 | 0.61 | 0.71 | 0 | 0.14 | 248.85 | 0.68 | 0.55 |
| Hex | 56 | 3F | DB | 3D | 47 | 0 | E | F9 | 44 | 37 |
| Octal | 126 | 77 | 333 | 75 | 107 | 0 | 16 | 371 | 104 | 67 |
| Binary | 1010110 | 111111 | 11011011 | 111101 | 1000111 | 0 | 1110 | 11111001 | 1000100 | 110111 |
Color Harmonies of #563FDB
Complementary color
Monochromatic Colors of #563FDB
Black with #563FDB
Text Example
Text Example
White with #563FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563FDB; }
p { color: rgb(86,63,219); }
H1.HeaderClassName
{
color: #563FDB;
}
.AnyTagClassName
{
color: #563FDB;
}
</style>
background-color css
<style>
a { background-color: #563FDB; }
a { background-color: rgb(86,63,219); }
div.DivClassName
{
background-color: #563FDB;
}
.BgClassName
{
background-color: #563FDB;
}
</style>
border-color css
<style>
span { border-color: #563FDB; }
span { border-color: rgb(86,63,219); }
td.TdClassName
{
border-color: #563FDB;
}
.TagClassName
{
border-color: #563FDB;
}
</style>