COLOR #5D789D

HEX: #5D789D
RGB: (93,120,157)

Color info

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

RGB color model

#5D789D color RGB value is (93,120,157).

  • red value is 93;
  • green value is 120;
  • blue value is 157.
RGB:
(93,120,157)
(36%,47%,62%)

RGB channels and saturation

R 93 of 255 = 36%
G 120 of 255 = 47%
B 157 of 255 = 62%

93
120
157

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

Portions of RGB colors in percentages

R + G + B =
93 + 120 + 157 = 370 (100%)
R 93 of 370 ~ 25.14%
G 120 of 370 ~ 32.43%
B 157 of 370 ~ 42.43%

%25.14
%32.43
%42.43

CMYK color model

#5D789D color CMYK value is (41,24,0,38).

  • cyan value is 40.76%
  • magenta value is 23.57%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(41,24,0,38)
C41M24Y0K38 
(41%,24%,0%,38%)
(0.41/0.24/0.00/0.38)	

CMYK percentages

%40.76
%23.57
%0
%38.43

Codes

Color #5D789D in popluar color models

5D789D
RGB93120157
HSL215°25.60%49.02%
HSB/HSV215°40.76%61.57%
CMYK40.76%23.57%0.00%
38.43%

Color #5D789D in popluar number systems.

HEX5D789D
Decimal93120157
Binary1011101111100010011101
Octal135170235

Shades and tints

Shades of #5D789D

#5D789D
(93,120,157)
#556E8F
(85,110,143)
#4D6481
(77,100,129)
#455A73
(69,90,115)
#3D5065
(61,80,101)
#354657
(53,70,87)
#2D3C49
(45,60,73)
#25323B
(37,50,59)
#1D282D
(29,40,45)
#151E1F
(21,30,31)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #5D789D

#5D789D
(93,120,157)
#6B84A5
(107,132,165)
#7990AD
(121,144,173)
#879CB5
(135,156,181)
#95A8BD
(149,168,189)
#A3B4C5
(163,180,197)
#B1C0CD
(177,192,205)
#BFCCD5
(191,204,213)
#CDD8DD
(205,216,221)
#DBE4E5
(219,228,229)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D789D color. Also use rgb(93,120,157) instead hex code.

Text Font Color

.myTextColor { color: #5D789D; }

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

This text font color is #5D789D.


Background Color

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

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

This div background color is #5D789D.


Border color

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

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

This div border color is #5D789D.


Opacity

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

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

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

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

This text has shadow with #5D789D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D789D on black background.


Color preview on white background

This text has color #5D789D on white background.



Black color preview on #5D789D background

This text has black color on #5D789D background.


White color preview on #5D789D background

This text has white color on #5D789D background.