Shades of Slate Blue #564FDF
Tints of Slate Blue #564FDF
RGB
CMYK
RGB Variations
Color information
#564FDF (or 0x564FDF) is known color: Slate Blue. HEX triplet: 56, 4F and DF. RGB value is (86,79,223). Sum of RGB (Red+Green+Blue) = 86+79+223=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #564FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564FDF is #A9B020. Grayscale: #606060. Windows color (decimal): -11120673 or 14634838. OLE color: 14634838.
HSL color Cylindrical-coordinate representation of color #564FDF: hue angle of 242.92º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #564FDF is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 79 | 223 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.13 |
| HSL | 242.92º | 0.69% | 0.59% | - |
| HSV(B) | 242.92º | 0.65% | 0.87% | - |
| XYZ | 19.95 | 12.9 | 71.25 | - |
| YUV | 97.51 | 198.82 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 223 | 0.61 | 0.65 | 0 | 0.13 | 242.92 | 0.69 | 0.59 |
| Hex | 56 | 4F | DF | 3D | 41 | 0 | D | F3 | 45 | 3B |
| Octal | 126 | 117 | 337 | 75 | 101 | 0 | 15 | 363 | 105 | 73 |
| Binary | 1010110 | 1001111 | 11011111 | 111101 | 1000001 | 0 | 1101 | 11110011 | 1000101 | 111011 |
Color Harmonies of #564FDF
Complementary color
Monochromatic Colors of #564FDF
Black with #564FDF
Text Example
Text Example
White with #564FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564FDF; }
p { color: rgb(86,79,223); }
H1.HeaderClassName
{
color: #564FDF;
}
.AnyTagClassName
{
color: #564FDF;
}
</style>
background-color css
<style>
a { background-color: #564FDF; }
a { background-color: rgb(86,79,223); }
div.DivClassName
{
background-color: #564FDF;
}
.BgClassName
{
background-color: #564FDF;
}
</style>
border-color css
<style>
span { border-color: #564FDF; }
span { border-color: rgb(86,79,223); }
td.TdClassName
{
border-color: #564FDF;
}
.TagClassName
{
border-color: #564FDF;
}
</style>