COLOR #5C5989

HEX: #5C5989 RGB: (92,89,137)

Color info

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

RGB color model

#5C5989 color RGB value is (92,89,137).

RGB: (92,89,137) (36%, 35%, 54%)

RGB channels and saturation

R 92 of 255 = 36%
G 89 of 255 = 35%
B 137 of 255 = 54%

92
89
137

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

Portions of RGB colors in percentages

R + G + B = 92 + 89 + 137 = 318 (100%)
R 92 of 318 ~ 28.93%
G 89 of 318 ~ 27.99%
B 137 of 318 ~ 43.08'%

%28.93
%27.99
%43.08

CMYK color model

#5C5989 color CMYK value is (33,35,0,46).

  • cyan value is 32.85%
  • magenta value is 35.04%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (33,35,0,46)
C33M35Y0K46 (33%, 35%, 0%, 46%)
(0.33 / 0.35 / 0.00 / 0.46)

CMYK percentages

%32.85
%35.04
%0
%46.27

Codes

Color #5C5989 in popluar color models

5C 59 89
RGB 92 89 137
HSL 244° 21.24% 44.31%
HSB/HSV 244° 35.04% 53.73%
CMYK 32.85% 35.04% 0.00%
46.27%

Color #5C5989 in popluar number systems.

HEX 5C 59 89
Decimal 92 89 137
Binary 1011100 1011001 10001001
Octal 134 131 211

Shades and tints

Shades of #5C5989

#5C5989
(92,89,137)
#54517D
(84,81,125)
#4C4971
(76,73,113)
#444165
(68,65,101)
#3C3959
(60,57,89)
#34314D
(52,49,77)
#2C2941
(44,41,65)
#242135
(36,33,53)
#1C1929
(28,25,41)
#14111D
(20,17,29)
#0C0911
(12,9,17)
#000000
(0,0,0)

Tints of #5C5989

#5C5989
(92,89,137)
#6A6893
(106,104,147)
#78779D
(120,119,157)
#8686A7
(134,134,167)
#9495B1
(148,149,177)
#A2A4BB
(162,164,187)
#B0B3C5
(176,179,197)
#BEC2CF
(190,194,207)
#CCD1D9
(204,209,217)
#DAE0E3
(218,224,227)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5989; }

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

This text font color is #5C5989.

Background Color

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

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

This div background color is #5C5989.

Border color

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

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

This div border color is #5C5989.

Opacity

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

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

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

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

This text has shadow with #5C5989 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5989.

Preview

Color preview on black background

This text has color #5C5989 on black background.


Color preview on white background

This text has color #5C5989 on white background.


Black color preview on #5C5989 background

This text has black color on #5C5989 background.


White color preview on #5C5989 background

This text has white color on #5C5989 background.


Related colors

Complementary color

Complementary color for #hex is #A3A676.


I love getcolorcode.com

Triadic colors

1 #895C59 and #59895C with #5C5989 are triadic colors.

2 #89595C and #595C89 with #5C5989 are triadic colors.