COLOR #5D778A

HEX: #5D778A RGB: (93,119,138)

Color info

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

RGB color model

#5D778A color RGB value is (93,119,138).

RGB: (93,119,138) (36%, 47%, 54%)

RGB channels and saturation

R 93 of 255 = 36%
G 119 of 255 = 47%
B 138 of 255 = 54%

93
119
138

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

Portions of RGB colors in percentages

R + G + B = 93 + 119 + 138 = 350 (100%)
R 93 of 350 ~ 26.57%
G 119 of 350 ~ 34%
B 138 of 350 ~ 39.43'%

%26.57
%34
%39.43

CMYK color model

#5D778A color CMYK value is (33,14,0,46).

  • cyan value is 32.61%
  • magenta value is 13.77%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (33,14,0,46)
C33M14Y0K46 (33%, 14%, 0%, 46%)
(0.33 / 0.14 / 0.00 / 0.46)

CMYK percentages

%32.61
%13.77
%0
%45.88

Codes

Color #5D778A in popluar color models

5D 77 8A
RGB 93 119 138
HSL 205° 19.48% 45.29%
HSB/HSV 205° 32.61% 54.12%
CMYK 32.61% 13.77% 0.00%
45.88%

Color #5D778A in popluar number systems.

HEX 5D 77 8A
Decimal 93 119 138
Binary 1011101 1110111 10001010
Octal 135 167 212

Shades and tints

Shades of #5D778A

#5D778A
(93,119,138)
#556D7E
(85,109,126)
#4D6372
(77,99,114)
#455966
(69,89,102)
#3D4F5A
(61,79,90)
#35454E
(53,69,78)
#2D3B42
(45,59,66)
#253136
(37,49,54)
#1D272A
(29,39,42)
#151D1E
(21,29,30)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #5D778A

#5D778A
(93,119,138)
#6B8394
(107,131,148)
#798F9E
(121,143,158)
#879BA8
(135,155,168)
#95A7B2
(149,167,178)
#A3B3BC
(163,179,188)
#B1BFC6
(177,191,198)
#BFCBD0
(191,203,208)
#CDD7DA
(205,215,218)
#DBE3E4
(219,227,228)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D778A; }

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

This text font color is #5D778A.

Background Color

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

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

This div background color is #5D778A.

Border color

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

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

This div border color is #5D778A.

Opacity

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

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

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

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

This text has shadow with #5D778A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D778A.

Preview

Color preview on black background

This text has color #5D778A on black background.


Color preview on white background

This text has color #5D778A on white background.


Black color preview on #5D778A background

This text has black color on #5D778A background.


White color preview on #5D778A background

This text has white color on #5D778A background.


Related colors

Complementary color

Complementary color for #hex is #A28875.


I love getcolorcode.com

Triadic colors

1 #8A5D77 and #778A5D with #5D778A are triadic colors.

2 #8A775D and #775D8A with #5D778A are triadic colors.