COLOR #5D789C

HEX: #5D789C
RGB: (93,120,156)

Color info

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

RGB color model

#5D789C color RGB value is (93,120,156).

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

RGB channels and saturation

R 93 of 255 = 36%
G 120 of 255 = 47%
B 156 of 255 = 61%

93
120
156

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

Portions of RGB colors in percentages

R + G + B =
93 + 120 + 156 = 369 (100%)
R 93 of 369 ~ 25.2%
G 120 of 369 ~ 32.52%
B 156 of 369 ~ 42.28%

%25.2
%32.52
%42.28

CMYK color model

#5D789C color CMYK value is (40,23,0,39).

  • cyan value is 40.38%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(40,23,0,39)
C40M23Y0K39 
(40%,23%,0%,39%)
(0.40/0.23/0.00/0.39)	

CMYK percentages

%40.38
%23.08
%0
%38.82

Codes

Color #5D789C in popluar color models

5D789C
RGB93120156
HSL214°25.30%48.82%
HSB/HSV214°40.38%61.18%
CMYK40.38%23.08%0.00%
38.82%

Color #5D789C in popluar number systems.

HEX5D789C
Decimal93120156
Binary1011101111100010011100
Octal135170234

Shades and tints

Shades of #5D789C

#5D789C
(93,120,156)
#556E8E
(85,110,142)
#4D6480
(77,100,128)
#455A72
(69,90,114)
#3D5064
(61,80,100)
#354656
(53,70,86)
#2D3C48
(45,60,72)
#25323A
(37,50,58)
#1D282C
(29,40,44)
#151E1E
(21,30,30)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #5D789C

#5D789C
(93,120,156)
#6B84A5
(107,132,165)
#7990AE
(121,144,174)
#879CB7
(135,156,183)
#95A8C0
(149,168,192)
#A3B4C9
(163,180,201)
#B1C0D2
(177,192,210)
#BFCCDB
(191,204,219)
#CDD8E4
(205,216,228)
#DBE4ED
(219,228,237)
#E9F0F6
(233,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D789C; }

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

This text font color is #5D789C.


Background Color

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

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

This div background color is #5D789C.


Border color

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

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

This div border color is #5D789C.


Opacity

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

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

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

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

This text has shadow with #5D789C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D789C on black background.


Color preview on white background

This text has color #5D789C on white background.



Black color preview on #5D789C background

This text has black color on #5D789C background.


White color preview on #5D789C background

This text has white color on #5D789C background.