Shades of Slate Blue #5856DF
Tints of Slate Blue #5856DF
RGB
CMYK
RGB Variations
Color information
#5856DF (or 0x5856DF) is known color: Slate Blue. HEX triplet: 58, 56 and DF. RGB value is (88,86,223). Sum of RGB (Red+Green+Blue) = 88+86+223=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #5856DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5856DF is #A7A920. Grayscale: #656565. Windows color (decimal): -10987809 or 14636632. OLE color: 14636632.
HSL color Cylindrical-coordinate representation of color #5856DF: hue angle of 240.88º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5856DF is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 86 | 223 | - |
| CMYK | 0.61 | 0.61 | 0 | 0.13 |
| HSL | 240.88º | 0.68% | 0.61% | - |
| HSV(B) | 240.88º | 0.61% | 0.87% | - |
| XYZ | 20.67 | 14.06 | 71.44 | - |
| YUV | 102.22 | 196.16 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 86 | 223 | 0.61 | 0.61 | 0 | 0.13 | 240.88 | 0.68 | 0.61 |
| Hex | 58 | 56 | DF | 3D | 3D | 0 | D | F1 | 44 | 3D |
| Octal | 130 | 126 | 337 | 75 | 75 | 0 | 15 | 361 | 104 | 75 |
| Binary | 1011000 | 1010110 | 11011111 | 111101 | 111101 | 0 | 1101 | 11110001 | 1000100 | 111101 |
Color Harmonies of #5856DF
Complementary color
Monochromatic Colors of #5856DF
Black with #5856DF
Text Example
Text Example
White with #5856DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5856DF; }
p { color: rgb(88,86,223); }
H1.HeaderClassName
{
color: #5856DF;
}
.AnyTagClassName
{
color: #5856DF;
}
</style>
background-color css
<style>
a { background-color: #5856DF; }
a { background-color: rgb(88,86,223); }
div.DivClassName
{
background-color: #5856DF;
}
.BgClassName
{
background-color: #5856DF;
}
</style>
border-color css
<style>
span { border-color: #5856DF; }
span { border-color: rgb(88,86,223); }
td.TdClassName
{
border-color: #5856DF;
}
.TagClassName
{
border-color: #5856DF;
}
</style>