Html Css Color HEX #563DDB Slate Blue

📋 copy color: '#563DDB'

red 86 ◦ green 61 ◦ blue 219

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

Shades of Slate Blue #563DDB

Tints of Slate Blue #563DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.67%

 BLUE value IS 219 (85.94% from 255) = 59.84%

R = 23.5%
G = 16.67%
B = 59.84%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#563DDB (or 0x563DDB) is known color: Slate Blue. HEX triplet: 56, 3D and DB. RGB value is (86,61,219). Sum of RGB (Red+Green+Blue) = 86+61+219=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #563DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563DDB is #A9C224. Grayscale: #555555. Windows color (decimal): -11125285 or 14368086. OLE color: 14368086.

HSL color Cylindrical-coordinate representation of color #563DDB: hue angle of 249.49º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #563DDB is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 61 219 -
CMYK 0.61 0.72 0 0.14
HSL 249.49º 0.69% 0.55% -
HSV(B) 249.49º 0.72% 0.86% -
XYZ 18.29 10.43 68.07 -
YUV 86.49 202.78 127.65 -
System Red Green Blue C M Y K H S L
Decimal 86 61 219 0.61 0.72 0 0.14 249.49 0.69 0.55
Hex 56 3D DB 3D 48 0 E F9 45 37
Octal 126 75 333 75 110 0 16 371 105 67
Binary 1010110 111101 11011011 111101 1001000 0 1110 11111001 1000101 110111

Color Harmonies of #563DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563DDB

Black with #563DDB

Text Example


Text Example

White with #563DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,61,219); }

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

background-color css

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

 a { background-color: rgb(86,61,219); }

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

border-color css

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

 span { border-color: rgb(86,61,219); }

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