COLOR #5C37E1

HEX: #5C37E1
RGB: (92,55,225)

Color info

#5C37E1 contains mainly blue color. Web safe color of #5C37E1 is #6633CC (or #63C).

RGB color model

#5C37E1 color RGB value is (92,55,225).

  • red value is 92;
  • green value is 55;
  • blue value is 225.
RGB:
(92,55,225)
(36%,22%,88%)

RGB channels and saturation

R 92 of 255 = 36%
G 55 of 255 = 22%
B 225 of 255 = 88%

92
55
225

R + G + B ~ 49%. #5C37E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
92 + 55 + 225 = 372 (100%)
R 92 of 372 ~ 24.73%
G 55 of 372 ~ 14.78%
B 225 of 372 ~ 60.48%

%24.73
%14.78
%60.48

CMYK color model

#5C37E1 color CMYK value is (59,76,0,12).

  • cyan value is 59.11%
  • magenta value is 75.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(59,76,0,12)
C59M76Y0K12 
(59%,76%,0%,12%)
(0.59/0.76/0.00/0.12)	

CMYK percentages

%59.11
%75.56
%0
%11.76

Codes

Color #5C37E1 in popluar color models

5C37E1
RGB9255225
HSL253°73.91%54.90%
HSB/HSV253°75.56%88.24%
CMYK59.11%75.56%0.00%
11.76%

Color #5C37E1 in popluar number systems.

HEX5C37E1
Decimal9255225
Binary101110011011111100001
Octal13467341

Shades and tints

Shades of #5C37E1

#5C37E1
(92,55,225)
#5432CD
(84,50,205)
#4C2DB9
(76,45,185)
#4428A5
(68,40,165)
#3C2391
(60,35,145)
#341E7D
(52,30,125)
#2C1969
(44,25,105)
#241455
(36,20,85)
#1C0F41
(28,15,65)
#140A2D
(20,10,45)
#0C0519
(12,5,25)
#000000
(0,0,0)

Tints of #5C37E1

#5C37E1
(92,55,225)
#6A49E3
(106,73,227)
#785BE5
(120,91,229)
#866DE7
(134,109,231)
#947FE9
(148,127,233)
#A291EB
(162,145,235)
#B0A3ED
(176,163,237)
#BEB5EF
(190,181,239)
#CCC7F1
(204,199,241)
#DAD9F3
(218,217,243)
#E8EBF5
(232,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C37E1 color. Also use rgb(92,55,225) instead hex code.

Text Font Color

.myTextColor { color: #5C37E1; }

<p style="color:#5C37E1">This sample text font color is #5C37E1.</p>

This text font color is #5C37E1.


Background Color

.myBgColor { background-color: #5C37E1; }

<div style="background-color:#5C37E1">Inner text</div>

This div background color is #5C37E1.


Border color

.myBorderColor { border: 1px solid #5C37E1; }

<div style="border:3px solid #5C37E1">Div</div>

This div border color is #5C37E1.


Opacity

.myOpacity80 { color: #5C37E1; opacity: 0.8; }

<p style="color:#5C37E1;opacity:0.8;">80%</p>

Text with #5C37E1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5C37E1;}

<p style="text-shadow: 3px 3px 1px #5C37E1">Text here.</p>

This text has shadow with #5C37E1 color.

.textShadow {text-shadow: 3px 3px 1px #5C37E1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5C37E1, 5px 5px 20px red">Text here.</p>

This text has shadow with #5C37E1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5C37E1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5C37E1, Direction=45, Strength=4)">Text</p>

This text has shadow with #5C37E1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #5C37E1;
  -webkit-box-shadow:	1px 1px 3px 2px #5C37E1;
  box-shadow:		1px 1px 3px 2px #5C37E1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5C37E1;
-webkit-box-shadow: 1px 1px 3px 2px #5C37E1;
box-shadow:1px 1px 3px 2px #5C37E1;">
Div content here</div>
This div box has shadow with color #5C37E1.

Preview

Color preview on black background

This text has color #5C37E1 on black background.


Color preview on white background

This text has color #5C37E1 on white background.



Black color preview on #5C37E1 background

This text has black color on #5C37E1 background.


White color preview on #5C37E1 background

This text has white color on #5C37E1 background.