COLOR #5D7788

HEX: #5D7788
RGB: (93,119,136)

Color info

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

RGB color model

#5D7788 color RGB value is (93,119,136).

  • red value is 93;
  • green value is 119;
  • blue value is 136.
RGB:
(93,119,136)
(36%,47%,53%)

RGB channels and saturation

R 93 of 255 = 36%
G 119 of 255 = 47%
B 136 of 255 = 53%

93
119
136

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

Portions of RGB colors in percentages

R + G + B =
93 + 119 + 136 = 348 (100%)
R 93 of 348 ~ 26.72%
G 119 of 348 ~ 34.2%
B 136 of 348 ~ 39.08%

%26.72
%34.2
%39.08

CMYK color model

#5D7788 color CMYK value is (32,13,0,47).

  • cyan value is 31.62%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(32,13,0,47)
C32M13Y0K47 
(32%,13%,0%,47%)
(0.32/0.13/0.00/0.47)	

CMYK percentages

%31.62
%12.5
%0
%46.67

Codes

Color #5D7788 in popluar color models

5D7788
RGB93119136
HSL204°18.78%44.90%
HSB/HSV204°31.62%53.33%
CMYK31.62%12.50%0.00%
46.67%

Color #5D7788 in popluar number systems.

HEX5D7788
Decimal93119136
Binary1011101111011110001000
Octal135167210

Shades and tints

Shades of #5D7788

#5D7788
(93,119,136)
#556D7C
(85,109,124)
#4D6370
(77,99,112)
#455964
(69,89,100)
#3D4F58
(61,79,88)
#35454C
(53,69,76)
#2D3B40
(45,59,64)
#253134
(37,49,52)
#1D2728
(29,39,40)
#151D1C
(21,29,28)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #5D7788

#5D7788
(93,119,136)
#6B8392
(107,131,146)
#798F9C
(121,143,156)
#879BA6
(135,155,166)
#95A7B0
(149,167,176)
#A3B3BA
(163,179,186)
#B1BFC4
(177,191,196)
#BFCBCE
(191,203,206)
#CDD7D8
(205,215,216)
#DBE3E2
(219,227,226)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7788; }

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

This text font color is #5D7788.


Background Color

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

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

This div background color is #5D7788.


Border color

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

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

This div border color is #5D7788.


Opacity

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

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

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

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

This text has shadow with #5D7788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7788 on black background.


Color preview on white background

This text has color #5D7788 on white background.



Black color preview on #5D7788 background

This text has black color on #5D7788 background.


White color preview on #5D7788 background

This text has white color on #5D7788 background.