COLOR #5C7F99

HEX: #5C7F99
RGB: (92,127,153)

Color info

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

RGB color model

#5C7F99 color RGB value is (92,127,153).

  • red value is 92;
  • green value is 127;
  • blue value is 153.
RGB:
(92,127,153)
(36%,50%,60%)

RGB channels and saturation

R 92 of 255 = 36%
G 127 of 255 = 50%
B 153 of 255 = 60%

92
127
153

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

Portions of RGB colors in percentages

R + G + B =
92 + 127 + 153 = 372 (100%)
R 92 of 372 ~ 24.73%
G 127 of 372 ~ 34.14%
B 153 of 372 ~ 41.13%

%24.73
%34.14
%41.13

CMYK color model

#5C7F99 color CMYK value is (40,17,0,40).

  • cyan value is 39.87%
  • magenta value is 16.99%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(40,17,0,40)
C40M17Y0K40 
(40%,17%,0%,40%)
(0.40/0.17/0.00/0.40)	

CMYK percentages

%39.87
%16.99
%0
%40

Codes

Color #5C7F99 in popluar color models

5C7F99
RGB92127153
HSL206°24.90%48.04%
HSB/HSV206°39.87%60.00%
CMYK39.87%16.99%0.00%
40.00%

Color #5C7F99 in popluar number systems.

HEX5C7F99
Decimal92127153
Binary1011100111111110011001
Octal134177231

Shades and tints

Shades of #5C7F99

#5C7F99
(92,127,153)
#54748C
(84,116,140)
#4C697F
(76,105,127)
#445E72
(68,94,114)
#3C5365
(60,83,101)
#344858
(52,72,88)
#2C3D4B
(44,61,75)
#24323E
(36,50,62)
#1C2731
(28,39,49)
#141C24
(20,28,36)
#0C1117
(12,17,23)
#000000
(0,0,0)

Tints of #5C7F99

#5C7F99
(92,127,153)
#6A8AA2
(106,138,162)
#7895AB
(120,149,171)
#86A0B4
(134,160,180)
#94ABBD
(148,171,189)
#A2B6C6
(162,182,198)
#B0C1CF
(176,193,207)
#BECCD8
(190,204,216)
#CCD7E1
(204,215,225)
#DAE2EA
(218,226,234)
#E8EDF3
(232,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7F99 color. Also use rgb(92,127,153) instead hex code.

Text Font Color

.myTextColor { color: #5C7F99; }

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

This text font color is #5C7F99.


Background Color

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

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

This div background color is #5C7F99.


Border color

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

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

This div border color is #5C7F99.


Opacity

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

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

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

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

This text has shadow with #5C7F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7F99 on black background.


Color preview on white background

This text has color #5C7F99 on white background.



Black color preview on #5C7F99 background

This text has black color on #5C7F99 background.


White color preview on #5C7F99 background

This text has white color on #5C7F99 background.