COLOR #5A7483

HEX: #5A7483
RGB: (90,116,131)

Color info

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

RGB color model

#5A7483 color RGB value is (90,116,131).

  • red value is 90;
  • green value is 116;
  • blue value is 131.
RGB:
(90,116,131)
(35%,45%,51%)

RGB channels and saturation

R 90 of 255 = 35%
G 116 of 255 = 45%
B 131 of 255 = 51%

90
116
131

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

Portions of RGB colors in percentages

R + G + B =
90 + 116 + 131 = 337 (100%)
R 90 of 337 ~ 26.71%
G 116 of 337 ~ 34.42%
B 131 of 337 ~ 38.87%

%26.71
%34.42
%38.87

CMYK color model

#5A7483 color CMYK value is (31,11,0,49).

  • cyan value is 31.30%
  • magenta value is 11.45%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(31,11,0,49)
C31M11Y0K49 
(31%,11%,0%,49%)
(0.31/0.11/0.00/0.49)	

CMYK percentages

%31.3
%11.45
%0
%48.63

Codes

Color #5A7483 in popluar color models

5A7483
RGB90116131
HSL202°18.55%43.33%
HSB/HSV202°31.30%51.37%
CMYK31.30%11.45%0.00%
48.63%

Color #5A7483 in popluar number systems.

HEX5A7483
Decimal90116131
Binary1011010111010010000011
Octal132164203

Shades and tints

Shades of #5A7483

#5A7483
(90,116,131)
#526A78
(82,106,120)
#4A606D
(74,96,109)
#425662
(66,86,98)
#3A4C57
(58,76,87)
#32424C
(50,66,76)
#2A3841
(42,56,65)
#222E36
(34,46,54)
#1A242B
(26,36,43)
#121A20
(18,26,32)
#0A1015
(10,16,21)
#000000
(0,0,0)

Tints of #5A7483

#5A7483
(90,116,131)
#69808E
(105,128,142)
#788C99
(120,140,153)
#8798A4
(135,152,164)
#96A4AF
(150,164,175)
#A5B0BA
(165,176,186)
#B4BCC5
(180,188,197)
#C3C8D0
(195,200,208)
#D2D4DB
(210,212,219)
#E1E0E6
(225,224,230)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7483 color. Also use rgb(90,116,131) instead hex code.

Text Font Color

.myTextColor { color: #5A7483; }

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

This text font color is #5A7483.


Background Color

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

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

This div background color is #5A7483.


Border color

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

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

This div border color is #5A7483.


Opacity

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

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

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

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

This text has shadow with #5A7483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7483 on black background.


Color preview on white background

This text has color #5A7483 on white background.



Black color preview on #5A7483 background

This text has black color on #5A7483 background.


White color preview on #5A7483 background

This text has white color on #5A7483 background.