COLOR #5D759B

HEX: #5D759B
RGB: (93,117,155)

Color info

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

RGB color model

#5D759B color RGB value is (93,117,155).

  • red value is 93;
  • green value is 117;
  • blue value is 155.
RGB:
(93,117,155)
(36%,46%,61%)

RGB channels and saturation

R 93 of 255 = 36%
G 117 of 255 = 46%
B 155 of 255 = 61%

93
117
155

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

Portions of RGB colors in percentages

R + G + B =
93 + 117 + 155 = 365 (100%)
R 93 of 365 ~ 25.48%
G 117 of 365 ~ 32.05%
B 155 of 365 ~ 42.47%

%25.48
%32.05
%42.47

CMYK color model

#5D759B color CMYK value is (40,25,0,39).

  • cyan value is 40.00%
  • magenta value is 24.52%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(40,25,0,39)
C40M25Y0K39 
(40%,25%,0%,39%)
(0.40/0.25/0.00/0.39)	

CMYK percentages

%40
%24.52
%0
%39.22

Codes

Color #5D759B in popluar color models

5D759B
RGB93117155
HSL217°25.00%48.63%
HSB/HSV217°40.00%60.78%
CMYK40.00%24.52%0.00%
39.22%

Color #5D759B in popluar number systems.

HEX5D759B
Decimal93117155
Binary1011101111010110011011
Octal135165233

Shades and tints

Shades of #5D759B

#5D759B
(93,117,155)
#556B8D
(85,107,141)
#4D617F
(77,97,127)
#455771
(69,87,113)
#3D4D63
(61,77,99)
#354355
(53,67,85)
#2D3947
(45,57,71)
#252F39
(37,47,57)
#1D252B
(29,37,43)
#151B1D
(21,27,29)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #5D759B

#5D759B
(93,117,155)
#6B81A4
(107,129,164)
#798DAD
(121,141,173)
#8799B6
(135,153,182)
#95A5BF
(149,165,191)
#A3B1C8
(163,177,200)
#B1BDD1
(177,189,209)
#BFC9DA
(191,201,218)
#CDD5E3
(205,213,227)
#DBE1EC
(219,225,236)
#E9EDF5
(233,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D759B color. Also use rgb(93,117,155) instead hex code.

Text Font Color

.myTextColor { color: #5D759B; }

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

This text font color is #5D759B.


Background Color

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

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

This div background color is #5D759B.


Border color

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

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

This div border color is #5D759B.


Opacity

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

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

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

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

This text has shadow with #5D759B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D759B on black background.


Color preview on white background

This text has color #5D759B on white background.



Black color preview on #5D759B background

This text has black color on #5D759B background.


White color preview on #5D759B background

This text has white color on #5D759B background.