Html Css Color HEX #563FDD Slate Blue

📋 copy color: '#563FDD'

red 86 ◦ green 63 ◦ blue 221

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

Shades of Slate Blue #563FDD

Tints of Slate Blue #563FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.73%

R = 23.24%
G = 17.03%
B = 59.73%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#563FDD (or 0x563FDD) is known color: Slate Blue. HEX triplet: 56, 3F and DD. RGB value is (86,63,221). Sum of RGB (Red+Green+Blue) = 86+63+221=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #563FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563FDD is #A9C022. Grayscale: #575757. Windows color (decimal): -11124771 or 14499670. OLE color: 14499670.

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

Color convert

RGB 86 63 221 -
CMYK 0.61 0.71 0 0.13
HSL 248.73º 0.7% 0.56% -
HSV(B) 248.73º 0.71% 0.87% -
XYZ 18.67 10.75 69.5 -
YUV 87.89 203.12 126.65 -
System Red Green Blue C M Y K H S L
Decimal 86 63 221 0.61 0.71 0 0.13 248.73 0.7 0.56
Hex 56 3F DD 3D 47 0 D F9 46 38
Octal 126 77 335 75 107 0 15 371 106 70
Binary 1010110 111111 11011101 111101 1000111 0 1101 11111001 1000110 111000

Color Harmonies of #563FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563FDD

Black with #563FDD

Text Example


Text Example

White with #563FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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