COLOR #5A7193

HEX: #5A7193 RGB: (90,113,147)

Color info

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

RGB color model

#5A7193 color RGB value is (90,113,147).

RGB: (90,113,147) (35%, 44%, 58%)

RGB channels and saturation

R 90 of 255 = 35%
G 113 of 255 = 44%
B 147 of 255 = 58%

90
113
147

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

Portions of RGB colors in percentages

R + G + B = 90 + 113 + 147 = 350 (100%)
R 90 of 350 ~ 25.71%
G 113 of 350 ~ 32.29%
B 147 of 350 ~ 42'%

%25.71
%32.29
%42

CMYK color model

#5A7193 color CMYK value is (39,23,0,42).

  • cyan value is 38.78%
  • magenta value is 23.13%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (39,23,0,42)
C39M23Y0K42 (39%, 23%, 0%, 42%)
(0.39 / 0.23 / 0.00 / 0.42)

CMYK percentages

%38.78
%23.13
%0
%42.35

Codes

Color #5A7193 in popluar color models

5A 71 93
RGB 90 113 147
HSL 216° 24.05% 46.47%
HSB/HSV 216° 38.78% 57.65%
CMYK 38.78% 23.13% 0.00%
42.35%

Color #5A7193 in popluar number systems.

HEX 5A 71 93
Decimal 90 113 147
Binary 1011010 1110001 10010011
Octal 132 161 223

Shades and tints

Shades of #5A7193

#5A7193
(90,113,147)
#526786
(82,103,134)
#4A5D79
(74,93,121)
#42536C
(66,83,108)
#3A495F
(58,73,95)
#323F52
(50,63,82)
#2A3545
(42,53,69)
#222B38
(34,43,56)
#1A212B
(26,33,43)
#12171E
(18,23,30)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #5A7193

#5A7193
(90,113,147)
#697D9C
(105,125,156)
#7889A5
(120,137,165)
#8795AE
(135,149,174)
#96A1B7
(150,161,183)
#A5ADC0
(165,173,192)
#B4B9C9
(180,185,201)
#C3C5D2
(195,197,210)
#D2D1DB
(210,209,219)
#E1DDE4
(225,221,228)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7193 color. Also use rgb(90,113,147) instead hex code.

Text Font Color

.myTextColor { color: #5A7193; }

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

This text font color is #5A7193.

Background Color

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

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

This div background color is #5A7193.

Border color

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

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

This div border color is #5A7193.

Opacity

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

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

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

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

This text has shadow with #5A7193 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A7193.

Preview

Color preview on black background

This text has color #5A7193 on black background.


Color preview on white background

This text has color #5A7193 on white background.


Black color preview on #5A7193 background

This text has black color on #5A7193 background.


White color preview on #5A7193 background

This text has white color on #5A7193 background.


Related colors

Complementary color

Complementary color for #hex is #A58E6C.


I love getcolorcode.com

Triadic colors

1 #935A71 and #71935A with #5A7193 are triadic colors.

2 #93715A and #715A93 with #5A7193 are triadic colors.