COLOR #5D849F

HEX: #5D849F
RGB: (93,132,159)

Color info

#5D849F contains mainly green and blue colors. Web safe color of #5D849F is #669999 (or #699).

RGB color model

#5D849F color RGB value is (93,132,159).

  • red value is 93;
  • green value is 132;
  • blue value is 159.
RGB:
(93,132,159)
(36%,52%,62%)

RGB channels and saturation

R 93 of 255 = 36%
G 132 of 255 = 52%
B 159 of 255 = 62%

93
132
159

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

Portions of RGB colors in percentages

R + G + B =
93 + 132 + 159 = 384 (100%)
R 93 of 384 ~ 24.22%
G 132 of 384 ~ 34.38%
B 159 of 384 ~ 41.41%

%24.22
%34.38
%41.41

CMYK color model

#5D849F color CMYK value is (42,17,0,38).

  • cyan value is 41.51%
  • magenta value is 16.98%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(42,17,0,38)
C42M17Y0K38 
(42%,17%,0%,38%)
(0.42/0.17/0.00/0.38)	

CMYK percentages

%41.51
%16.98
%0
%37.65

Codes

Color #5D849F in popluar color models

5D849F
RGB93132159
HSL205°26.19%49.41%
HSB/HSV205°41.51%62.35%
CMYK41.51%16.98%0.00%
37.65%

Color #5D849F in popluar number systems.

HEX5D849F
Decimal93132159
Binary10111011000010010011111
Octal135204237

Shades and tints

Shades of #5D849F

#5D849F
(93,132,159)
#557891
(85,120,145)
#4D6C83
(77,108,131)
#456075
(69,96,117)
#3D5467
(61,84,103)
#354859
(53,72,89)
#2D3C4B
(45,60,75)
#25303D
(37,48,61)
#1D242F
(29,36,47)
#151821
(21,24,33)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #5D849F

#5D849F
(93,132,159)
#6B8FA7
(107,143,167)
#799AAF
(121,154,175)
#87A5B7
(135,165,183)
#95B0BF
(149,176,191)
#A3BBC7
(163,187,199)
#B1C6CF
(177,198,207)
#BFD1D7
(191,209,215)
#CDDCDF
(205,220,223)
#DBE7E7
(219,231,231)
#E9F2EF
(233,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D849F color. Also use rgb(93,132,159) instead hex code.

Text Font Color

.myTextColor { color: #5D849F; }

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

This text font color is #5D849F.


Background Color

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

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

This div background color is #5D849F.


Border color

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

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

This div border color is #5D849F.


Opacity

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

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

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

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

This text has shadow with #5D849F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D849F on black background.


Color preview on white background

This text has color #5D849F on white background.



Black color preview on #5D849F background

This text has black color on #5D849F background.


White color preview on #5D849F background

This text has white color on #5D849F background.