Shades of Slate Blue #5648CE
Tints of Slate Blue #5648CE
RGB
CMYK
RGB Variations
Color information
#5648CE (or 0x5648CE) is known color: Slate Blue. HEX triplet: 56, 48 and CE. RGB value is (86,72,206). Sum of RGB (Red+Green+Blue) = 86+72+206=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #5648CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5648CE is #A9B731. Grayscale: #5A5A5A. Windows color (decimal): -11122482 or 13518934. OLE color: 13518934.
HSL color Cylindrical-coordinate representation of color #5648CE: hue angle of 246.27º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5648CE is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 72 | 206 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.19 |
| HSL | 246.27º | 0.58% | 0.55% | - |
| HSV(B) | 246.27º | 0.65% | 0.81% | - |
| XYZ | 17.3 | 11.07 | 59.62 | - |
| YUV | 91.46 | 192.64 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 72 | 206 | 0.58 | 0.65 | 0 | 0.19 | 246.27 | 0.58 | 0.55 |
| Hex | 56 | 48 | CE | 3A | 41 | 0 | 13 | F6 | 3A | 37 |
| Octal | 126 | 110 | 316 | 72 | 101 | 0 | 23 | 366 | 72 | 67 |
| Binary | 1010110 | 1001000 | 11001110 | 111010 | 1000001 | 0 | 10011 | 11110110 | 111010 | 110111 |
Color Harmonies of #5648CE
Complementary color
Monochromatic Colors of #5648CE
Black with #5648CE
Text Example
Text Example
White with #5648CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5648CE; }
p { color: rgb(86,72,206); }
H1.HeaderClassName
{
color: #5648CE;
}
.AnyTagClassName
{
color: #5648CE;
}
</style>
background-color css
<style>
a { background-color: #5648CE; }
a { background-color: rgb(86,72,206); }
div.DivClassName
{
background-color: #5648CE;
}
.BgClassName
{
background-color: #5648CE;
}
</style>
border-color css
<style>
span { border-color: #5648CE; }
span { border-color: rgb(86,72,206); }
td.TdClassName
{
border-color: #5648CE;
}
.TagClassName
{
border-color: #5648CE;
}
</style>