COLOR #5D7E90

HEX: #5D7E90
RGB: (93,126,144)

Color info

#5D7E90 contains red, green and blue colors in about the same proportion. Web safe color of #5D7E90 is #666699 (or #669).

RGB color model

#5D7E90 color RGB value is (93,126,144).

  • red value is 93;
  • green value is 126;
  • blue value is 144.
RGB:
(93,126,144)
(36%,49%,56%)

RGB channels and saturation

R 93 of 255 = 36%
G 126 of 255 = 49%
B 144 of 255 = 56%

93
126
144

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

Portions of RGB colors in percentages

R + G + B =
93 + 126 + 144 = 363 (100%)
R 93 of 363 ~ 25.62%
G 126 of 363 ~ 34.71%
B 144 of 363 ~ 39.67%

%25.62
%34.71
%39.67

CMYK color model

#5D7E90 color CMYK value is (35,13,0,44).

  • cyan value is 35.42%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(35,13,0,44)
C35M13Y0K44 
(35%,13%,0%,44%)
(0.35/0.13/0.00/0.44)	

CMYK percentages

%35.42
%12.5
%0
%43.53

Codes

Color #5D7E90 in popluar color models

5D7E90
RGB93126144
HSL201°21.52%46.47%
HSB/HSV201°35.42%56.47%
CMYK35.42%12.50%0.00%
43.53%

Color #5D7E90 in popluar number systems.

HEX5D7E90
Decimal93126144
Binary1011101111111010010000
Octal135176220

Shades and tints

Shades of #5D7E90

#5D7E90
(93,126,144)
#557383
(85,115,131)
#4D6876
(77,104,118)
#455D69
(69,93,105)
#3D525C
(61,82,92)
#35474F
(53,71,79)
#2D3C42
(45,60,66)
#253135
(37,49,53)
#1D2628
(29,38,40)
#151B1B
(21,27,27)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #5D7E90

#5D7E90
(93,126,144)
#6B899A
(107,137,154)
#7994A4
(121,148,164)
#879FAE
(135,159,174)
#95AAB8
(149,170,184)
#A3B5C2
(163,181,194)
#B1C0CC
(177,192,204)
#BFCBD6
(191,203,214)
#CDD6E0
(205,214,224)
#DBE1EA
(219,225,234)
#E9ECF4
(233,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7E90 color. Also use rgb(93,126,144) instead hex code.

Text Font Color

.myTextColor { color: #5D7E90; }

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

This text font color is #5D7E90.


Background Color

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

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

This div background color is #5D7E90.


Border color

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

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

This div border color is #5D7E90.


Opacity

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

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

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

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

This text has shadow with #5D7E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7E90 on black background.


Color preview on white background

This text has color #5D7E90 on white background.



Black color preview on #5D7E90 background

This text has black color on #5D7E90 background.


White color preview on #5D7E90 background

This text has white color on #5D7E90 background.