COLOR #5C5186

HEX: #5C5186
RGB: (92,81,134)

Color info

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

RGB color model

#5C5186 color RGB value is (92,81,134).

  • red value is 92;
  • green value is 81;
  • blue value is 134.
RGB:
(92,81,134)
(36%,32%,53%)

RGB channels and saturation

R 92 of 255 = 36%
G 81 of 255 = 32%
B 134 of 255 = 53%

92
81
134

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

Portions of RGB colors in percentages

R + G + B =
92 + 81 + 134 = 307 (100%)
R 92 of 307 ~ 29.97%
G 81 of 307 ~ 26.38%
B 134 of 307 ~ 43.65%

%29.97
%26.38
%43.65

CMYK color model

#5C5186 color CMYK value is (31,40,0,47).

  • cyan value is 31.34%
  • magenta value is 39.55%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(31,40,0,47)
C31M40Y0K47 
(31%,40%,0%,47%)
(0.31/0.40/0.00/0.47)	

CMYK percentages

%31.34
%39.55
%0
%47.45

Codes

Color #5C5186 in popluar color models

5C5186
RGB9281134
HSL252°24.65%42.16%
HSB/HSV252°39.55%52.55%
CMYK31.34%39.55%0.00%
47.45%

Color #5C5186 in popluar number systems.

HEX5C5186
Decimal9281134
Binary1011100101000110000110
Octal134121206

Shades and tints

Shades of #5C5186

#5C5186
(92,81,134)
#544A7A
(84,74,122)
#4C436E
(76,67,110)
#443C62
(68,60,98)
#3C3556
(60,53,86)
#342E4A
(52,46,74)
#2C273E
(44,39,62)
#242032
(36,32,50)
#1C1926
(28,25,38)
#14121A
(20,18,26)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #5C5186

#5C5186
(92,81,134)
#6A6091
(106,96,145)
#786F9C
(120,111,156)
#867EA7
(134,126,167)
#948DB2
(148,141,178)
#A29CBD
(162,156,189)
#B0ABC8
(176,171,200)
#BEBAD3
(190,186,211)
#CCC9DE
(204,201,222)
#DAD8E9
(218,216,233)
#E8E7F4
(232,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5186; }

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

This text font color is #5C5186.


Background Color

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

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

This div background color is #5C5186.


Border color

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

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

This div border color is #5C5186.


Opacity

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

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

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

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

This text has shadow with #5C5186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5186 on black background.


Color preview on white background

This text has color #5C5186 on white background.



Black color preview on #5C5186 background

This text has black color on #5C5186 background.


White color preview on #5C5186 background

This text has white color on #5C5186 background.