Shades of Slate Blue #564BDF
Tints of Slate Blue #564BDF
RGB
CMYK
RGB Variations
Color information
#564BDF (or 0x564BDF) is known color: Slate Blue. HEX triplet: 56, 4B and DF. RGB value is (86,75,223). Sum of RGB (Red+Green+Blue) = 86+75+223=384 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.40% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #564BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564BDF is #A9B420. Grayscale: #5E5E5E. Windows color (decimal): -11121697 or 14633814. OLE color: 14633814.
HSL color Cylindrical-coordinate representation of color #564BDF: hue angle of 244.46º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #564BDF is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 75 | 223 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.13 |
| HSL | 244.46º | 0.7% | 0.58% | - |
| HSV(B) | 244.46º | 0.66% | 0.87% | - |
| XYZ | 19.67 | 12.34 | 71.16 | - |
| YUV | 95.16 | 200.14 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 223 | 0.61 | 0.66 | 0 | 0.13 | 244.46 | 0.7 | 0.58 |
| Hex | 56 | 4B | DF | 3D | 42 | 0 | D | F4 | 46 | 3A |
| Octal | 126 | 113 | 337 | 75 | 102 | 0 | 15 | 364 | 106 | 72 |
| Binary | 1010110 | 1001011 | 11011111 | 111101 | 1000010 | 0 | 1101 | 11110100 | 1000110 | 111010 |
Color Harmonies of #564BDF
Complementary color
Monochromatic Colors of #564BDF
Black with #564BDF
Text Example
Text Example
White with #564BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564BDF; }
p { color: rgb(86,75,223); }
H1.HeaderClassName
{
color: #564BDF;
}
.AnyTagClassName
{
color: #564BDF;
}
</style>
background-color css
<style>
a { background-color: #564BDF; }
a { background-color: rgb(86,75,223); }
div.DivClassName
{
background-color: #564BDF;
}
.BgClassName
{
background-color: #564BDF;
}
</style>
border-color css
<style>
span { border-color: #564BDF; }
span { border-color: rgb(86,75,223); }
td.TdClassName
{
border-color: #564BDF;
}
.TagClassName
{
border-color: #564BDF;
}
</style>