Shades of Slate Blue #564AD6
Tints of Slate Blue #564AD6
RGB
CMYK
RGB Variations
Color information
#564AD6 (or 0x564AD6) is known color: Slate Blue. HEX triplet: 56, 4A and D6. RGB value is (86,74,214). Sum of RGB (Red+Green+Blue) = 86+74+214=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 214 (83.98% from 255 or 57.22% from 374); Max value from RGB is 214 - color contains mainly: blue. Hex color #564AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564AD6 is #A9B529. Grayscale: #5D5D5D. Windows color (decimal): -11121962 or 14043734. OLE color: 14043734.
HSL color Cylindrical-coordinate representation of color #564AD6: hue angle of 245.14º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #564AD6 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 74 | 214 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.16 |
| HSL | 245.14º | 0.63% | 0.56% | - |
| HSV(B) | 245.14º | 0.65% | 0.84% | - |
| XYZ | 18.42 | 11.73 | 64.91 | - |
| YUV | 93.55 | 195.98 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 214 | 0.60 | 0.65 | 0 | 0.16 | 245.14 | 0.63 | 0.56 |
| Hex | 56 | 4A | D6 | 3C | 41 | 0 | 10 | F5 | 3F | 38 |
| Octal | 126 | 112 | 326 | 74 | 101 | 0 | 20 | 365 | 77 | 70 |
| Binary | 1010110 | 1001010 | 11010110 | 111100 | 1000001 | 0 | 10000 | 11110101 | 111111 | 111000 |
Color Harmonies of #564AD6
Complementary color
Monochromatic Colors of #564AD6
Black with #564AD6
Text Example
Text Example
White with #564AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564AD6; }
p { color: rgb(86,74,214); }
H1.HeaderClassName
{
color: #564AD6;
}
.AnyTagClassName
{
color: #564AD6;
}
</style>
background-color css
<style>
a { background-color: #564AD6; }
a { background-color: rgb(86,74,214); }
div.DivClassName
{
background-color: #564AD6;
}
.BgClassName
{
background-color: #564AD6;
}
</style>
border-color css
<style>
span { border-color: #564AD6; }
span { border-color: rgb(86,74,214); }
td.TdClassName
{
border-color: #564AD6;
}
.TagClassName
{
border-color: #564AD6;
}
</style>