COLOR #5C50B1

HEX: #5C50B1
RGB: (92,80,177)

Color info

#5C50B1 contains mainly blue color. Web safe color of #5C50B1 is #666699 (or #669).

RGB color model

#5C50B1 color RGB value is (92,80,177).

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

RGB channels and saturation

R 92 of 255 = 36%
G 80 of 255 = 31%
B 177 of 255 = 69%

92
80
177

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

Portions of RGB colors in percentages

R + G + B =
92 + 80 + 177 = 349 (100%)
R 92 of 349 ~ 26.36%
G 80 of 349 ~ 22.92%
B 177 of 349 ~ 50.72%

%26.36
%22.92
%50.72

CMYK color model

#5C50B1 color CMYK value is (48,55,0,31).

  • cyan value is 48.02%
  • magenta value is 54.80%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(48,55,0,31)
C48M55Y0K31 
(48%,55%,0%,31%)
(0.48/0.55/0.00/0.31)	

CMYK percentages

%48.02
%54.8
%0
%30.59

Codes

Color #5C50B1 in popluar color models

5C50B1
RGB9280177
HSL247°38.34%50.39%
HSB/HSV247°54.80%69.41%
CMYK48.02%54.80%0.00%
30.59%

Color #5C50B1 in popluar number systems.

HEX5C50B1
Decimal9280177
Binary1011100101000010110001
Octal134120261

Shades and tints

Shades of #5C50B1

#5C50B1
(92,80,177)
#5449A1
(84,73,161)
#4C4291
(76,66,145)
#443B81
(68,59,129)
#3C3471
(60,52,113)
#342D61
(52,45,97)
#2C2651
(44,38,81)
#241F41
(36,31,65)
#1C1831
(28,24,49)
#141121
(20,17,33)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #5C50B1

#5C50B1
(92,80,177)
#6A5FB8
(106,95,184)
#786EBF
(120,110,191)
#867DC6
(134,125,198)
#948CCD
(148,140,205)
#A29BD4
(162,155,212)
#B0AADB
(176,170,219)
#BEB9E2
(190,185,226)
#CCC8E9
(204,200,233)
#DAD7F0
(218,215,240)
#E8E6F7
(232,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C50B1; }

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

This text font color is #5C50B1.


Background Color

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

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

This div background color is #5C50B1.


Border color

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

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

This div border color is #5C50B1.


Opacity

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

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

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

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

This text has shadow with #5C50B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C50B1 on black background.


Color preview on white background

This text has color #5C50B1 on white background.



Black color preview on #5C50B1 background

This text has black color on #5C50B1 background.


White color preview on #5C50B1 background

This text has white color on #5C50B1 background.