Shades of Slate Blue #564FDD
Tints of Slate Blue #564FDD
RGB
CMYK
RGB Variations
Color information
#564FDD (or 0x564FDD) is known color: Slate Blue. HEX triplet: 56, 4F and DD. RGB value is (86,79,221). Sum of RGB (Red+Green+Blue) = 86+79+221=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #564FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564FDD is #A9B022. Grayscale: #606060. Windows color (decimal): -11120675 or 14503766. OLE color: 14503766.
HSL color Cylindrical-coordinate representation of color #564FDD: hue angle of 242.96º 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 #564FDD is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 79 | 221 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.13 |
| HSL | 242.96º | 0.68% | 0.59% | - |
| HSV(B) | 242.96º | 0.64% | 0.87% | - |
| XYZ | 19.68 | 12.79 | 69.84 | - |
| YUV | 97.28 | 197.82 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 221 | 0.61 | 0.64 | 0 | 0.13 | 242.96 | 0.68 | 0.59 |
| Hex | 56 | 4F | DD | 3D | 40 | 0 | D | F3 | 44 | 3B |
| Octal | 126 | 117 | 335 | 75 | 100 | 0 | 15 | 363 | 104 | 73 |
| Binary | 1010110 | 1001111 | 11011101 | 111101 | 1000000 | 0 | 1101 | 11110011 | 1000100 | 111011 |
Color Harmonies of #564FDD
Complementary color
Monochromatic Colors of #564FDD
Black with #564FDD
Text Example
Text Example
White with #564FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564FDD; }
p { color: rgb(86,79,221); }
H1.HeaderClassName
{
color: #564FDD;
}
.AnyTagClassName
{
color: #564FDD;
}
</style>
background-color css
<style>
a { background-color: #564FDD; }
a { background-color: rgb(86,79,221); }
div.DivClassName
{
background-color: #564FDD;
}
.BgClassName
{
background-color: #564FDD;
}
</style>
border-color css
<style>
span { border-color: #564FDD; }
span { border-color: rgb(86,79,221); }
td.TdClassName
{
border-color: #564FDD;
}
.TagClassName
{
border-color: #564FDD;
}
</style>