COLOR #5A709A

HEX: #5A709A RGB: (90,112,154)

Color info

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

RGB color model

#5A709A color RGB value is (90,112,154).

RGB: (90,112,154) (35%, 44%, 60%)

RGB channels and saturation

R 90 of 255 = 35%
G 112 of 255 = 44%
B 154 of 255 = 60%

90
112
154

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

Portions of RGB colors in percentages

R + G + B = 90 + 112 + 154 = 356 (100%)
R 90 of 356 ~ 25.28%
G 112 of 356 ~ 31.46%
B 154 of 356 ~ 43.26'%

%25.28
%31.46
%43.26

CMYK color model

#5A709A color CMYK value is (42,27,0,40).

  • cyan value is 41.56%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (42,27,0,40)
C42M27Y0K40 (42%, 27%, 0%, 40%)
(0.42 / 0.27 / 0.00 / 0.40)

CMYK percentages

%41.56
%27.27
%0
%39.61

Codes

Color #5A709A in popluar color models

5A 70 9A
RGB 90 112 154
HSL 219° 26.23% 47.84%
HSB/HSV 219° 41.56% 60.39%
CMYK 41.56% 27.27% 0.00%
39.61%

Color #5A709A in popluar number systems.

HEX 5A 70 9A
Decimal 90 112 154
Binary 1011010 1110000 10011010
Octal 132 160 232

Shades and tints

Shades of #5A709A

#5A709A
(90,112,154)
#52668C
(82,102,140)
#4A5C7E
(74,92,126)
#425270
(66,82,112)
#3A4862
(58,72,98)
#323E54
(50,62,84)
#2A3446
(42,52,70)
#222A38
(34,42,56)
#1A202A
(26,32,42)
#12161C
(18,22,28)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #5A709A

#5A709A
(90,112,154)
#697DA3
(105,125,163)
#788AAC
(120,138,172)
#8797B5
(135,151,181)
#96A4BE
(150,164,190)
#A5B1C7
(165,177,199)
#B4BED0
(180,190,208)
#C3CBD9
(195,203,217)
#D2D8E2
(210,216,226)
#E1E5EB
(225,229,235)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A709A color. Also use rgb(90,112,154) instead hex code.

Text Font Color

.myTextColor { color: #5A709A; }

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

This text font color is #5A709A.

Background Color

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

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

This div background color is #5A709A.

Border color

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

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

This div border color is #5A709A.

Opacity

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

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

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

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

This text has shadow with #5A709A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A709A.

Preview

Color preview on black background

This text has color #5A709A on black background.


Color preview on white background

This text has color #5A709A on white background.


Black color preview on #5A709A background

This text has black color on #5A709A background.


White color preview on #5A709A background

This text has white color on #5A709A background.


Related colors

Complementary color

Complementary color for #hex is #A58F65.


I love getcolorcode.com

Triadic colors

1 #9A5A70 and #709A5A with #5A709A are triadic colors.

2 #9A705A and #705A9A with #5A709A are triadic colors.