COLOR #5C758C

HEX: #5C758C
RGB: (92,117,140)

Color info

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

RGB color model

#5C758C color RGB value is (92,117,140).

  • red value is 92;
  • green value is 117;
  • blue value is 140.
RGB:
(92,117,140)
(36%,46%,55%)

RGB channels and saturation

R 92 of 255 = 36%
G 117 of 255 = 46%
B 140 of 255 = 55%

92
117
140

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

Portions of RGB colors in percentages

R + G + B =
92 + 117 + 140 = 349 (100%)
R 92 of 349 ~ 26.36%
G 117 of 349 ~ 33.52%
B 140 of 349 ~ 40.11%

%26.36
%33.52
%40.11

CMYK color model

#5C758C color CMYK value is (34,16,0,45).

  • cyan value is 34.29%
  • magenta value is 16.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(34,16,0,45)
C34M16Y0K45 
(34%,16%,0%,45%)
(0.34/0.16/0.00/0.45)	

CMYK percentages

%34.29
%16.43
%0
%45.1

Codes

Color #5C758C in popluar color models

5C758C
RGB92117140
HSL209°20.69%45.49%
HSB/HSV209°34.29%54.90%
CMYK34.29%16.43%0.00%
45.10%

Color #5C758C in popluar number systems.

HEX5C758C
Decimal92117140
Binary1011100111010110001100
Octal134165214

Shades and tints

Shades of #5C758C

#5C758C
(92,117,140)
#546B80
(84,107,128)
#4C6174
(76,97,116)
#445768
(68,87,104)
#3C4D5C
(60,77,92)
#344350
(52,67,80)
#2C3944
(44,57,68)
#242F38
(36,47,56)
#1C252C
(28,37,44)
#141B20
(20,27,32)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #5C758C

#5C758C
(92,117,140)
#6A8196
(106,129,150)
#788DA0
(120,141,160)
#8699AA
(134,153,170)
#94A5B4
(148,165,180)
#A2B1BE
(162,177,190)
#B0BDC8
(176,189,200)
#BEC9D2
(190,201,210)
#CCD5DC
(204,213,220)
#DAE1E6
(218,225,230)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C758C color. Also use rgb(92,117,140) instead hex code.

Text Font Color

.myTextColor { color: #5C758C; }

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

This text font color is #5C758C.


Background Color

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

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

This div background color is #5C758C.


Border color

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

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

This div border color is #5C758C.


Opacity

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

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

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

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

This text has shadow with #5C758C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C758C on black background.


Color preview on white background

This text has color #5C758C on white background.



Black color preview on #5C758C background

This text has black color on #5C758C background.


White color preview on #5C758C background

This text has white color on #5C758C background.