Shades of Slate Blue #564EC3
Tints of Slate Blue #564EC3
RGB
CMYK
RGB Variations
Color information
#564EC3 (or 0x564EC3) is known color: Slate Blue. HEX triplet: 56, 4E and C3. RGB value is (86,78,195). Sum of RGB (Red+Green+Blue) = 86+78+195=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 195 (76.56% from 255 or 54.32% from 359); Max value from RGB is 195 - color contains mainly: blue. Hex color #564EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564EC3 is #A9B13C. Grayscale: #5D5D5D. Windows color (decimal): -11120957 or 12799574. OLE color: 12799574.
HSL color Cylindrical-coordinate representation of color #564EC3: hue angle of 244.1º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #564EC3 is Cyan = 0.56, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 78 | 195 | - |
| CMYK | 0.56 | 0.6 | 0 | 0.24 |
| HSL | 244.1º | 0.49% | 0.54% | - |
| HSV(B) | 244.1º | 0.6% | 0.76% | - |
| XYZ | 16.41 | 11.37 | 52.96 | - |
| YUV | 93.73 | 185.15 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 195 | 0.56 | 0.6 | 0 | 0.24 | 244.1 | 0.49 | 0.54 |
| Hex | 56 | 4E | C3 | 38 | 3C | 0 | 18 | F4 | 31 | 36 |
| Octal | 126 | 116 | 303 | 70 | 74 | 0 | 30 | 364 | 61 | 66 |
| Binary | 1010110 | 1001110 | 11000011 | 111000 | 111100 | 0 | 11000 | 11110100 | 110001 | 110110 |
Color Harmonies of #564EC3
Complementary color
Monochromatic Colors of #564EC3
Black with #564EC3
Text Example
Text Example
White with #564EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564EC3; }
p { color: rgb(86,78,195); }
H1.HeaderClassName
{
color: #564EC3;
}
.AnyTagClassName
{
color: #564EC3;
}
</style>
background-color css
<style>
a { background-color: #564EC3; }
a { background-color: rgb(86,78,195); }
div.DivClassName
{
background-color: #564EC3;
}
.BgClassName
{
background-color: #564EC3;
}
</style>
border-color css
<style>
span { border-color: #564EC3; }
span { border-color: rgb(86,78,195); }
td.TdClassName
{
border-color: #564EC3;
}
.TagClassName
{
border-color: #564EC3;
}
</style>