Html Css Color HEX #5653DB Slate Blue

📋 copy color: '#5653DB'

red 86 ◦ green 83 ◦ blue 219

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

Shades of Slate Blue #5653DB

Tints of Slate Blue #5653DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.39%

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

R = 22.16%
G = 21.39%
B = 56.44%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5653DB (or 0x5653DB) is known color: Slate Blue. HEX triplet: 56, 53 and DB. RGB value is (86,83,219). Sum of RGB (Red+Green+Blue) = 86+83+219=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #5653DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5653DB is #A9AC24. Grayscale: #626262. Windows color (decimal): -11119653 or 14373718. OLE color: 14373718.

HSL color Cylindrical-coordinate representation of color #5653DB: hue angle of 241.32º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5653DB is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 83 219 -
CMYK 0.61 0.62 0 0.14
HSL 241.32º 0.65% 0.59% -
HSV(B) 241.32º 0.62% 0.86% -
XYZ 19.72 13.28 68.54 -
YUV 99.4 195.49 118.44 -
System Red Green Blue C M Y K H S L
Decimal 86 83 219 0.61 0.62 0 0.14 241.32 0.65 0.59
Hex 56 53 DB 3D 3E 0 E F1 41 3B
Octal 126 123 333 75 76 0 16 361 101 73
Binary 1010110 1010011 11011011 111101 111110 0 1110 11110001 1000001 111011

Color Harmonies of #5653DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5653DB

Black with #5653DB

Text Example


Text Example

White with #5653DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5653DB; }

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

 H1.HeaderClassName
 {
   color: #5653DB;
 }
 .AnyTagClassName
 {
   color: #5653DB;
 }
</style>

background-color css

<style>
 a { background-color: #5653DB; }

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

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

border-color css

<style>
 span { border-color: #5653DB; }

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

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