#563EDA

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

Shades of Slate Blue #563EDA

Tints of Slate Blue #563EDA

Color information

#563EDA (or 0x563EDA) is unknown color: approx Slate Blue. HEX triplet: 56, 3E and DA. RGB value is (86,62,218). Sum of RGB (Red+Green+Blue) = 86+62+218=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #563EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563EDA is #A9C125. Grayscale: #565656. Windows color (decimal): -11125030 or 14302806. OLE color: 14302806.

HSL color Cylindrical-coordinate representation of color #563EDA: hue angle of 249.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #563EDA is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8662218-
CMYK0.610.7200.15
HSL249.23º67.83%54.9%-
HSV(B)249.23º71.56%85.49%-
XYZ18.2210.4967.39-
YUV86.96201.95127.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.50%
GREEN value IS 62 (24.61% from 255) = 16.94%
BLUE value IS 218 (85.55% from 255) = 59.56%
R=23.50%
G=16.94%
B=59.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal86622180.610.7200.15249.2367.8354.9
Hex563EDA3D480Ff94437
Octal126763327511001737110467
Binary101011011111011011010111101100100001111111110011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563EDA; }

 p { color: rgb(86,62,218); }

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

<style>
 a { background-color: #563EDA; }

 a { background-color: rgb(86,62,218); }

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

<style>
 span { border-color: #563EDA; }

 span { border-color: rgb(86,62,218); }

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