COLOR #5A7D9F

HEX: #5A7D9F
RGB: (90,125,159)

Color info

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

RGB color model

#5A7D9F color RGB value is (90,125,159).

  • red value is 90;
  • green value is 125;
  • blue value is 159.
RGB:
(90,125,159)
(35%,49%,62%)

RGB channels and saturation

R 90 of 255 = 35%
G 125 of 255 = 49%
B 159 of 255 = 62%

90
125
159

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

Portions of RGB colors in percentages

R + G + B =
90 + 125 + 159 = 374 (100%)
R 90 of 374 ~ 24.06%
G 125 of 374 ~ 33.42%
B 159 of 374 ~ 42.51%

%24.06
%33.42
%42.51

CMYK color model

#5A7D9F color CMYK value is (43,21,0,38).

  • cyan value is 43.40%
  • magenta value is 21.38%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(43,21,0,38)
C43M21Y0K38 
(43%,21%,0%,38%)
(0.43/0.21/0.00/0.38)	

CMYK percentages

%43.4
%21.38
%0
%37.65

Codes

Color #5A7D9F in popluar color models

5A7D9F
RGB90125159
HSL210°27.71%48.82%
HSB/HSV210°43.40%62.35%
CMYK43.40%21.38%0.00%
37.65%

Color #5A7D9F in popluar number systems.

HEX5A7D9F
Decimal90125159
Binary1011010111110110011111
Octal132175237

Shades and tints

Shades of #5A7D9F

#5A7D9F
(90,125,159)
#527291
(82,114,145)
#4A6783
(74,103,131)
#425C75
(66,92,117)
#3A5167
(58,81,103)
#324659
(50,70,89)
#2A3B4B
(42,59,75)
#22303D
(34,48,61)
#1A252F
(26,37,47)
#121A21
(18,26,33)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #5A7D9F

#5A7D9F
(90,125,159)
#6988A7
(105,136,167)
#7893AF
(120,147,175)
#879EB7
(135,158,183)
#96A9BF
(150,169,191)
#A5B4C7
(165,180,199)
#B4BFCF
(180,191,207)
#C3CAD7
(195,202,215)
#D2D5DF
(210,213,223)
#E1E0E7
(225,224,231)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7D9F color. Also use rgb(90,125,159) instead hex code.

Text Font Color

.myTextColor { color: #5A7D9F; }

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

This text font color is #5A7D9F.


Background Color

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

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

This div background color is #5A7D9F.


Border color

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

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

This div border color is #5A7D9F.


Opacity

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

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

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

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

This text has shadow with #5A7D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7D9F on black background.


Color preview on white background

This text has color #5A7D9F on white background.



Black color preview on #5A7D9F background

This text has black color on #5A7D9F background.


White color preview on #5A7D9F background

This text has white color on #5A7D9F background.