COLOR #5C48B1

HEX: #5C48B1
RGB: (92,72,177)

Color info

#5C48B1 contains mainly blue color. Web safe color of #5C48B1 is #663399 (or #639).

RGB color model

#5C48B1 color RGB value is (92,72,177).

  • red value is 92;
  • green value is 72;
  • blue value is 177.
RGB:
(92,72,177)
(36%,28%,69%)

RGB channels and saturation

R 92 of 255 = 36%
G 72 of 255 = 28%
B 177 of 255 = 69%

92
72
177

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

Portions of RGB colors in percentages

R + G + B =
92 + 72 + 177 = 341 (100%)
R 92 of 341 ~ 26.98%
G 72 of 341 ~ 21.11%
B 177 of 341 ~ 51.91%

%26.98
%21.11
%51.91

CMYK color model

#5C48B1 color CMYK value is (48,59,0,31).

  • cyan value is 48.02%
  • magenta value is 59.32%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(48,59,0,31)
C48M59Y0K31 
(48%,59%,0%,31%)
(0.48/0.59/0.00/0.31)	

CMYK percentages

%48.02
%59.32
%0
%30.59

Codes

Color #5C48B1 in popluar color models

5C48B1
RGB9272177
HSL251°42.17%48.82%
HSB/HSV251°59.32%69.41%
CMYK48.02%59.32%0.00%
30.59%

Color #5C48B1 in popluar number systems.

HEX5C48B1
Decimal9272177
Binary1011100100100010110001
Octal134110261

Shades and tints

Shades of #5C48B1

#5C48B1
(92,72,177)
#5442A1
(84,66,161)
#4C3C91
(76,60,145)
#443681
(68,54,129)
#3C3071
(60,48,113)
#342A61
(52,42,97)
#2C2451
(44,36,81)
#241E41
(36,30,65)
#1C1831
(28,24,49)
#141221
(20,18,33)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #5C48B1

#5C48B1
(92,72,177)
#6A58B8
(106,88,184)
#7868BF
(120,104,191)
#8678C6
(134,120,198)
#9488CD
(148,136,205)
#A298D4
(162,152,212)
#B0A8DB
(176,168,219)
#BEB8E2
(190,184,226)
#CCC8E9
(204,200,233)
#DAD8F0
(218,216,240)
#E8E8F7
(232,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C48B1 color. Also use rgb(92,72,177) instead hex code.

Text Font Color

.myTextColor { color: #5C48B1; }

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

This text font color is #5C48B1.


Background Color

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

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

This div background color is #5C48B1.


Border color

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

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

This div border color is #5C48B1.


Opacity

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

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

Text with #5C48B1 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 #5C48B1;}

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

This text has shadow with #5C48B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C48B1 on black background.


Color preview on white background

This text has color #5C48B1 on white background.



Black color preview on #5C48B1 background

This text has black color on #5C48B1 background.


White color preview on #5C48B1 background

This text has white color on #5C48B1 background.