COLOR #5C7B95

HEX: #5C7B95
RGB: (92,123,149)

Color info

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

RGB color model

#5C7B95 color RGB value is (92,123,149).

  • red value is 92;
  • green value is 123;
  • blue value is 149.
RGB:
(92,123,149)
(36%,48%,58%)

RGB channels and saturation

R 92 of 255 = 36%
G 123 of 255 = 48%
B 149 of 255 = 58%

92
123
149

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

Portions of RGB colors in percentages

R + G + B =
92 + 123 + 149 = 364 (100%)
R 92 of 364 ~ 25.27%
G 123 of 364 ~ 33.79%
B 149 of 364 ~ 40.93%

%25.27
%33.79
%40.93

CMYK color model

#5C7B95 color CMYK value is (38,17,0,42).

  • cyan value is 38.26%
  • magenta value is 17.45%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(38,17,0,42)
C38M17Y0K42 
(38%,17%,0%,42%)
(0.38/0.17/0.00/0.42)	

CMYK percentages

%38.26
%17.45
%0
%41.57

Codes

Color #5C7B95 in popluar color models

5C7B95
RGB92123149
HSL207°23.65%47.25%
HSB/HSV207°38.26%58.43%
CMYK38.26%17.45%0.00%
41.57%

Color #5C7B95 in popluar number systems.

HEX5C7B95
Decimal92123149
Binary1011100111101110010101
Octal134173225

Shades and tints

Shades of #5C7B95

#5C7B95
(92,123,149)
#547088
(84,112,136)
#4C657B
(76,101,123)
#445A6E
(68,90,110)
#3C4F61
(60,79,97)
#344454
(52,68,84)
#2C3947
(44,57,71)
#242E3A
(36,46,58)
#1C232D
(28,35,45)
#141820
(20,24,32)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #5C7B95

#5C7B95
(92,123,149)
#6A879E
(106,135,158)
#7893A7
(120,147,167)
#869FB0
(134,159,176)
#94ABB9
(148,171,185)
#A2B7C2
(162,183,194)
#B0C3CB
(176,195,203)
#BECFD4
(190,207,212)
#CCDBDD
(204,219,221)
#DAE7E6
(218,231,230)
#E8F3EF
(232,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7B95; }

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

This text font color is #5C7B95.


Background Color

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

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

This div background color is #5C7B95.


Border color

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

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

This div border color is #5C7B95.


Opacity

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

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

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

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

This text has shadow with #5C7B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7B95 on black background.


Color preview on white background

This text has color #5C7B95 on white background.



Black color preview on #5C7B95 background

This text has black color on #5C7B95 background.


White color preview on #5C7B95 background

This text has white color on #5C7B95 background.