COLOR #5C5198

HEX: #5C5198 RGB: (92,81,152)

Color info

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

RGB color model

#5C5198 color RGB value is (92,81,152).

RGB: (92,81,152) (36%, 32%, 60%)

RGB channels and saturation

R 92 of 255 = 36%
G 81 of 255 = 32%
B 152 of 255 = 60%

92
81
152

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

Portions of RGB colors in percentages

R + G + B = 92 + 81 + 152 = 325 (100%)
R 92 of 325 ~ 28.31%
G 81 of 325 ~ 24.92%
B 152 of 325 ~ 46.77'%

%28.31
%24.92
%46.77

CMYK color model

#5C5198 color CMYK value is (39,47,0,40).

  • cyan value is 39.47%
  • magenta value is 46.71%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (39,47,0,40)
C39M47Y0K40 (39%, 47%, 0%, 40%)
(0.39 / 0.47 / 0.00 / 0.40)

CMYK percentages

%39.47
%46.71
%0
%40.39

Codes

Color #5C5198 in popluar color models

5C 51 98
RGB 92 81 152
HSL 249° 30.47% 45.69%
HSB/HSV 249° 46.71% 59.61%
CMYK 39.47% 46.71% 0.00%
40.39%

Color #5C5198 in popluar number systems.

HEX 5C 51 98
Decimal 92 81 152
Binary 1011100 1010001 10011000
Octal 134 121 230

Shades and tints

Shades of #5C5198

#5C5198
(92,81,152)
#544A8B
(84,74,139)
#4C437E
(76,67,126)
#443C71
(68,60,113)
#3C3564
(60,53,100)
#342E57
(52,46,87)
#2C274A
(44,39,74)
#24203D
(36,32,61)
#1C1930
(28,25,48)
#141223
(20,18,35)
#0C0B16
(12,11,22)
#000000
(0,0,0)

Tints of #5C5198

#5C5198
(92,81,152)
#6A60A1
(106,96,161)
#786FAA
(120,111,170)
#867EB3
(134,126,179)
#948DBC
(148,141,188)
#A29CC5
(162,156,197)
#B0ABCE
(176,171,206)
#BEBAD7
(190,186,215)
#CCC9E0
(204,201,224)
#DAD8E9
(218,216,233)
#E8E7F2
(232,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5198; }

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

This text font color is #5C5198.

Background Color

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

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

This div background color is #5C5198.

Border color

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

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

This div border color is #5C5198.

Opacity

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

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

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

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

This text has shadow with #5C5198 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5198.

Preview

Color preview on black background

This text has color #5C5198 on black background.


Color preview on white background

This text has color #5C5198 on white background.


Black color preview on #5C5198 background

This text has black color on #5C5198 background.


White color preview on #5C5198 background

This text has white color on #5C5198 background.


Related colors

Complementary color

Complementary color for #hex is #A3AE67.


I love getcolorcode.com

Triadic colors

1 #985C51 and #51985C with #5C5198 are triadic colors.

2 #98515C and #515C98 with #5C5198 are triadic colors.