#563FDE

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

Shades of Slate Blue #563FDE

Tints of Slate Blue #563FDE

Color information

#563FDE (or 0x563FDE) is unknown color: approx Slate Blue. HEX triplet: 56, 3F and DE. RGB value is (86,63,222). Sum of RGB (Red+Green+Blue) = 86+63+222=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #563FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563FDE is #A9C021. Grayscale: #575757. Windows color (decimal): -11124770 or 14565206. OLE color: 14565206.

HSL color Cylindrical-coordinate representation of color #563FDE: hue angle of 248.68º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #563FDE is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8663222-
CMYK0.610.7200.13
HSL248.68º70.67%55.88%-
HSV(B)248.68º71.62%87.06%-
XYZ18.810.8170.2-
YUV88203.62126.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.18%
GREEN value IS 63 (25% from 255) = 16.98%
BLUE value IS 222 (87.11% from 255) = 59.84%
R=23.18%
G=16.98%
B=59.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal86632220.610.7200.13248.6870.6755.88
Hex563FDE3D480Df94738
Octal126773367511001537110770
Binary101011011111111011110111101100100001101111110011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,63,222); }

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

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

 a { background-color: rgb(86,63,222); }

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

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

 span { border-color: rgb(86,63,222); }

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