COLOR #5C7D9B

HEX: #5C7D9B RGB: (92,125,155)

Color info

#5C7D9B contains mainly green and blue colors. Web safe color of #5C7D9B is #666699 (or #669).

RGB color model

#5C7D9B color RGB value is (92,125,155).

RGB: (92,125,155) (36%, 49%, 61%)

RGB channels and saturation

R 92 of 255 = 36%
G 125 of 255 = 49%
B 155 of 255 = 61%

92
125
155

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

Portions of RGB colors in percentages

R + G + B = 92 + 125 + 155 = 372 (100%)
R 92 of 372 ~ 24.73%
G 125 of 372 ~ 33.6%
B 155 of 372 ~ 41.67'%

%24.73
%33.6
%41.67

CMYK color model

#5C7D9B color CMYK value is (41,19,0,39).

  • cyan value is 40.65%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (41,19,0,39)
C41M19Y0K39 (41%, 19%, 0%, 39%)
(0.41 / 0.19 / 0.00 / 0.39)

CMYK percentages

%40.65
%19.35
%0
%39.22

Codes

Color #5C7D9B in popluar color models

5C 7D 9B
RGB 92 125 155
HSL 209° 25.51% 48.43%
HSB/HSV 209° 40.65% 60.78%
CMYK 40.65% 19.35% 0.00%
39.22%

Color #5C7D9B in popluar number systems.

HEX 5C 7D 9B
Decimal 92 125 155
Binary 1011100 1111101 10011011
Octal 134 175 233

Shades and tints

Shades of #5C7D9B

#5C7D9B
(92,125,155)
#54728D
(84,114,141)
#4C677F
(76,103,127)
#445C71
(68,92,113)
#3C5163
(60,81,99)
#344655
(52,70,85)
#2C3B47
(44,59,71)
#243039
(36,48,57)
#1C252B
(28,37,43)
#141A1D
(20,26,29)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #5C7D9B

#5C7D9B
(92,125,155)
#6A88A4
(106,136,164)
#7893AD
(120,147,173)
#869EB6
(134,158,182)
#94A9BF
(148,169,191)
#A2B4C8
(162,180,200)
#B0BFD1
(176,191,209)
#BECADA
(190,202,218)
#CCD5E3
(204,213,227)
#DAE0EC
(218,224,236)
#E8EBF5
(232,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7D9B color. Also use rgb(92,125,155) instead hex code.

Text Font Color

.myTextColor { color: #5C7D9B; }

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

This text font color is #5C7D9B.

Background Color

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

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

This div background color is #5C7D9B.

Border color

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

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

This div border color is #5C7D9B.

Opacity

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

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

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

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

This text has shadow with #5C7D9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7D9B.

Preview

Color preview on black background

This text has color #5C7D9B on black background.


Color preview on white background

This text has color #5C7D9B on white background.


Black color preview on #5C7D9B background

This text has black color on #5C7D9B background.


White color preview on #5C7D9B background

This text has white color on #5C7D9B background.


Related colors

Complementary color

Complementary color for #hex is #A38264.


I love getcolorcode.com

Triadic colors

1 #9B5C7D and #7D9B5C with #5C7D9B are triadic colors.

2 #9B7D5C and #7D5C9B with #5C7D9B are triadic colors.