Shades of Slate Blue #5651DE
Tints of Slate Blue #5651DE
RGB
CMYK
RGB Variations
Color information
#5651DE (or 0x5651DE) is known color: Slate Blue. HEX triplet: 56, 51 and DE. RGB value is (86,81,222). Sum of RGB (Red+Green+Blue) = 86+81+222=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 222 (87.11% from 255 or 57.07% from 389); Max value from RGB is 222 - color contains mainly: blue. Hex color #5651DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5651DE is #A9AE21. Grayscale: #626262. Windows color (decimal): -11120162 or 14569814. OLE color: 14569814.
HSL color Cylindrical-coordinate representation of color #5651DE: hue angle of 242.13º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5651DE is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 81 | 222 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.13 |
| HSL | 242.13º | 0.68% | 0.59% | - |
| HSV(B) | 242.13º | 0.64% | 0.87% | - |
| XYZ | 19.97 | 13.14 | 70.59 | - |
| YUV | 98.57 | 197.66 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 222 | 0.61 | 0.64 | 0 | 0.13 | 242.13 | 0.68 | 0.59 |
| Hex | 56 | 51 | DE | 3D | 40 | 0 | D | F2 | 44 | 3B |
| Octal | 126 | 121 | 336 | 75 | 100 | 0 | 15 | 362 | 104 | 73 |
| Binary | 1010110 | 1010001 | 11011110 | 111101 | 1000000 | 0 | 1101 | 11110010 | 1000100 | 111011 |
Color Harmonies of #5651DE
Complementary color
Monochromatic Colors of #5651DE
Black with #5651DE
Text Example
Text Example
White with #5651DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5651DE; }
p { color: rgb(86,81,222); }
H1.HeaderClassName
{
color: #5651DE;
}
.AnyTagClassName
{
color: #5651DE;
}
</style>
background-color css
<style>
a { background-color: #5651DE; }
a { background-color: rgb(86,81,222); }
div.DivClassName
{
background-color: #5651DE;
}
.BgClassName
{
background-color: #5651DE;
}
</style>
border-color css
<style>
span { border-color: #5651DE; }
span { border-color: rgb(86,81,222); }
td.TdClassName
{
border-color: #5651DE;
}
.TagClassName
{
border-color: #5651DE;
}
</style>