COLOR #5C5489

HEX: #5C5489 RGB: (92,84,137)

Color info

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

RGB color model

#5C5489 color RGB value is (92,84,137).

RGB: (92,84,137) (36%, 33%, 54%)

RGB channels and saturation

R 92 of 255 = 36%
G 84 of 255 = 33%
B 137 of 255 = 54%

92
84
137

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

Portions of RGB colors in percentages

R + G + B = 92 + 84 + 137 = 313 (100%)
R 92 of 313 ~ 29.39%
G 84 of 313 ~ 26.84%
B 137 of 313 ~ 43.77'%

%29.39
%26.84
%43.77

CMYK color model

#5C5489 color CMYK value is (33,39,0,46).

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

CMYK: (33,39,0,46)
C33M39Y0K46 (33%, 39%, 0%, 46%)
(0.33 / 0.39 / 0.00 / 0.46)

CMYK percentages

%32.85
%38.69
%0
%46.27

Codes

Color #5C5489 in popluar color models

5C 54 89
RGB 92 84 137
HSL 249° 23.98% 43.33%
HSB/HSV 249° 38.69% 53.73%
CMYK 32.85% 38.69% 0.00%
46.27%

Color #5C5489 in popluar number systems.

HEX 5C 54 89
Decimal 92 84 137
Binary 1011100 1010100 10001001
Octal 134 124 211

Shades and tints

Shades of #5C5489

#5C5489
(92,84,137)
#544D7D
(84,77,125)
#4C4671
(76,70,113)
#443F65
(68,63,101)
#3C3859
(60,56,89)
#34314D
(52,49,77)
#2C2A41
(44,42,65)
#242335
(36,35,53)
#1C1C29
(28,28,41)
#14151D
(20,21,29)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #5C5489

#5C5489
(92,84,137)
#6A6393
(106,99,147)
#78729D
(120,114,157)
#8681A7
(134,129,167)
#9490B1
(148,144,177)
#A29FBB
(162,159,187)
#B0AEC5
(176,174,197)
#BEBDCF
(190,189,207)
#CCCCD9
(204,204,217)
#DADBE3
(218,219,227)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5489; }

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

This text font color is #5C5489.

Background Color

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

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

This div background color is #5C5489.

Border color

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

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

This div border color is #5C5489.

Opacity

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

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

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

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

This text has shadow with #5C5489 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5489.

Preview

Color preview on black background

This text has color #5C5489 on black background.


Color preview on white background

This text has color #5C5489 on white background.


Black color preview on #5C5489 background

This text has black color on #5C5489 background.


White color preview on #5C5489 background

This text has white color on #5C5489 background.


Related colors

Complementary color

Complementary color for #hex is #A3AB76.


I love getcolorcode.com

Triadic colors

1 #895C54 and #54895C with #5C5489 are triadic colors.

2 #89545C and #545C89 with #5C5489 are triadic colors.