Shades of Slate Blue #5648E0
Tints of Slate Blue #5648E0
RGB
CMYK
RGB Variations
Color information
#5648E0 (or 0x5648E0) is known color: Slate Blue. HEX triplet: 56, 48 and E0. RGB value is (86,72,224). Sum of RGB (Red+Green+Blue) = 86+72+224=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 224 (87.89% from 255 or 58.64% from 382); Max value from RGB is 224 - color contains mainly: blue. Hex color #5648E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5648E0 is #A9B71F. Grayscale: #5C5C5C. Windows color (decimal): -11122464 or 14698582. OLE color: 14698582.
HSL color Cylindrical-coordinate representation of color #5648E0: hue angle of 245.53º 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 #5648E0 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 72 | 224 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.12 |
| HSL | 245.53º | 0.71% | 0.58% | - |
| HSV(B) | 245.53º | 0.68% | 0.88% | - |
| XYZ | 19.61 | 11.99 | 71.8 | - |
| YUV | 93.51 | 201.64 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 72 | 224 | 0.62 | 0.68 | 0 | 0.12 | 245.53 | 0.71 | 0.58 |
| Hex | 56 | 48 | E0 | 3E | 44 | 0 | C | F6 | 47 | 3A |
| Octal | 126 | 110 | 340 | 76 | 104 | 0 | 14 | 366 | 107 | 72 |
| Binary | 1010110 | 1001000 | 11100000 | 111110 | 1000100 | 0 | 1100 | 11110110 | 1000111 | 111010 |
Color Harmonies of #5648E0
Complementary color
Monochromatic Colors of #5648E0
Black with #5648E0
Text Example
Text Example
White with #5648E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5648E0; }
p { color: rgb(86,72,224); }
H1.HeaderClassName
{
color: #5648E0;
}
.AnyTagClassName
{
color: #5648E0;
}
</style>
background-color css
<style>
a { background-color: #5648E0; }
a { background-color: rgb(86,72,224); }
div.DivClassName
{
background-color: #5648E0;
}
.BgClassName
{
background-color: #5648E0;
}
</style>
border-color css
<style>
span { border-color: #5648E0; }
span { border-color: rgb(86,72,224); }
td.TdClassName
{
border-color: #5648E0;
}
.TagClassName
{
border-color: #5648E0;
}
</style>