Html Css Color HEX #563CDD Slate Blue

📋 copy color: '#563CDD'

red 86 ◦ green 60 ◦ blue 221

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

Shades of Slate Blue #563CDD

Tints of Slate Blue #563CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.35%

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

R = 23.43%
G = 16.35%
B = 60.22%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#563CDD (or 0x563CDD) is known color: Slate Blue. HEX triplet: 56, 3C and DD. RGB value is (86,60,221). Sum of RGB (Red+Green+Blue) = 86+60+221=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #563CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563CDD is #A9C322. Grayscale: #555555. Windows color (decimal): -11125539 or 14498902. OLE color: 14498902.

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

Color convert

RGB 86 60 221 -
CMYK 0.61 0.73 0 0.13
HSL 249.69º 0.7% 0.55% -
HSV(B) 249.69º 0.73% 0.87% -
XYZ 18.5 10.43 69.44 -
YUV 86.13 204.11 127.91 -
System Red Green Blue C M Y K H S L
Decimal 86 60 221 0.61 0.73 0 0.13 249.69 0.7 0.55
Hex 56 3C DD 3D 49 0 D FA 46 37
Octal 126 74 335 75 111 0 15 372 106 67
Binary 1010110 111100 11011101 111101 1001001 0 1101 11111010 1000110 110111

Color Harmonies of #563CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563CDD

Black with #563CDD

Text Example


Text Example

White with #563CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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