Shades of Slate Blue #5643D9
Tints of Slate Blue #5643D9
RGB
CMYK
RGB Variations
Color information
#5643D9 (or 0x5643D9) is known color: Slate Blue. HEX triplet: 56, 43 and D9. RGB value is (86,67,217). Sum of RGB (Red+Green+Blue) = 86+67+217=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 217 (85.16% from 255 or 58.65% from 370); Max value from RGB is 217 - color contains mainly: blue. Hex color #5643D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5643D9 is #A9BC26. Grayscale: #595959. Windows color (decimal): -11123751 or 14238550. OLE color: 14238550.
HSL color Cylindrical-coordinate representation of color #5643D9: hue angle of 247.6º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5643D9 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 67 | 217 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.15 |
| HSL | 247.6º | 0.66% | 0.56% | - |
| HSV(B) | 247.6º | 0.69% | 0.85% | - |
| XYZ | 18.37 | 11 | 66.8 | - |
| YUV | 89.78 | 199.79 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 217 | 0.60 | 0.69 | 0 | 0.15 | 247.6 | 0.66 | 0.56 |
| Hex | 56 | 43 | D9 | 3C | 45 | 0 | F | F8 | 42 | 38 |
| Octal | 126 | 103 | 331 | 74 | 105 | 0 | 17 | 370 | 102 | 70 |
| Binary | 1010110 | 1000011 | 11011001 | 111100 | 1000101 | 0 | 1111 | 11111000 | 1000010 | 111000 |
Color Harmonies of #5643D9
Complementary color
Monochromatic Colors of #5643D9
Black with #5643D9
Text Example
Text Example
White with #5643D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5643D9; }
p { color: rgb(86,67,217); }
H1.HeaderClassName
{
color: #5643D9;
}
.AnyTagClassName
{
color: #5643D9;
}
</style>
background-color css
<style>
a { background-color: #5643D9; }
a { background-color: rgb(86,67,217); }
div.DivClassName
{
background-color: #5643D9;
}
.BgClassName
{
background-color: #5643D9;
}
</style>
border-color css
<style>
span { border-color: #5643D9; }
span { border-color: rgb(86,67,217); }
td.TdClassName
{
border-color: #5643D9;
}
.TagClassName
{
border-color: #5643D9;
}
</style>