Html Css Color HEX #5640DA Slate Blue

📋 copy color: '#5640DA'

red 86 ◦ green 64 ◦ blue 218

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

Shades of Slate Blue #5640DA

Tints of Slate Blue #5640DA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.39%

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

R = 23.37%
G = 17.39%
B = 59.24%

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

#5640DA (or 0x5640DA) is known color: Slate Blue. HEX triplet: 56, 40 and DA. RGB value is (86,64,218). Sum of RGB (Red+Green+Blue) = 86+64+218=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #5640DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5640DA is #A9BF25. Grayscale: #575757. Windows color (decimal): -11124518 or 14303318. OLE color: 14303318.

HSL color Cylindrical-coordinate representation of color #5640DA: hue angle of 248.57º 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 #5640DA is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 64 218 -
CMYK 0.61 0.71 0 0.15
HSL 248.57º 0.68% 0.55% -
HSV(B) 248.57º 0.71% 0.85% -
XYZ 18.33 10.71 67.43 -
YUV 88.13 201.29 126.48 -
System Red Green Blue C M Y K H S L
Decimal 86 64 218 0.61 0.71 0 0.15 248.57 0.68 0.55
Hex 56 40 DA 3D 47 0 F F9 44 37
Octal 126 100 332 75 107 0 17 371 104 67
Binary 1010110 1000000 11011010 111101 1000111 0 1111 11111001 1000100 110111

Color Harmonies of #5640DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5640DA

Black with #5640DA

Text Example


Text Example

White with #5640DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5640DA; }

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

 H1.HeaderClassName
 {
   color: #5640DA;
 }
 .AnyTagClassName
 {
   color: #5640DA;
 }
</style>

background-color css

<style>
 a { background-color: #5640DA; }

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

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

border-color css

<style>
 span { border-color: #5640DA; }

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

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