Shades of Slate Blue #564ADB
Tints of Slate Blue #564ADB
RGB
CMYK
RGB Variations
Color information
#564ADB (or 0x564ADB) is known color: Slate Blue. HEX triplet: 56, 4A and DB. RGB value is (86,74,219). Sum of RGB (Red+Green+Blue) = 86+74+219=379 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.69% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #564ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564ADB is #A9B524. Grayscale: #5D5D5D. Windows color (decimal): -11121957 or 14371414. OLE color: 14371414.
HSL color Cylindrical-coordinate representation of color #564ADB: hue angle of 244.97º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #564ADB is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 74 | 219 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.14 |
| HSL | 244.97º | 0.67% | 0.57% | - |
| HSV(B) | 244.97º | 0.66% | 0.86% | - |
| XYZ | 19.07 | 11.99 | 68.33 | - |
| YUV | 94.12 | 198.48 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 219 | 0.61 | 0.66 | 0 | 0.14 | 244.97 | 0.67 | 0.57 |
| Hex | 56 | 4A | DB | 3D | 42 | 0 | E | F5 | 43 | 39 |
| Octal | 126 | 112 | 333 | 75 | 102 | 0 | 16 | 365 | 103 | 71 |
| Binary | 1010110 | 1001010 | 11011011 | 111101 | 1000010 | 0 | 1110 | 11110101 | 1000011 | 111001 |
Color Harmonies of #564ADB
Complementary color
Monochromatic Colors of #564ADB
Black with #564ADB
Text Example
Text Example
White with #564ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564ADB; }
p { color: rgb(86,74,219); }
H1.HeaderClassName
{
color: #564ADB;
}
.AnyTagClassName
{
color: #564ADB;
}
</style>
background-color css
<style>
a { background-color: #564ADB; }
a { background-color: rgb(86,74,219); }
div.DivClassName
{
background-color: #564ADB;
}
.BgClassName
{
background-color: #564ADB;
}
</style>
border-color css
<style>
span { border-color: #564ADB; }
span { border-color: rgb(86,74,219); }
td.TdClassName
{
border-color: #564ADB;
}
.TagClassName
{
border-color: #564ADB;
}
</style>