COLOR #5A91A5

HEX: #5A91A5
RGB: (90,145,165)

Color info

#5A91A5 contains mainly green and blue colors. Web safe color of #5A91A5 is #669999 (or #699).

RGB color model

#5A91A5 color RGB value is (90,145,165).

  • red value is 90;
  • green value is 145;
  • blue value is 165.
RGB:
(90,145,165)
(35%,57%,65%)

RGB channels and saturation

R 90 of 255 = 35%
G 145 of 255 = 57%
B 165 of 255 = 65%

90
145
165

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

Portions of RGB colors in percentages

R + G + B =
90 + 145 + 165 = 400 (100%)
R 90 of 400 ~ 22.5%
G 145 of 400 ~ 36.25%
B 165 of 400 ~ 41.25%

%22.5
%36.25
%41.25

CMYK color model

#5A91A5 color CMYK value is (45,12,0,35).

  • cyan value is 45.45%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(45,12,0,35)
C45M12Y0K35 
(45%,12%,0%,35%)
(0.45/0.12/0.00/0.35)	

CMYK percentages

%45.45
%12.12
%0
%35.29

Codes

Color #5A91A5 in popluar color models

5A91A5
RGB90145165
HSL196°29.41%50.00%
HSB/HSV196°45.45%64.71%
CMYK45.45%12.12%0.00%
35.29%

Color #5A91A5 in popluar number systems.

HEX5A91A5
Decimal90145165
Binary10110101001000110100101
Octal132221245

Shades and tints

Shades of #5A91A5

#5A91A5
(90,145,165)
#528496
(82,132,150)
#4A7787
(74,119,135)
#426A78
(66,106,120)
#3A5D69
(58,93,105)
#32505A
(50,80,90)
#2A434B
(42,67,75)
#22363C
(34,54,60)
#1A292D
(26,41,45)
#121C1E
(18,28,30)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #5A91A5

#5A91A5
(90,145,165)
#699BAD
(105,155,173)
#78A5B5
(120,165,181)
#87AFBD
(135,175,189)
#96B9C5
(150,185,197)
#A5C3CD
(165,195,205)
#B4CDD5
(180,205,213)
#C3D7DD
(195,215,221)
#D2E1E5
(210,225,229)
#E1EBED
(225,235,237)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A91A5 color. Also use rgb(90,145,165) instead hex code.

Text Font Color

.myTextColor { color: #5A91A5; }

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

This text font color is #5A91A5.


Background Color

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

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

This div background color is #5A91A5.


Border color

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

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

This div border color is #5A91A5.


Opacity

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

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

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

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

This text has shadow with #5A91A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A91A5 on black background.


Color preview on white background

This text has color #5A91A5 on white background.



Black color preview on #5A91A5 background

This text has black color on #5A91A5 background.


White color preview on #5A91A5 background

This text has white color on #5A91A5 background.