COLOR #5E769C

HEX: #5E769C
RGB: (94,118,156)

Color info

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

RGB color model

#5E769C color RGB value is (94,118,156).

  • red value is 94;
  • green value is 118;
  • blue value is 156.
RGB:
(94,118,156)
(37%,46%,61%)

RGB channels and saturation

R 94 of 255 = 37%
G 118 of 255 = 46%
B 156 of 255 = 61%

94
118
156

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

Portions of RGB colors in percentages

R + G + B =
94 + 118 + 156 = 368 (100%)
R 94 of 368 ~ 25.54%
G 118 of 368 ~ 32.07%
B 156 of 368 ~ 42.39%

%25.54
%32.07
%42.39

CMYK color model

#5E769C color CMYK value is (40,24,0,39).

  • cyan value is 39.74%
  • magenta value is 24.36%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(40,24,0,39)
C40M24Y0K39 
(40%,24%,0%,39%)
(0.40/0.24/0.00/0.39)	

CMYK percentages

%39.74
%24.36
%0
%38.82

Codes

Color #5E769C in popluar color models

5E769C
RGB94118156
HSL217°24.80%49.02%
HSB/HSV217°39.74%61.18%
CMYK39.74%24.36%0.00%
38.82%

Color #5E769C in popluar number systems.

HEX5E769C
Decimal94118156
Binary1011110111011010011100
Octal136166234

Shades and tints

Shades of #5E769C

#5E769C
(94,118,156)
#566C8E
(86,108,142)
#4E6280
(78,98,128)
#465872
(70,88,114)
#3E4E64
(62,78,100)
#364456
(54,68,86)
#2E3A48
(46,58,72)
#26303A
(38,48,58)
#1E262C
(30,38,44)
#161C1E
(22,28,30)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #5E769C

#5E769C
(94,118,156)
#6C82A5
(108,130,165)
#7A8EAE
(122,142,174)
#889AB7
(136,154,183)
#96A6C0
(150,166,192)
#A4B2C9
(164,178,201)
#B2BED2
(178,190,210)
#C0CADB
(192,202,219)
#CED6E4
(206,214,228)
#DCE2ED
(220,226,237)
#EAEEF6
(234,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E769C color. Also use rgb(94,118,156) instead hex code.

Text Font Color

.myTextColor { color: #5E769C; }

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

This text font color is #5E769C.


Background Color

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

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

This div background color is #5E769C.


Border color

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

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

This div border color is #5E769C.


Opacity

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

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

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

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

This text has shadow with #5E769C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E769C on black background.


Color preview on white background

This text has color #5E769C on white background.



Black color preview on #5E769C background

This text has black color on #5E769C background.


White color preview on #5E769C background

This text has white color on #5E769C background.