COLOR #5C5094

HEX: #5C5094
RGB: (92,80,148)

Color info

#5C5094 contains mainly red and blue colors. Web safe color of #5C5094 is #666699 (or #669).

RGB color model

#5C5094 color RGB value is (92,80,148).

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

RGB channels and saturation

R 92 of 255 = 36%
G 80 of 255 = 31%
B 148 of 255 = 58%

92
80
148

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

Portions of RGB colors in percentages

R + G + B =
92 + 80 + 148 = 320 (100%)
R 92 of 320 ~ 28.75%
G 80 of 320 ~ 25%
B 148 of 320 ~ 46.25%

%28.75
%25
%46.25

CMYK color model

#5C5094 color CMYK value is (38,46,0,42).

  • cyan value is 37.84%
  • magenta value is 45.95%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(38,46,0,42)
C38M46Y0K42 
(38%,46%,0%,42%)
(0.38/0.46/0.00/0.42)	

CMYK percentages

%37.84
%45.95
%0
%41.96

Codes

Color #5C5094 in popluar color models

5C5094
RGB9280148
HSL251°29.82%44.71%
HSB/HSV251°45.95%58.04%
CMYK37.84%45.95%0.00%
41.96%

Color #5C5094 in popluar number systems.

HEX5C5094
Decimal9280148
Binary1011100101000010010100
Octal134120224

Shades and tints

Shades of #5C5094

#5C5094
(92,80,148)
#544987
(84,73,135)
#4C427A
(76,66,122)
#443B6D
(68,59,109)
#3C3460
(60,52,96)
#342D53
(52,45,83)
#2C2646
(44,38,70)
#241F39
(36,31,57)
#1C182C
(28,24,44)
#14111F
(20,17,31)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #5C5094

#5C5094
(92,80,148)
#6A5F9D
(106,95,157)
#786EA6
(120,110,166)
#867DAF
(134,125,175)
#948CB8
(148,140,184)
#A29BC1
(162,155,193)
#B0AACA
(176,170,202)
#BEB9D3
(190,185,211)
#CCC8DC
(204,200,220)
#DAD7E5
(218,215,229)
#E8E6EE
(232,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5094; }

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

This text font color is #5C5094.


Background Color

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

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

This div background color is #5C5094.


Border color

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

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

This div border color is #5C5094.


Opacity

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

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

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

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

This text has shadow with #5C5094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5094 on black background.


Color preview on white background

This text has color #5C5094 on white background.



Black color preview on #5C5094 background

This text has black color on #5C5094 background.


White color preview on #5C5094 background

This text has white color on #5C5094 background.