COLOR #5C7A9B

HEX: #5C7A9B
RGB: (92,122,155)

Color info

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

RGB color model

#5C7A9B color RGB value is (92,122,155).

  • red value is 92;
  • green value is 122;
  • blue value is 155.
RGB:
(92,122,155)
(36%,48%,61%)

RGB channels and saturation

R 92 of 255 = 36%
G 122 of 255 = 48%
B 155 of 255 = 61%

92
122
155

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

Portions of RGB colors in percentages

R + G + B =
92 + 122 + 155 = 369 (100%)
R 92 of 369 ~ 24.93%
G 122 of 369 ~ 33.06%
B 155 of 369 ~ 42.01%

%24.93
%33.06
%42.01

CMYK color model

#5C7A9B color CMYK value is (41,21,0,39).

  • cyan value is 40.65%
  • magenta value is 21.29%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(41,21,0,39)
C41M21Y0K39 
(41%,21%,0%,39%)
(0.41/0.21/0.00/0.39)	

CMYK percentages

%40.65
%21.29
%0
%39.22

Codes

Color #5C7A9B in popluar color models

5C7A9B
RGB92122155
HSL211°25.51%48.43%
HSB/HSV211°40.65%60.78%
CMYK40.65%21.29%0.00%
39.22%

Color #5C7A9B in popluar number systems.

HEX5C7A9B
Decimal92122155
Binary1011100111101010011011
Octal134172233

Shades and tints

Shades of #5C7A9B

#5C7A9B
(92,122,155)
#546F8D
(84,111,141)
#4C647F
(76,100,127)
#445971
(68,89,113)
#3C4E63
(60,78,99)
#344355
(52,67,85)
#2C3847
(44,56,71)
#242D39
(36,45,57)
#1C222B
(28,34,43)
#14171D
(20,23,29)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #5C7A9B

#5C7A9B
(92,122,155)
#6A86A4
(106,134,164)
#7892AD
(120,146,173)
#869EB6
(134,158,182)
#94AABF
(148,170,191)
#A2B6C8
(162,182,200)
#B0C2D1
(176,194,209)
#BECEDA
(190,206,218)
#CCDAE3
(204,218,227)
#DAE6EC
(218,230,236)
#E8F2F5
(232,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7A9B; }

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

This text font color is #5C7A9B.


Background Color

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

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

This div background color is #5C7A9B.


Border color

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

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

This div border color is #5C7A9B.


Opacity

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

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

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

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

This text has shadow with #5C7A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7A9B on black background.


Color preview on white background

This text has color #5C7A9B on white background.



Black color preview on #5C7A9B background

This text has black color on #5C7A9B background.


White color preview on #5C7A9B background

This text has white color on #5C7A9B background.