COLOR #5C7493

HEX: #5C7493 RGB: (92,116,147)

Color info

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

RGB color model

#5C7493 color RGB value is (92,116,147).

RGB: (92,116,147) (36%, 45%, 58%)

RGB channels and saturation

R 92 of 255 = 36%
G 116 of 255 = 45%
B 147 of 255 = 58%

92
116
147

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

Portions of RGB colors in percentages

R + G + B = 92 + 116 + 147 = 355 (100%)
R 92 of 355 ~ 25.92%
G 116 of 355 ~ 32.68%
B 147 of 355 ~ 41.41'%

%25.92
%32.68
%41.41

CMYK color model

#5C7493 color CMYK value is (37,21,0,42).

  • cyan value is 37.41%
  • magenta value is 21.09%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (37,21,0,42)
C37M21Y0K42 (37%, 21%, 0%, 42%)
(0.37 / 0.21 / 0.00 / 0.42)

CMYK percentages

%37.41
%21.09
%0
%42.35

Codes

Color #5C7493 in popluar color models

5C 74 93
RGB 92 116 147
HSL 214° 23.01% 46.86%
HSB/HSV 214° 37.41% 57.65%
CMYK 37.41% 21.09% 0.00%
42.35%

Color #5C7493 in popluar number systems.

HEX 5C 74 93
Decimal 92 116 147
Binary 1011100 1110100 10010011
Octal 134 164 223

Shades and tints

Shades of #5C7493

#5C7493
(92,116,147)
#546A86
(84,106,134)
#4C6079
(76,96,121)
#44566C
(68,86,108)
#3C4C5F
(60,76,95)
#344252
(52,66,82)
#2C3845
(44,56,69)
#242E38
(36,46,56)
#1C242B
(28,36,43)
#141A1E
(20,26,30)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #5C7493

#5C7493
(92,116,147)
#6A809C
(106,128,156)
#788CA5
(120,140,165)
#8698AE
(134,152,174)
#94A4B7
(148,164,183)
#A2B0C0
(162,176,192)
#B0BCC9
(176,188,201)
#BEC8D2
(190,200,210)
#CCD4DB
(204,212,219)
#DAE0E4
(218,224,228)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7493 color. Also use rgb(92,116,147) instead hex code.

Text Font Color

.myTextColor { color: #5C7493; }

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

This text font color is #5C7493.

Background Color

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

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

This div background color is #5C7493.

Border color

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

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

This div border color is #5C7493.

Opacity

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

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

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

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

This text has shadow with #5C7493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7493.

Preview

Color preview on black background

This text has color #5C7493 on black background.


Color preview on white background

This text has color #5C7493 on white background.


Black color preview on #5C7493 background

This text has black color on #5C7493 background.


White color preview on #5C7493 background

This text has white color on #5C7493 background.


Related colors

Complementary color

Complementary color for #hex is #A38B6C.


I love getcolorcode.com

Triadic colors

1 #935C74 and #74935C with #5C7493 are triadic colors.

2 #93745C and #745C93 with #5C7493 are triadic colors.