Shades of Slate Blue #5643DF
Tints of Slate Blue #5643DF
RGB
CMYK
RGB Variations
Color information
#5643DF (or 0x5643DF) is known color: Slate Blue. HEX triplet: 56, 43 and DF. RGB value is (86,67,223). Sum of RGB (Red+Green+Blue) = 86+67+223=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 67 (26.56% from 255 or 17.82% 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 #5643DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5643DF is #A9BC20. Grayscale: #595959. Windows color (decimal): -11123745 or 14631766. OLE color: 14631766.
HSL color Cylindrical-coordinate representation of color #5643DF: hue angle of 247.31º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5643DF is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 67 | 223 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.13 |
| HSL | 247.31º | 0.71% | 0.57% | - |
| HSV(B) | 247.31º | 0.7% | 0.87% | - |
| XYZ | 19.16 | 11.32 | 70.99 | - |
| YUV | 90.47 | 202.79 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 223 | 0.61 | 0.70 | 0 | 0.13 | 247.31 | 0.71 | 0.57 |
| Hex | 56 | 43 | DF | 3D | 46 | 0 | D | F7 | 47 | 39 |
| Octal | 126 | 103 | 337 | 75 | 106 | 0 | 15 | 367 | 107 | 71 |
| Binary | 1010110 | 1000011 | 11011111 | 111101 | 1000110 | 0 | 1101 | 11110111 | 1000111 | 111001 |
Color Harmonies of #5643DF
Complementary color
Monochromatic Colors of #5643DF
Black with #5643DF
Text Example
Text Example
White with #5643DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5643DF; }
p { color: rgb(86,67,223); }
H1.HeaderClassName
{
color: #5643DF;
}
.AnyTagClassName
{
color: #5643DF;
}
</style>
background-color css
<style>
a { background-color: #5643DF; }
a { background-color: rgb(86,67,223); }
div.DivClassName
{
background-color: #5643DF;
}
.BgClassName
{
background-color: #5643DF;
}
</style>
border-color css
<style>
span { border-color: #5643DF; }
span { border-color: rgb(86,67,223); }
td.TdClassName
{
border-color: #5643DF;
}
.TagClassName
{
border-color: #5643DF;
}
</style>