Html Css Color HEX #563FDA Slate Blue

📋 copy color: '#563FDA'

red 86 ◦ green 63 ◦ blue 218

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

Shades of Slate Blue #563FDA

Tints of Slate Blue #563FDA

RGB

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

 GREEN value IS 63 (25% from 255) = 17.17%

 BLUE value IS 218 (85.55% from 255) = 59.4%

R = 23.43%
G = 17.17%
B = 59.4%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#563FDA (or 0x563FDA) is known color: Slate Blue. HEX triplet: 56, 3F and DA. RGB value is (86,63,218). Sum of RGB (Red+Green+Blue) = 86+63+218=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #563FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563FDA is #A9C025. Grayscale: #565656. Windows color (decimal): -11124774 or 14303062. OLE color: 14303062.

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

Color convert

RGB 86 63 218 -
CMYK 0.61 0.71 0 0.15
HSL 248.9º 0.68% 0.55% -
HSV(B) 248.9º 0.71% 0.85% -
XYZ 18.27 10.6 67.41 -
YUV 87.55 201.62 126.9 -
System Red Green Blue C M Y K H S L
Decimal 86 63 218 0.61 0.71 0 0.15 248.9 0.68 0.55
Hex 56 3F DA 3D 47 0 F F9 44 37
Octal 126 77 332 75 107 0 17 371 104 67
Binary 1010110 111111 11011010 111101 1000111 0 1111 11111001 1000100 110111

Color Harmonies of #563FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563FDA

Black with #563FDA

Text Example


Text Example

White with #563FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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