COLOR #5C7890

HEX: #5C7890 RGB: (92,120,144)

Color info

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

RGB color model

#5C7890 color RGB value is (92,120,144).

RGB: (92,120,144) (36%, 47%, 56%)

RGB channels and saturation

R 92 of 255 = 36%
G 120 of 255 = 47%
B 144 of 255 = 56%

92
120
144

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

Portions of RGB colors in percentages

R + G + B = 92 + 120 + 144 = 356 (100%)
R 92 of 356 ~ 25.84%
G 120 of 356 ~ 33.71%
B 144 of 356 ~ 40.45'%

%25.84
%33.71
%40.45

CMYK color model

#5C7890 color CMYK value is (36,17,0,44).

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

CMYK: (36,17,0,44)
C36M17Y0K44 (36%, 17%, 0%, 44%)
(0.36 / 0.17 / 0.00 / 0.44)

CMYK percentages

%36.11
%16.67
%0
%43.53

Codes

Color #5C7890 in popluar color models

5C 78 90
RGB 92 120 144
HSL 208° 22.03% 46.27%
HSB/HSV 208° 36.11% 56.47%
CMYK 36.11% 16.67% 0.00%
43.53%

Color #5C7890 in popluar number systems.

HEX 5C 78 90
Decimal 92 120 144
Binary 1011100 1111000 10010000
Octal 134 170 220

Shades and tints

Shades of #5C7890

#5C7890
(92,120,144)
#546E83
(84,110,131)
#4C6476
(76,100,118)
#445A69
(68,90,105)
#3C505C
(60,80,92)
#34464F
(52,70,79)
#2C3C42
(44,60,66)
#243235
(36,50,53)
#1C2828
(28,40,40)
#141E1B
(20,30,27)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #5C7890

#5C7890
(92,120,144)
#6A849A
(106,132,154)
#7890A4
(120,144,164)
#869CAE
(134,156,174)
#94A8B8
(148,168,184)
#A2B4C2
(162,180,194)
#B0C0CC
(176,192,204)
#BECCD6
(190,204,214)
#CCD8E0
(204,216,224)
#DAE4EA
(218,228,234)
#E8F0F4
(232,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7890; }

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

This text font color is #5C7890.

Background Color

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

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

This div background color is #5C7890.

Border color

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

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

This div border color is #5C7890.

Opacity

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

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

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

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

This text has shadow with #5C7890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7890.

Preview

Color preview on black background

This text has color #5C7890 on black background.


Color preview on white background

This text has color #5C7890 on white background.


Black color preview on #5C7890 background

This text has black color on #5C7890 background.


White color preview on #5C7890 background

This text has white color on #5C7890 background.


Related colors

Complementary color

Complementary color for #hex is #A3876F.


I love getcolorcode.com

Triadic colors

1 #905C78 and #78905C with #5C7890 are triadic colors.

2 #90785C and #785C90 with #5C7890 are triadic colors.