Html Css Color HEX #5641CE Slate Blue

📋 copy color: '#5641CE'

red 86 ◦ green 65 ◦ blue 206

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

Shades of Slate Blue #5641CE

Tints of Slate Blue #5641CE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.21%

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

R = 24.09%
G = 18.21%
B = 57.7%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5641CE (or 0x5641CE) is known color: Slate Blue. HEX triplet: 56, 41 and CE. RGB value is (86,65,206). Sum of RGB (Red+Green+Blue) = 86+65+206=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #5641CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5641CE is #A9BE31. Grayscale: #565656. Windows color (decimal): -11124274 or 13517142. OLE color: 13517142.

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

Color convert

RGB 86 65 206 -
CMYK 0.58 0.68 0 0.19
HSL 248.94º 0.59% 0.53% -
HSV(B) 248.94º 0.68% 0.81% -
XYZ 16.87 10.22 59.48 -
YUV 87.35 194.96 127.04 -
System Red Green Blue C M Y K H S L
Decimal 86 65 206 0.58 0.68 0 0.19 248.94 0.59 0.53
Hex 56 41 CE 3A 44 0 13 F9 3B 35
Octal 126 101 316 72 104 0 23 371 73 65
Binary 1010110 1000001 11001110 111010 1000100 0 10011 11111001 111011 110101

Color Harmonies of #5641CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5641CE

Black with #5641CE

Text Example


Text Example

White with #5641CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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