COLOR #5D7899

HEX: #5D7899
RGB: (93,120,153)

Color info

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

RGB color model

#5D7899 color RGB value is (93,120,153).

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

RGB channels and saturation

R 93 of 255 = 36%
G 120 of 255 = 47%
B 153 of 255 = 60%

93
120
153

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

Portions of RGB colors in percentages

R + G + B =
93 + 120 + 153 = 366 (100%)
R 93 of 366 ~ 25.41%
G 120 of 366 ~ 32.79%
B 153 of 366 ~ 41.8%

%25.41
%32.79
%41.8

CMYK color model

#5D7899 color CMYK value is (39,22,0,40).

  • cyan value is 39.22%
  • magenta value is 21.57%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(39,22,0,40)
C39M22Y0K40 
(39%,22%,0%,40%)
(0.39/0.22/0.00/0.40)	

CMYK percentages

%39.22
%21.57
%0
%40

Codes

Color #5D7899 in popluar color models

5D7899
RGB93120153
HSL213°24.39%48.24%
HSB/HSV213°39.22%60.00%
CMYK39.22%21.57%0.00%
40.00%

Color #5D7899 in popluar number systems.

HEX5D7899
Decimal93120153
Binary1011101111100010011001
Octal135170231

Shades and tints

Shades of #5D7899

#5D7899
(93,120,153)
#556E8C
(85,110,140)
#4D647F
(77,100,127)
#455A72
(69,90,114)
#3D5065
(61,80,101)
#354658
(53,70,88)
#2D3C4B
(45,60,75)
#25323E
(37,50,62)
#1D2831
(29,40,49)
#151E24
(21,30,36)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #5D7899

#5D7899
(93,120,153)
#6B84A2
(107,132,162)
#7990AB
(121,144,171)
#879CB4
(135,156,180)
#95A8BD
(149,168,189)
#A3B4C6
(163,180,198)
#B1C0CF
(177,192,207)
#BFCCD8
(191,204,216)
#CDD8E1
(205,216,225)
#DBE4EA
(219,228,234)
#E9F0F3
(233,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7899; }

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

This text font color is #5D7899.


Background Color

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

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

This div background color is #5D7899.


Border color

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

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

This div border color is #5D7899.


Opacity

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

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

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

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

This text has shadow with #5D7899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7899 on black background.


Color preview on white background

This text has color #5D7899 on white background.



Black color preview on #5D7899 background

This text has black color on #5D7899 background.


White color preview on #5D7899 background

This text has white color on #5D7899 background.