Shades of Slate Blue #564CDF
Tints of Slate Blue #564CDF
RGB
CMYK
RGB Variations
Color information
#564CDF (or 0x564CDF) is known color: Slate Blue. HEX triplet: 56, 4C and DF. RGB value is (86,76,223). Sum of RGB (Red+Green+Blue) = 86+76+223=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #564CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564CDF is #A9B320. Grayscale: #5F5F5F. Windows color (decimal): -11121441 or 14634070. OLE color: 14634070.
HSL color Cylindrical-coordinate representation of color #564CDF: hue angle of 244.08º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #564CDF is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 76 | 223 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.13 |
| HSL | 244.08º | 0.7% | 0.59% | - |
| HSV(B) | 244.08º | 0.66% | 0.87% | - |
| XYZ | 19.74 | 12.48 | 71.18 | - |
| YUV | 95.75 | 199.81 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 223 | 0.61 | 0.66 | 0 | 0.13 | 244.08 | 0.7 | 0.59 |
| Hex | 56 | 4C | DF | 3D | 42 | 0 | D | F4 | 46 | 3B |
| Octal | 126 | 114 | 337 | 75 | 102 | 0 | 15 | 364 | 106 | 73 |
| Binary | 1010110 | 1001100 | 11011111 | 111101 | 1000010 | 0 | 1101 | 11110100 | 1000110 | 111011 |
Color Harmonies of #564CDF
Complementary color
Monochromatic Colors of #564CDF
Black with #564CDF
Text Example
Text Example
White with #564CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564CDF; }
p { color: rgb(86,76,223); }
H1.HeaderClassName
{
color: #564CDF;
}
.AnyTagClassName
{
color: #564CDF;
}
</style>
background-color css
<style>
a { background-color: #564CDF; }
a { background-color: rgb(86,76,223); }
div.DivClassName
{
background-color: #564CDF;
}
.BgClassName
{
background-color: #564CDF;
}
</style>
border-color css
<style>
span { border-color: #564CDF; }
span { border-color: rgb(86,76,223); }
td.TdClassName
{
border-color: #564CDF;
}
.TagClassName
{
border-color: #564CDF;
}
</style>