COLOR #5A7388

HEX: #5A7388
RGB: (90,115,136)

Color info

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

RGB color model

#5A7388 color RGB value is (90,115,136).

  • red value is 90;
  • green value is 115;
  • blue value is 136.
RGB:
(90,115,136)
(35%,45%,53%)

RGB channels and saturation

R 90 of 255 = 35%
G 115 of 255 = 45%
B 136 of 255 = 53%

90
115
136

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

Portions of RGB colors in percentages

R + G + B =
90 + 115 + 136 = 341 (100%)
R 90 of 341 ~ 26.39%
G 115 of 341 ~ 33.72%
B 136 of 341 ~ 39.88%

%26.39
%33.72
%39.88

CMYK color model

#5A7388 color CMYK value is (34,15,0,47).

  • cyan value is 33.82%
  • magenta value is 15.44%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(34,15,0,47)
C34M15Y0K47 
(34%,15%,0%,47%)
(0.34/0.15/0.00/0.47)	

CMYK percentages

%33.82
%15.44
%0
%46.67

Codes

Color #5A7388 in popluar color models

5A7388
RGB90115136
HSL207°20.35%44.31%
HSB/HSV207°33.82%53.33%
CMYK33.82%15.44%0.00%
46.67%

Color #5A7388 in popluar number systems.

HEX5A7388
Decimal90115136
Binary1011010111001110001000
Octal132163210

Shades and tints

Shades of #5A7388

#5A7388
(90,115,136)
#52697C
(82,105,124)
#4A5F70
(74,95,112)
#425564
(66,85,100)
#3A4B58
(58,75,88)
#32414C
(50,65,76)
#2A3740
(42,55,64)
#222D34
(34,45,52)
#1A2328
(26,35,40)
#12191C
(18,25,28)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #5A7388

#5A7388
(90,115,136)
#697F92
(105,127,146)
#788B9C
(120,139,156)
#8797A6
(135,151,166)
#96A3B0
(150,163,176)
#A5AFBA
(165,175,186)
#B4BBC4
(180,187,196)
#C3C7CE
(195,199,206)
#D2D3D8
(210,211,216)
#E1DFE2
(225,223,226)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7388 color. Also use rgb(90,115,136) instead hex code.

Text Font Color

.myTextColor { color: #5A7388; }

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

This text font color is #5A7388.


Background Color

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

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

This div background color is #5A7388.


Border color

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

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

This div border color is #5A7388.


Opacity

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

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

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

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

This text has shadow with #5A7388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7388 on black background.


Color preview on white background

This text has color #5A7388 on white background.



Black color preview on #5A7388 background

This text has black color on #5A7388 background.


White color preview on #5A7388 background

This text has white color on #5A7388 background.