Shades of Slate Blue #5856D6
Tints of Slate Blue #5856D6
RGB
CMYK
RGB Variations
Color information
#5856D6 (or 0x5856D6) is known color: Slate Blue. HEX triplet: 58, 56 and D6. RGB value is (88,86,214). Sum of RGB (Red+Green+Blue) = 88+86+214=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 214 (83.98% from 255 or 55.15% from 388); Max value from RGB is 214 - color contains mainly: blue. Hex color #5856D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5856D6 is #A7A929. Grayscale: #646464. Windows color (decimal): -10987818 or 14046808. OLE color: 14046808.
HSL color Cylindrical-coordinate representation of color #5856D6: hue angle of 240.94º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5856D6 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 86 | 214 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.16 |
| HSL | 240.94º | 0.61% | 0.59% | - |
| HSV(B) | 240.94º | 0.6% | 0.84% | - |
| XYZ | 19.49 | 13.59 | 65.21 | - |
| YUV | 101.19 | 191.66 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 86 | 214 | 0.59 | 0.60 | 0 | 0.16 | 240.94 | 0.61 | 0.59 |
| Hex | 58 | 56 | D6 | 3B | 3C | 0 | 10 | F1 | 3D | 3B |
| Octal | 130 | 126 | 326 | 73 | 74 | 0 | 20 | 361 | 75 | 73 |
| Binary | 1011000 | 1010110 | 11010110 | 111011 | 111100 | 0 | 10000 | 11110001 | 111101 | 111011 |
Color Harmonies of #5856D6
Complementary color
Monochromatic Colors of #5856D6
Black with #5856D6
Text Example
Text Example
White with #5856D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5856D6; }
p { color: rgb(88,86,214); }
H1.HeaderClassName
{
color: #5856D6;
}
.AnyTagClassName
{
color: #5856D6;
}
</style>
background-color css
<style>
a { background-color: #5856D6; }
a { background-color: rgb(88,86,214); }
div.DivClassName
{
background-color: #5856D6;
}
.BgClassName
{
background-color: #5856D6;
}
</style>
border-color css
<style>
span { border-color: #5856D6; }
span { border-color: rgb(88,86,214); }
td.TdClassName
{
border-color: #5856D6;
}
.TagClassName
{
border-color: #5856D6;
}
</style>