COLOR #5C558D

HEX: #5C558D
RGB: (92,85,141)

Color info

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

RGB color model

#5C558D color RGB value is (92,85,141).

  • red value is 92;
  • green value is 85;
  • blue value is 141.
RGB:
(92,85,141)
(36%,33%,55%)

RGB channels and saturation

R 92 of 255 = 36%
G 85 of 255 = 33%
B 141 of 255 = 55%

92
85
141

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

Portions of RGB colors in percentages

R + G + B =
92 + 85 + 141 = 318 (100%)
R 92 of 318 ~ 28.93%
G 85 of 318 ~ 26.73%
B 141 of 318 ~ 44.34%

%28.93
%26.73
%44.34

CMYK color model

#5C558D color CMYK value is (35,40,0,45).

  • cyan value is 34.75%
  • magenta value is 39.72%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(35,40,0,45)
C35M40Y0K45 
(35%,40%,0%,45%)
(0.35/0.40/0.00/0.45)	

CMYK percentages

%34.75
%39.72
%0
%44.71

Codes

Color #5C558D in popluar color models

5C558D
RGB9285141
HSL248°24.78%44.31%
HSB/HSV248°39.72%55.29%
CMYK34.75%39.72%0.00%
44.71%

Color #5C558D in popluar number systems.

HEX5C558D
Decimal9285141
Binary1011100101010110001101
Octal134125215

Shades and tints

Shades of #5C558D

#5C558D
(92,85,141)
#544E81
(84,78,129)
#4C4775
(76,71,117)
#444069
(68,64,105)
#3C395D
(60,57,93)
#343251
(52,50,81)
#2C2B45
(44,43,69)
#242439
(36,36,57)
#1C1D2D
(28,29,45)
#141621
(20,22,33)
#0C0F15
(12,15,21)
#000000
(0,0,0)

Tints of #5C558D

#5C558D
(92,85,141)
#6A6497
(106,100,151)
#7873A1
(120,115,161)
#8682AB
(134,130,171)
#9491B5
(148,145,181)
#A2A0BF
(162,160,191)
#B0AFC9
(176,175,201)
#BEBED3
(190,190,211)
#CCCDDD
(204,205,221)
#DADCE7
(218,220,231)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C558D; }

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

This text font color is #5C558D.


Background Color

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

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

This div background color is #5C558D.


Border color

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

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

This div border color is #5C558D.


Opacity

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

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

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

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

This text has shadow with #5C558D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C558D on black background.


Color preview on white background

This text has color #5C558D on white background.



Black color preview on #5C558D background

This text has black color on #5C558D background.


White color preview on #5C558D background

This text has white color on #5C558D background.