COLOR #5D779E

HEX: #5D779E RGB: (93,119,158)

Color info

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

RGB color model

#5D779E color RGB value is (93,119,158).

RGB: (93,119,158) (36%, 47%, 62%)

RGB channels and saturation

R 93 of 255 = 36%
G 119 of 255 = 47%
B 158 of 255 = 62%

93
119
158

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

Portions of RGB colors in percentages

R + G + B = 93 + 119 + 158 = 370 (100%)
R 93 of 370 ~ 25.14%
G 119 of 370 ~ 32.16%
B 158 of 370 ~ 42.7'%

%25.14
%32.16
%42.7

CMYK color model

#5D779E color CMYK value is (41,25,0,38).

  • cyan value is 41.14%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (41,25,0,38)
C41M25Y0K38 (41%, 25%, 0%, 38%)
(0.41 / 0.25 / 0.00 / 0.38)

CMYK percentages

%41.14
%24.68
%0
%38.04

Codes

Color #5D779E in popluar color models

5D 77 9E
RGB 93 119 158
HSL 216° 25.90% 49.22%
HSB/HSV 216° 41.14% 61.96%
CMYK 41.14% 24.68% 0.00%
38.04%

Color #5D779E in popluar number systems.

HEX 5D 77 9E
Decimal 93 119 158
Binary 1011101 1110111 10011110
Octal 135 167 236

Shades and tints

Shades of #5D779E

#5D779E
(93,119,158)
#556D90
(85,109,144)
#4D6382
(77,99,130)
#455974
(69,89,116)
#3D4F66
(61,79,102)
#354558
(53,69,88)
#2D3B4A
(45,59,74)
#25313C
(37,49,60)
#1D272E
(29,39,46)
#151D20
(21,29,32)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #5D779E

#5D779E
(93,119,158)
#6B83A6
(107,131,166)
#798FAE
(121,143,174)
#879BB6
(135,155,182)
#95A7BE
(149,167,190)
#A3B3C6
(163,179,198)
#B1BFCE
(177,191,206)
#BFCBD6
(191,203,214)
#CDD7DE
(205,215,222)
#DBE3E6
(219,227,230)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D779E color. Also use rgb(93,119,158) instead hex code.

Text Font Color

.myTextColor { color: #5D779E; }

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

This text font color is #5D779E.

Background Color

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

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

This div background color is #5D779E.

Border color

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

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

This div border color is #5D779E.

Opacity

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

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

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

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

This text has shadow with #5D779E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D779E.

Preview

Color preview on black background

This text has color #5D779E on black background.


Color preview on white background

This text has color #5D779E on white background.


Black color preview on #5D779E background

This text has black color on #5D779E background.


White color preview on #5D779E background

This text has white color on #5D779E background.


Related colors

Complementary color

Complementary color for #hex is #A28861.


I love getcolorcode.com

Triadic colors

1 #9E5D77 and #779E5D with #5D779E are triadic colors.

2 #9E775D and #775D9E with #5D779E are triadic colors.