COLOR #5C5C94

HEX: #5C5C94
RGB: (92,92,148)

Color info

#5C5C94 contains red, green and blue colors in about the same proportion. Web safe color of #5C5C94 is #666699 (or #669).

RGB color model

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

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

RGB channels and saturation

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

92
92
148

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

Portions of RGB colors in percentages

R + G + B =
92 + 92 + 148 = 332 (100%)
R 92 of 332 ~ 27.71%
G 92 of 332 ~ 27.71%
B 148 of 332 ~ 44.58%

%27.71
%27.71
%44.58

CMYK color model

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

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

CMYK percentages

%37.84
%37.84
%0
%41.96

Codes

Color #5C5C94 in popluar color models

5C5C94
RGB9292148
HSL240°23.33%47.06%
HSB/HSV240°37.84%58.04%
CMYK37.84%37.84%0.00%
41.96%

Color #5C5C94 in popluar number systems.

HEX5C5C94
Decimal9292148
Binary1011100101110010010100
Octal134134224

Shades and tints

Shades of #5C5C94

#5C5C94
(92,92,148)
#545487
(84,84,135)
#4C4C7A
(76,76,122)
#44446D
(68,68,109)
#3C3C60
(60,60,96)
#343453
(52,52,83)
#2C2C46
(44,44,70)
#242439
(36,36,57)
#1C1C2C
(28,28,44)
#14141F
(20,20,31)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #5C5C94

#5C5C94
(92,92,148)
#6A6A9D
(106,106,157)
#7878A6
(120,120,166)
#8686AF
(134,134,175)
#9494B8
(148,148,184)
#A2A2C1
(162,162,193)
#B0B0CA
(176,176,202)
#BEBED3
(190,190,211)
#CCCCDC
(204,204,220)
#DADAE5
(218,218,229)
#E8E8EE
(232,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5C94; }

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

This text font color is #5C5C94.


Background Color

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

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

This div background color is #5C5C94.


Border color

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

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

This div border color is #5C5C94.


Opacity

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

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

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

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

This text has shadow with #5C5C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5C94 on black background.


Color preview on white background

This text has color #5C5C94 on white background.



Black color preview on #5C5C94 background

This text has black color on #5C5C94 background.


White color preview on #5C5C94 background

This text has white color on #5C5C94 background.