Html Css Color HEX #5643CE Slate Blue

📋 copy color: '#5643CE'

red 86 ◦ green 67 ◦ blue 206

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

Shades of Slate Blue #5643CE

Tints of Slate Blue #5643CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.38%

R = 23.96%
G = 18.66%
B = 57.38%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5643CE (or 0x5643CE) is known color: Slate Blue. HEX triplet: 56, 43 and CE. RGB value is (86,67,206). Sum of RGB (Red+Green+Blue) = 86+67+206=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #5643CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5643CE is #A9BC31. Grayscale: #575757. Windows color (decimal): -11123762 or 13517654. OLE color: 13517654.

HSL color Cylindrical-coordinate representation of color #5643CE: hue angle of 248.2º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5643CE is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 67 206 -
CMYK 0.58 0.67 0 0.19
HSL 248.2º 0.59% 0.54% -
HSV(B) 248.2º 0.67% 0.81% -
XYZ 16.99 10.45 59.51 -
YUV 88.53 194.29 126.2 -
System Red Green Blue C M Y K H S L
Decimal 86 67 206 0.58 0.67 0 0.19 248.2 0.59 0.54
Hex 56 43 CE 3A 43 0 13 F8 3B 36
Octal 126 103 316 72 103 0 23 370 73 66
Binary 1010110 1000011 11001110 111010 1000011 0 10011 11111000 111011 110110

Color Harmonies of #5643CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5643CE

Black with #5643CE

Text Example


Text Example

White with #5643CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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