COLOR #5D759C

HEX: #5D759C
RGB: (93,117,156)

Color info

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

RGB color model

#5D759C color RGB value is (93,117,156).

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

RGB channels and saturation

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

93
117
156

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

Portions of RGB colors in percentages

R + G + B =
93 + 117 + 156 = 366 (100%)
R 93 of 366 ~ 25.41%
G 117 of 366 ~ 31.97%
B 156 of 366 ~ 42.62%

%25.41
%31.97
%42.62

CMYK color model

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

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

CMYK percentages

%40.38
%25
%0
%38.82

Codes

Color #5D759C in popluar color models

5D759C
RGB93117156
HSL217°25.30%48.82%
HSB/HSV217°40.38%61.18%
CMYK40.38%25.00%0.00%
38.82%

Color #5D759C in popluar number systems.

HEX5D759C
Decimal93117156
Binary1011101111010110011100
Octal135165234

Shades and tints

Shades of #5D759C

#5D759C
(93,117,156)
#556B8E
(85,107,142)
#4D6180
(77,97,128)
#455772
(69,87,114)
#3D4D64
(61,77,100)
#354356
(53,67,86)
#2D3948
(45,57,72)
#252F3A
(37,47,58)
#1D252C
(29,37,44)
#151B1E
(21,27,30)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #5D759C

#5D759C
(93,117,156)
#6B81A5
(107,129,165)
#798DAE
(121,141,174)
#8799B7
(135,153,183)
#95A5C0
(149,165,192)
#A3B1C9
(163,177,201)
#B1BDD2
(177,189,210)
#BFC9DB
(191,201,219)
#CDD5E4
(205,213,228)
#DBE1ED
(219,225,237)
#E9EDF6
(233,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D759C; }

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

This text font color is #5D759C.


Background Color

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

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

This div background color is #5D759C.


Border color

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

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

This div border color is #5D759C.


Opacity

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

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

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

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

This text has shadow with #5D759C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D759C on black background.


Color preview on white background

This text has color #5D759C on white background.



Black color preview on #5D759C background

This text has black color on #5D759C background.


White color preview on #5D759C background

This text has white color on #5D759C background.