COLOR #5C44B2

HEX: #5C44B2
RGB: (92,68,178)

Color info

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

RGB color model

#5C44B2 color RGB value is (92,68,178).

  • red value is 92;
  • green value is 68;
  • blue value is 178.
RGB:
(92,68,178)
(36%,27%,70%)

RGB channels and saturation

R 92 of 255 = 36%
G 68 of 255 = 27%
B 178 of 255 = 70%

92
68
178

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

Portions of RGB colors in percentages

R + G + B =
92 + 68 + 178 = 338 (100%)
R 92 of 338 ~ 27.22%
G 68 of 338 ~ 20.12%
B 178 of 338 ~ 52.66%

%27.22
%20.12
%52.66

CMYK color model

#5C44B2 color CMYK value is (48,62,0,30).

  • cyan value is 48.31%
  • magenta value is 61.80%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(48,62,0,30)
C48M62Y0K30 
(48%,62%,0%,30%)
(0.48/0.62/0.00/0.30)	

CMYK percentages

%48.31
%61.8
%0
%30.2

Codes

Color #5C44B2 in popluar color models

5C44B2
RGB9268178
HSL253°44.72%48.24%
HSB/HSV253°61.80%69.80%
CMYK48.31%61.80%0.00%
30.20%

Color #5C44B2 in popluar number systems.

HEX5C44B2
Decimal9268178
Binary1011100100010010110010
Octal134104262

Shades and tints

Shades of #5C44B2

#5C44B2
(92,68,178)
#543EA2
(84,62,162)
#4C3892
(76,56,146)
#443282
(68,50,130)
#3C2C72
(60,44,114)
#342662
(52,38,98)
#2C2052
(44,32,82)
#241A42
(36,26,66)
#1C1432
(28,20,50)
#140E22
(20,14,34)
#0C0812
(12,8,18)
#000000
(0,0,0)

Tints of #5C44B2

#5C44B2
(92,68,178)
#6A55B9
(106,85,185)
#7866C0
(120,102,192)
#8677C7
(134,119,199)
#9488CE
(148,136,206)
#A299D5
(162,153,213)
#B0AADC
(176,170,220)
#BEBBE3
(190,187,227)
#CCCCEA
(204,204,234)
#DADDF1
(218,221,241)
#E8EEF8
(232,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C44B2 color. Also use rgb(92,68,178) instead hex code.

Text Font Color

.myTextColor { color: #5C44B2; }

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

This text font color is #5C44B2.


Background Color

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

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

This div background color is #5C44B2.


Border color

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

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

This div border color is #5C44B2.


Opacity

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

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

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

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

This text has shadow with #5C44B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C44B2 on black background.


Color preview on white background

This text has color #5C44B2 on white background.



Black color preview on #5C44B2 background

This text has black color on #5C44B2 background.


White color preview on #5C44B2 background

This text has white color on #5C44B2 background.