COLOR #5C7495

HEX: #5C7495 RGB: (92,116,149)

Color info

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

RGB color model

#5C7495 color RGB value is (92,116,149).

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

RGB channels and saturation

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

92
116
149

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

Portions of RGB colors in percentages

R + G + B = 92 + 116 + 149 = 357 (100%)
R 92 of 357 ~ 25.77%
G 116 of 357 ~ 32.49%
B 149 of 357 ~ 41.74'%

%25.77
%32.49
%41.74

CMYK color model

#5C7495 color CMYK value is (38,22,0,42).

  • cyan value is 38.26%
  • magenta value is 22.15%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (38,22,0,42)
C38M22Y0K42 (38%, 22%, 0%, 42%)
(0.38 / 0.22 / 0.00 / 0.42)

CMYK percentages

%38.26
%22.15
%0
%41.57

Codes

Color #5C7495 in popluar color models

5C 74 95
RGB 92 116 149
HSL 215° 23.65% 47.25%
HSB/HSV 215° 38.26% 58.43%
CMYK 38.26% 22.15% 0.00%
41.57%

Color #5C7495 in popluar number systems.

HEX 5C 74 95
Decimal 92 116 149
Binary 1011100 1110100 10010101
Octal 134 164 225

Shades and tints

Shades of #5C7495

#5C7495
(92,116,149)
#546A88
(84,106,136)
#4C607B
(76,96,123)
#44566E
(68,86,110)
#3C4C61
(60,76,97)
#344254
(52,66,84)
#2C3847
(44,56,71)
#242E3A
(36,46,58)
#1C242D
(28,36,45)
#141A20
(20,26,32)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #5C7495

#5C7495
(92,116,149)
#6A809E
(106,128,158)
#788CA7
(120,140,167)
#8698B0
(134,152,176)
#94A4B9
(148,164,185)
#A2B0C2
(162,176,194)
#B0BCCB
(176,188,203)
#BEC8D4
(190,200,212)
#CCD4DD
(204,212,221)
#DAE0E6
(218,224,230)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7495; }

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

This text font color is #5C7495.

Background Color

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

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

This div background color is #5C7495.

Border color

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

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

This div border color is #5C7495.

Opacity

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

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

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

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

This text has shadow with #5C7495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7495.

Preview

Color preview on black background

This text has color #5C7495 on black background.


Color preview on white background

This text has color #5C7495 on white background.


Black color preview on #5C7495 background

This text has black color on #5C7495 background.


White color preview on #5C7495 background

This text has white color on #5C7495 background.


Related colors

Complementary color

Complementary color for #hex is #A38B6A.


I love getcolorcode.com

Triadic colors

1 #955C74 and #74955C with #5C7495 are triadic colors.

2 #95745C and #745C95 with #5C7495 are triadic colors.