Shades of Slate Blue #5647E0
Tints of Slate Blue #5647E0
RGB
CMYK
RGB Variations
Color information
#5647E0 (or 0x5647E0) is known color: Slate Blue. HEX triplet: 56, 47 and E0. RGB value is (86,71,224). Sum of RGB (Red+Green+Blue) = 86+71+224=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 224 (87.89% from 255 or 58.79% from 381); Max value from RGB is 224 - color contains mainly: blue. Hex color #5647E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5647E0 is #A9B81F. Grayscale: #5C5C5C. Windows color (decimal): -11122720 or 14698326. OLE color: 14698326.
HSL color Cylindrical-coordinate representation of color #5647E0: hue angle of 245.88º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5647E0 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 71 | 224 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.12 |
| HSL | 245.88º | 0.71% | 0.58% | - |
| HSV(B) | 245.88º | 0.68% | 0.88% | - |
| XYZ | 19.55 | 11.87 | 71.78 | - |
| YUV | 92.93 | 201.97 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 71 | 224 | 0.62 | 0.68 | 0 | 0.12 | 245.88 | 0.71 | 0.58 |
| Hex | 56 | 47 | E0 | 3E | 44 | 0 | C | F6 | 47 | 3A |
| Octal | 126 | 107 | 340 | 76 | 104 | 0 | 14 | 366 | 107 | 72 |
| Binary | 1010110 | 1000111 | 11100000 | 111110 | 1000100 | 0 | 1100 | 11110110 | 1000111 | 111010 |
Color Harmonies of #5647E0
Complementary color
Monochromatic Colors of #5647E0
Black with #5647E0
Text Example
Text Example
White with #5647E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5647E0; }
p { color: rgb(86,71,224); }
H1.HeaderClassName
{
color: #5647E0;
}
.AnyTagClassName
{
color: #5647E0;
}
</style>
background-color css
<style>
a { background-color: #5647E0; }
a { background-color: rgb(86,71,224); }
div.DivClassName
{
background-color: #5647E0;
}
.BgClassName
{
background-color: #5647E0;
}
</style>
border-color css
<style>
span { border-color: #5647E0; }
span { border-color: rgb(86,71,224); }
td.TdClassName
{
border-color: #5647E0;
}
.TagClassName
{
border-color: #5647E0;
}
</style>