Html Css Color HEX #563EDE Slate Blue

📋 copy color: '#563EDE'

red 86 ◦ green 62 ◦ blue 222

#563EDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #563EDE

Tints of Slate Blue #563EDE

RGB

 RED value IS 86 (33.98% from 255) = 23.24%

 GREEN value IS 62 (24.61% from 255) = 16.76%

 BLUE value IS 222 (87.11% from 255) = 60%

R = 23.24%
G = 16.76%
B = 60%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#563EDE (or 0x563EDE) is known color: Slate Blue. HEX triplet: 56, 3E and DE. RGB value is (86,62,222). Sum of RGB (Red+Green+Blue) = 86+62+222=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #563EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563EDE is #A9C121. Grayscale: #565656. Windows color (decimal): -11125026 or 14564950. OLE color: 14564950.

HSL color Cylindrical-coordinate representation of color #563EDE: hue angle of 249º 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 #563EDE is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 62 222 -
CMYK 0.61 0.72 0 0.13
HSL 249º 0.71% 0.56% -
HSV(B) 249º 0.72% 0.87% -
XYZ 18.75 10.7 70.18 -
YUV 87.42 203.95 126.99 -
System Red Green Blue C M Y K H S L
Decimal 86 62 222 0.61 0.72 0 0.13 249 0.71 0.56
Hex 56 3E DE 3D 48 0 D F9 47 38
Octal 126 76 336 75 110 0 15 371 107 70
Binary 1010110 111110 11011110 111101 1001000 0 1101 11111001 1000111 111000

Color Harmonies of #563EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563EDE

Black with #563EDE

Text Example


Text Example

White with #563EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #563EDE;
 }
 .AnyTagClassName
 {
   color: #563EDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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