COLOR #5C5790

HEX: #5C5790 RGB: (92,87,144)

Color info

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

RGB color model

#5C5790 color RGB value is (92,87,144).

RGB: (92,87,144) (36%, 34%, 56%)

RGB channels and saturation

R 92 of 255 = 36%
G 87 of 255 = 34%
B 144 of 255 = 56%

92
87
144

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

Portions of RGB colors in percentages

R + G + B = 92 + 87 + 144 = 323 (100%)
R 92 of 323 ~ 28.48%
G 87 of 323 ~ 26.93%
B 144 of 323 ~ 44.58'%

%28.48
%26.93
%44.58

CMYK color model

#5C5790 color CMYK value is (36,40,0,44).

  • cyan value is 36.11%
  • magenta value is 39.58%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (36,40,0,44)
C36M40Y0K44 (36%, 40%, 0%, 44%)
(0.36 / 0.40 / 0.00 / 0.44)

CMYK percentages

%36.11
%39.58
%0
%43.53

Codes

Color #5C5790 in popluar color models

5C 57 90
RGB 92 87 144
HSL 245° 24.68% 45.29%
HSB/HSV 245° 39.58% 56.47%
CMYK 36.11% 39.58% 0.00%
43.53%

Color #5C5790 in popluar number systems.

HEX 5C 57 90
Decimal 92 87 144
Binary 1011100 1010111 10010000
Octal 134 127 220

Shades and tints

Shades of #5C5790

#5C5790
(92,87,144)
#545083
(84,80,131)
#4C4976
(76,73,118)
#444269
(68,66,105)
#3C3B5C
(60,59,92)
#34344F
(52,52,79)
#2C2D42
(44,45,66)
#242635
(36,38,53)
#1C1F28
(28,31,40)
#14181B
(20,24,27)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #5C5790

#5C5790
(92,87,144)
#6A669A
(106,102,154)
#7875A4
(120,117,164)
#8684AE
(134,132,174)
#9493B8
(148,147,184)
#A2A2C2
(162,162,194)
#B0B1CC
(176,177,204)
#BEC0D6
(190,192,214)
#CCCFE0
(204,207,224)
#DADEEA
(218,222,234)
#E8EDF4
(232,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5790 color. Also use rgb(92,87,144) instead hex code.

Text Font Color

.myTextColor { color: #5C5790; }

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

This text font color is #5C5790.

Background Color

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

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

This div background color is #5C5790.

Border color

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

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

This div border color is #5C5790.

Opacity

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

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

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

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

This text has shadow with #5C5790 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5790.

Preview

Color preview on black background

This text has color #5C5790 on black background.


Color preview on white background

This text has color #5C5790 on white background.


Black color preview on #5C5790 background

This text has black color on #5C5790 background.


White color preview on #5C5790 background

This text has white color on #5C5790 background.


Related colors

Complementary color

Complementary color for #hex is #A3A86F.


I love getcolorcode.com

Triadic colors

1 #905C57 and #57905C with #5C5790 are triadic colors.

2 #90575C and #575C90 with #5C5790 are triadic colors.