COLOR #5C769E

HEX: #5C769E
RGB: (92,118,158)

Color info

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

RGB color model

#5C769E color RGB value is (92,118,158).

  • red value is 92;
  • green value is 118;
  • blue value is 158.
RGB:
(92,118,158)
(36%,46%,62%)

RGB channels and saturation

R 92 of 255 = 36%
G 118 of 255 = 46%
B 158 of 255 = 62%

92
118
158

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

Portions of RGB colors in percentages

R + G + B =
92 + 118 + 158 = 368 (100%)
R 92 of 368 ~ 25%
G 118 of 368 ~ 32.07%
B 158 of 368 ~ 42.93%

%25
%32.07
%42.93

CMYK color model

#5C769E color CMYK value is (42,25,0,38).

  • cyan value is 41.77%
  • magenta value is 25.32%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(42,25,0,38)
C42M25Y0K38 
(42%,25%,0%,38%)
(0.42/0.25/0.00/0.38)	

CMYK percentages

%41.77
%25.32
%0
%38.04

Codes

Color #5C769E in popluar color models

5C769E
RGB92118158
HSL216°26.40%49.02%
HSB/HSV216°41.77%61.96%
CMYK41.77%25.32%0.00%
38.04%

Color #5C769E in popluar number systems.

HEX5C769E
Decimal92118158
Binary1011100111011010011110
Octal134166236

Shades and tints

Shades of #5C769E

#5C769E
(92,118,158)
#546C90
(84,108,144)
#4C6282
(76,98,130)
#445874
(68,88,116)
#3C4E66
(60,78,102)
#344458
(52,68,88)
#2C3A4A
(44,58,74)
#24303C
(36,48,60)
#1C262E
(28,38,46)
#141C20
(20,28,32)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #5C769E

#5C769E
(92,118,158)
#6A82A6
(106,130,166)
#788EAE
(120,142,174)
#869AB6
(134,154,182)
#94A6BE
(148,166,190)
#A2B2C6
(162,178,198)
#B0BECE
(176,190,206)
#BECAD6
(190,202,214)
#CCD6DE
(204,214,222)
#DAE2E6
(218,226,230)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C769E color. Also use rgb(92,118,158) instead hex code.

Text Font Color

.myTextColor { color: #5C769E; }

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

This text font color is #5C769E.


Background Color

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

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

This div background color is #5C769E.


Border color

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

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

This div border color is #5C769E.


Opacity

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

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

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

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

This text has shadow with #5C769E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C769E on black background.


Color preview on white background

This text has color #5C769E on white background.



Black color preview on #5C769E background

This text has black color on #5C769E background.


White color preview on #5C769E background

This text has white color on #5C769E background.