COLOR #5A96AD

HEX: #5A96AD
RGB: (90,150,173)

Color info

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

RGB color model

#5A96AD color RGB value is (90,150,173).

  • red value is 90;
  • green value is 150;
  • blue value is 173.
RGB:
(90,150,173)
(35%,59%,68%)

RGB channels and saturation

R 90 of 255 = 35%
G 150 of 255 = 59%
B 173 of 255 = 68%

90
150
173

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

Portions of RGB colors in percentages

R + G + B =
90 + 150 + 173 = 413 (100%)
R 90 of 413 ~ 21.79%
G 150 of 413 ~ 36.32%
B 173 of 413 ~ 41.89%

%21.79
%36.32
%41.89

CMYK color model

#5A96AD color CMYK value is (48,13,0,32).

  • cyan value is 47.98%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(48,13,0,32)
C48M13Y0K32 
(48%,13%,0%,32%)
(0.48/0.13/0.00/0.32)	

CMYK percentages

%47.98
%13.29
%0
%32.16

Codes

Color #5A96AD in popluar color models

5A96AD
RGB90150173
HSL197°33.60%51.57%
HSB/HSV197°47.98%67.84%
CMYK47.98%13.29%0.00%
32.16%

Color #5A96AD in popluar number systems.

HEX5A96AD
Decimal90150173
Binary10110101001011010101101
Octal132226255

Shades and tints

Shades of #5A96AD

#5A96AD
(90,150,173)
#52899E
(82,137,158)
#4A7C8F
(74,124,143)
#426F80
(66,111,128)
#3A6271
(58,98,113)
#325562
(50,85,98)
#2A4853
(42,72,83)
#223B44
(34,59,68)
#1A2E35
(26,46,53)
#122126
(18,33,38)
#0A1417
(10,20,23)
#000000
(0,0,0)

Tints of #5A96AD

#5A96AD
(90,150,173)
#699FB4
(105,159,180)
#78A8BB
(120,168,187)
#87B1C2
(135,177,194)
#96BAC9
(150,186,201)
#A5C3D0
(165,195,208)
#B4CCD7
(180,204,215)
#C3D5DE
(195,213,222)
#D2DEE5
(210,222,229)
#E1E7EC
(225,231,236)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A96AD color. Also use rgb(90,150,173) instead hex code.

Text Font Color

.myTextColor { color: #5A96AD; }

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

This text font color is #5A96AD.


Background Color

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

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

This div background color is #5A96AD.


Border color

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

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

This div border color is #5A96AD.


Opacity

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

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

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

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

This text has shadow with #5A96AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A96AD on black background.


Color preview on white background

This text has color #5A96AD on white background.



Black color preview on #5A96AD background

This text has black color on #5A96AD background.


White color preview on #5A96AD background

This text has white color on #5A96AD background.