Shades of Slate Blue #5645DF
Tints of Slate Blue #5645DF
RGB
CMYK
RGB Variations
Color information
#5645DF (or 0x5645DF) is known color: Slate Blue. HEX triplet: 56, 45 and DF. RGB value is (86,69,223). Sum of RGB (Red+Green+Blue) = 86+69+223=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #5645DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5645DF is #A9BA20. Grayscale: #5B5B5B. Windows color (decimal): -11123233 or 14632278. OLE color: 14632278.
HSL color Cylindrical-coordinate representation of color #5645DF: hue angle of 246.62º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5645DF is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 69 | 223 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.13 |
| HSL | 246.62º | 0.71% | 0.57% | - |
| HSV(B) | 246.62º | 0.69% | 0.87% | - |
| XYZ | 19.29 | 11.56 | 71.03 | - |
| YUV | 91.64 | 202.13 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 69 | 223 | 0.61 | 0.69 | 0 | 0.13 | 246.62 | 0.71 | 0.57 |
| Hex | 56 | 45 | DF | 3D | 45 | 0 | D | F7 | 47 | 39 |
| Octal | 126 | 105 | 337 | 75 | 105 | 0 | 15 | 367 | 107 | 71 |
| Binary | 1010110 | 1000101 | 11011111 | 111101 | 1000101 | 0 | 1101 | 11110111 | 1000111 | 111001 |
Color Harmonies of #5645DF
Complementary color
Monochromatic Colors of #5645DF
Black with #5645DF
Text Example
Text Example
White with #5645DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5645DF; }
p { color: rgb(86,69,223); }
H1.HeaderClassName
{
color: #5645DF;
}
.AnyTagClassName
{
color: #5645DF;
}
</style>
background-color css
<style>
a { background-color: #5645DF; }
a { background-color: rgb(86,69,223); }
div.DivClassName
{
background-color: #5645DF;
}
.BgClassName
{
background-color: #5645DF;
}
</style>
border-color css
<style>
span { border-color: #5645DF; }
span { border-color: rgb(86,69,223); }
td.TdClassName
{
border-color: #5645DF;
}
.TagClassName
{
border-color: #5645DF;
}
</style>