Shades of Slate Blue #5651DF
Tints of Slate Blue #5651DF
RGB
CMYK
RGB Variations
Color information
#5651DF (or 0x5651DF) is known color: Slate Blue. HEX triplet: 56, 51 and DF. RGB value is (86,81,223). Sum of RGB (Red+Green+Blue) = 86+81+223=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #5651DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5651DF is #A9AE20. Grayscale: #626262. Windows color (decimal): -11120161 or 14635350. OLE color: 14635350.
HSL color Cylindrical-coordinate representation of color #5651DF: hue angle of 242.11º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5651DF is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 81 | 223 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.13 |
| HSL | 242.11º | 0.69% | 0.6% | - |
| HSV(B) | 242.11º | 0.64% | 0.87% | - |
| XYZ | 20.1 | 13.19 | 71.3 | - |
| YUV | 98.68 | 198.16 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 223 | 0.61 | 0.64 | 0 | 0.13 | 242.11 | 0.69 | 0.6 |
| Hex | 56 | 51 | DF | 3D | 40 | 0 | D | F2 | 45 | 3C |
| Octal | 126 | 121 | 337 | 75 | 100 | 0 | 15 | 362 | 105 | 74 |
| Binary | 1010110 | 1010001 | 11011111 | 111101 | 1000000 | 0 | 1101 | 11110010 | 1000101 | 111100 |
Color Harmonies of #5651DF
Complementary color
Monochromatic Colors of #5651DF
Black with #5651DF
Text Example
Text Example
White with #5651DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5651DF; }
p { color: rgb(86,81,223); }
H1.HeaderClassName
{
color: #5651DF;
}
.AnyTagClassName
{
color: #5651DF;
}
</style>
background-color css
<style>
a { background-color: #5651DF; }
a { background-color: rgb(86,81,223); }
div.DivClassName
{
background-color: #5651DF;
}
.BgClassName
{
background-color: #5651DF;
}
</style>
border-color css
<style>
span { border-color: #5651DF; }
span { border-color: rgb(86,81,223); }
td.TdClassName
{
border-color: #5651DF;
}
.TagClassName
{
border-color: #5651DF;
}
</style>