Html Css Color HEX #5643D7 Slate Blue

📋 copy color: '#5643D7'

red 86 ◦ green 67 ◦ blue 215

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

Shades of Slate Blue #5643D7

Tints of Slate Blue #5643D7

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.21%

 BLUE value IS 215 (84.38% from 255) = 58.42%

R = 23.37%
G = 18.21%
B = 58.42%

CMYK

 C value IS 0.6

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5643D7 (or 0x5643D7) is known color: Slate Blue. HEX triplet: 56, 43 and D7. RGB value is (86,67,215). Sum of RGB (Red+Green+Blue) = 86+67+215=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 215 (84.38% from 255 or 58.42% from 368); Max value from RGB is 215 - color contains mainly: blue. Hex color #5643D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5643D7 is #A9BC28. Grayscale: #585858. Windows color (decimal): -11123753 or 14107478. OLE color: 14107478.

HSL color Cylindrical-coordinate representation of color #5643D7: hue angle of 247.7º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5643D7 is Cyan = 0.6, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 67 215 -
CMYK 0.6 0.69 0 0.16
HSL 247.7º 0.65% 0.55% -
HSV(B) 247.7º 0.69% 0.84% -
XYZ 18.11 10.9 65.44 -
YUV 89.55 198.79 125.47 -
System Red Green Blue C M Y K H S L
Decimal 86 67 215 0.6 0.69 0 0.16 247.7 0.65 0.55
Hex 56 43 D7 3C 45 0 10 F8 41 37
Octal 126 103 327 74 105 0 20 370 101 67
Binary 1010110 1000011 11010111 111100 1000101 0 10000 11111000 1000001 110111

Color Harmonies of #5643D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5643D7

Black with #5643D7

Text Example


Text Example

White with #5643D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5643D7; }

 p { color: rgb(86,67,215); }

 H1.HeaderClassName
 {
   color: #5643D7;
 }
 .AnyTagClassName
 {
   color: #5643D7;
 }
</style>

background-color css

<style>
 a { background-color: #5643D7; }

 a { background-color: rgb(86,67,215); }

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

border-color css

<style>
 span { border-color: #5643D7; }

 span { border-color: rgb(86,67,215); }

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