Shades of Slate Blue #564ADD
Tints of Slate Blue #564ADD
RGB
CMYK
RGB Variations
Color information
#564ADD (or 0x564ADD) is known color: Slate Blue. HEX triplet: 56, 4A and DD. RGB value is (86,74,221). Sum of RGB (Red+Green+Blue) = 86+74+221=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #564ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564ADD is #A9B522. Grayscale: #5D5D5D. Windows color (decimal): -11121955 or 14502486. OLE color: 14502486.
HSL color Cylindrical-coordinate representation of color #564ADD: hue angle of 244.9º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #564ADD is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 74 | 221 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.13 |
| HSL | 244.9º | 0.68% | 0.58% | - |
| HSV(B) | 244.9º | 0.67% | 0.87% | - |
| XYZ | 19.34 | 12.1 | 69.72 | - |
| YUV | 94.35 | 199.48 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 221 | 0.61 | 0.67 | 0 | 0.13 | 244.9 | 0.68 | 0.58 |
| Hex | 56 | 4A | DD | 3D | 43 | 0 | D | F5 | 44 | 3A |
| Octal | 126 | 112 | 335 | 75 | 103 | 0 | 15 | 365 | 104 | 72 |
| Binary | 1010110 | 1001010 | 11011101 | 111101 | 1000011 | 0 | 1101 | 11110101 | 1000100 | 111010 |
Color Harmonies of #564ADD
Complementary color
Monochromatic Colors of #564ADD
Black with #564ADD
Text Example
Text Example
White with #564ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564ADD; }
p { color: rgb(86,74,221); }
H1.HeaderClassName
{
color: #564ADD;
}
.AnyTagClassName
{
color: #564ADD;
}
</style>
background-color css
<style>
a { background-color: #564ADD; }
a { background-color: rgb(86,74,221); }
div.DivClassName
{
background-color: #564ADD;
}
.BgClassName
{
background-color: #564ADD;
}
</style>
border-color css
<style>
span { border-color: #564ADD; }
span { border-color: rgb(86,74,221); }
td.TdClassName
{
border-color: #564ADD;
}
.TagClassName
{
border-color: #564ADD;
}
</style>