COLOR #5A749C

HEX: #5A749C RGB: (90,116,156)

Color info

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

RGB color model

#5A749C color RGB value is (90,116,156).

RGB: (90,116,156) (35%, 45%, 61%)

RGB channels and saturation

R 90 of 255 = 35%
G 116 of 255 = 45%
B 156 of 255 = 61%

90
116
156

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

Portions of RGB colors in percentages

R + G + B = 90 + 116 + 156 = 362 (100%)
R 90 of 362 ~ 24.86%
G 116 of 362 ~ 32.04%
B 156 of 362 ~ 43.09'%

%24.86
%32.04
%43.09

CMYK color model

#5A749C color CMYK value is (42,26,0,39).

  • cyan value is 42.31%
  • magenta value is 25.64%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (42,26,0,39)
C42M26Y0K39 (42%, 26%, 0%, 39%)
(0.42 / 0.26 / 0.00 / 0.39)

CMYK percentages

%42.31
%25.64
%0
%38.82

Codes

Color #5A749C in popluar color models

5A 74 9C
RGB 90 116 156
HSL 216° 26.83% 48.24%
HSB/HSV 216° 42.31% 61.18%
CMYK 42.31% 25.64% 0.00%
38.82%

Color #5A749C in popluar number systems.

HEX 5A 74 9C
Decimal 90 116 156
Binary 1011010 1110100 10011100
Octal 132 164 234

Shades and tints

Shades of #5A749C

#5A749C
(90,116,156)
#526A8E
(82,106,142)
#4A6080
(74,96,128)
#425672
(66,86,114)
#3A4C64
(58,76,100)
#324256
(50,66,86)
#2A3848
(42,56,72)
#222E3A
(34,46,58)
#1A242C
(26,36,44)
#121A1E
(18,26,30)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #5A749C

#5A749C
(90,116,156)
#6980A5
(105,128,165)
#788CAE
(120,140,174)
#8798B7
(135,152,183)
#96A4C0
(150,164,192)
#A5B0C9
(165,176,201)
#B4BCD2
(180,188,210)
#C3C8DB
(195,200,219)
#D2D4E4
(210,212,228)
#E1E0ED
(225,224,237)
#F0ECF6
(240,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A749C; }

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

This text font color is #5A749C.

Background Color

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

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

This div background color is #5A749C.

Border color

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

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

This div border color is #5A749C.

Opacity

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

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

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

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

This text has shadow with #5A749C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A749C.

Preview

Color preview on black background

This text has color #5A749C on black background.


Color preview on white background

This text has color #5A749C on white background.


Black color preview on #5A749C background

This text has black color on #5A749C background.


White color preview on #5A749C background

This text has white color on #5A749C background.


Related colors

Complementary color

Complementary color for #hex is #A58B63.


I love getcolorcode.com

Triadic colors

1 #9C5A74 and #749C5A with #5A749C are triadic colors.

2 #9C745A and #745A9C with #5A749C are triadic colors.