COLOR #5A74B7

HEX: #5A74B7
RGB: (90,116,183)

Color info

#5A74B7 contains mainly blue color. Web safe color of #5A74B7 is #6666CC (or #66C).

RGB color model

#5A74B7 color RGB value is (90,116,183).

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

RGB channels and saturation

R 90 of 255 = 35%
G 116 of 255 = 45%
B 183 of 255 = 72%

90
116
183

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

Portions of RGB colors in percentages

R + G + B =
90 + 116 + 183 = 389 (100%)
R 90 of 389 ~ 23.14%
G 116 of 389 ~ 29.82%
B 183 of 389 ~ 47.04%

%23.14
%29.82
%47.04

CMYK color model

#5A74B7 color CMYK value is (51,37,0,28).

  • cyan value is 50.82%
  • magenta value is 36.61%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(51,37,0,28)
C51M37Y0K28 
(51%,37%,0%,28%)
(0.51/0.37/0.00/0.28)	

CMYK percentages

%50.82
%36.61
%0
%28.24

Codes

Color #5A74B7 in popluar color models

5A74B7
RGB90116183
HSL223°39.24%53.53%
HSB/HSV223°50.82%71.76%
CMYK50.82%36.61%0.00%
28.24%

Color #5A74B7 in popluar number systems.

HEX5A74B7
Decimal90116183
Binary1011010111010010110111
Octal132164267

Shades and tints

Shades of #5A74B7

#5A74B7
(90,116,183)
#526AA7
(82,106,167)
#4A6097
(74,96,151)
#425687
(66,86,135)
#3A4C77
(58,76,119)
#324267
(50,66,103)
#2A3857
(42,56,87)
#222E47
(34,46,71)
#1A2437
(26,36,55)
#121A27
(18,26,39)
#0A1017
(10,16,23)
#000000
(0,0,0)

Tints of #5A74B7

#5A74B7
(90,116,183)
#6980BD
(105,128,189)
#788CC3
(120,140,195)
#8798C9
(135,152,201)
#96A4CF
(150,164,207)
#A5B0D5
(165,176,213)
#B4BCDB
(180,188,219)
#C3C8E1
(195,200,225)
#D2D4E7
(210,212,231)
#E1E0ED
(225,224,237)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A74B7; }

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

This text font color is #5A74B7.


Background Color

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

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

This div background color is #5A74B7.


Border color

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

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

This div border color is #5A74B7.


Opacity

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

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

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

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

This text has shadow with #5A74B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A74B7 on black background.


Color preview on white background

This text has color #5A74B7 on white background.



Black color preview on #5A74B7 background

This text has black color on #5A74B7 background.


White color preview on #5A74B7 background

This text has white color on #5A74B7 background.