Shades of Slate Blue #5654DE
Tints of Slate Blue #5654DE
RGB
CMYK
RGB Variations
Color information
#5654DE (or 0x5654DE) is known color: Slate Blue. HEX triplet: 56, 54 and DE. RGB value is (86,84,222). Sum of RGB (Red+Green+Blue) = 86+84+222=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 222 (87.11% from 255 or 56.63% from 392); Max value from RGB is 222 - color contains mainly: blue. Hex color #5654DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5654DE is #A9AB21. Grayscale: #636363. Windows color (decimal): -11119394 or 14570582. OLE color: 14570582.
HSL color Cylindrical-coordinate representation of color #5654DE: hue angle of 240.87º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5654DE is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 84 | 222 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.13 |
| HSL | 240.87º | 0.68% | 0.6% | - |
| HSV(B) | 240.87º | 0.62% | 0.87% | - |
| XYZ | 20.19 | 13.59 | 70.67 | - |
| YUV | 100.33 | 196.66 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 222 | 0.61 | 0.62 | 0 | 0.13 | 240.87 | 0.68 | 0.6 |
| Hex | 56 | 54 | DE | 3D | 3E | 0 | D | F1 | 44 | 3C |
| Octal | 126 | 124 | 336 | 75 | 76 | 0 | 15 | 361 | 104 | 74 |
| Binary | 1010110 | 1010100 | 11011110 | 111101 | 111110 | 0 | 1101 | 11110001 | 1000100 | 111100 |
Color Harmonies of #5654DE
Complementary color
Monochromatic Colors of #5654DE
Black with #5654DE
Text Example
Text Example
White with #5654DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5654DE; }
p { color: rgb(86,84,222); }
H1.HeaderClassName
{
color: #5654DE;
}
.AnyTagClassName
{
color: #5654DE;
}
</style>
background-color css
<style>
a { background-color: #5654DE; }
a { background-color: rgb(86,84,222); }
div.DivClassName
{
background-color: #5654DE;
}
.BgClassName
{
background-color: #5654DE;
}
</style>
border-color css
<style>
span { border-color: #5654DE; }
span { border-color: rgb(86,84,222); }
td.TdClassName
{
border-color: #5654DE;
}
.TagClassName
{
border-color: #5654DE;
}
</style>