#564EC8

Color #564EC8 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #564EC8

Tints of Slate Blue #564EC8

Color information

#564EC8 (or 0x564EC8) is unknown color: approx Slate Blue. HEX triplet: 56, 4E and C8. RGB value is (86,78,200). Sum of RGB (Red+Green+Blue) = 86+78+200=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 200 (78.52% from 255 or 54.95% from 364); Max value from RGB is 200 - color contains mainly: blue. Hex color #564EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564EC8 is #A9B137. Grayscale: #5D5D5D. Windows color (decimal): -11120952 or 13127254. OLE color: 13127254.

HSL color Cylindrical-coordinate representation of color #564EC8: hue angle of 243.93º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #564EC8 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8678200-
CMYK0.570.6100.22
HSL243.93º52.59%54.51%-
HSV(B)243.93º61%78.43%-
XYZ16.9911.655.99-
YUV94.3187.65122.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 23.63%
GREEN value IS 78 (30.86% from 255) = 21.43%
BLUE value IS 200 (78.52% from 255) = 54.95%
R=23.63%
G=21.43%
B=54.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal86782000.570.6100.22243.9352.5954.51
Hex564EC8393D016f43537
Octal12611631071750263646567
Binary101011010011101100100011100111110101011011110100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564EC8; }

 p { color: rgb(86,78,200); }

 H1.HeaderClassName
 {
   color: #564EC8;
 }
 .AnyTagClassName
 {
   color: #564EC8;
 }
</style>
background-color css

<style>
 a { background-color: #564EC8; }

 a { background-color: rgb(86,78,200); }

 div.DivClassName
 {
   background-color: #564EC8;
 }
 .BgClassName
 {
   background-color: #564EC8;
 }
</style>
border-color css

<style>
 span { border-color: #564EC8; }

 span { border-color: rgb(86,78,200); }

 td.TdClassName
 {
   border-color: #564EC8;
 }
 .TagClassName
 {
   border-color: #564EC8;
 }
</style>