Shades of Slate Blue #564ADF
Tints of Slate Blue #564ADF
RGB
CMYK
RGB Variations
Color information
#564ADF (or 0x564ADF) is known color: Slate Blue. HEX triplet: 56, 4A and DF. RGB value is (86,74,223). Sum of RGB (Red+Green+Blue) = 86+74+223=383 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.45% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #564ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564ADF is #A9B520. Grayscale: #5D5D5D. Windows color (decimal): -11121953 or 14633558. OLE color: 14633558.
HSL color Cylindrical-coordinate representation of color #564ADF: hue angle of 244.83º degrees, saturation: 0.7, 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 #564ADF is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 74 | 223 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.13 |
| HSL | 244.83º | 0.7% | 0.58% | - |
| HSV(B) | 244.83º | 0.67% | 0.87% | - |
| XYZ | 19.61 | 12.2 | 71.13 | - |
| YUV | 94.57 | 200.48 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 223 | 0.61 | 0.67 | 0 | 0.13 | 244.83 | 0.7 | 0.58 |
| Hex | 56 | 4A | DF | 3D | 43 | 0 | D | F5 | 46 | 3A |
| Octal | 126 | 112 | 337 | 75 | 103 | 0 | 15 | 365 | 106 | 72 |
| Binary | 1010110 | 1001010 | 11011111 | 111101 | 1000011 | 0 | 1101 | 11110101 | 1000110 | 111010 |
Color Harmonies of #564ADF
Complementary color
Monochromatic Colors of #564ADF
Black with #564ADF
Text Example
Text Example
White with #564ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564ADF; }
p { color: rgb(86,74,223); }
H1.HeaderClassName
{
color: #564ADF;
}
.AnyTagClassName
{
color: #564ADF;
}
</style>
background-color css
<style>
a { background-color: #564ADF; }
a { background-color: rgb(86,74,223); }
div.DivClassName
{
background-color: #564ADF;
}
.BgClassName
{
background-color: #564ADF;
}
</style>
border-color css
<style>
span { border-color: #564ADF; }
span { border-color: rgb(86,74,223); }
td.TdClassName
{
border-color: #564ADF;
}
.TagClassName
{
border-color: #564ADF;
}
</style>