COLOR #5A95AA

HEX: #5A95AA
RGB: (90,149,170)

Color info

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

RGB color model

#5A95AA color RGB value is (90,149,170).

  • red value is 90;
  • green value is 149;
  • blue value is 170.
RGB:
(90,149,170)
(35%,58%,67%)

RGB channels and saturation

R 90 of 255 = 35%
G 149 of 255 = 58%
B 170 of 255 = 67%

90
149
170

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

Portions of RGB colors in percentages

R + G + B =
90 + 149 + 170 = 409 (100%)
R 90 of 409 ~ 22%
G 149 of 409 ~ 36.43%
B 170 of 409 ~ 41.56%

%22
%36.43
%41.56

CMYK color model

#5A95AA color CMYK value is (47,12,0,33).

  • cyan value is 47.06%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(47,12,0,33)
C47M12Y0K33 
(47%,12%,0%,33%)
(0.47/0.12/0.00/0.33)	

CMYK percentages

%47.06
%12.35
%0
%33.33

Codes

Color #5A95AA in popluar color models

5A95AA
RGB90149170
HSL196°32.00%50.98%
HSB/HSV196°47.06%66.67%
CMYK47.06%12.35%0.00%
33.33%

Color #5A95AA in popluar number systems.

HEX5A95AA
Decimal90149170
Binary10110101001010110101010
Octal132225252

Shades and tints

Shades of #5A95AA

#5A95AA
(90,149,170)
#52889B
(82,136,155)
#4A7B8C
(74,123,140)
#426E7D
(66,110,125)
#3A616E
(58,97,110)
#32545F
(50,84,95)
#2A4750
(42,71,80)
#223A41
(34,58,65)
#1A2D32
(26,45,50)
#122023
(18,32,35)
#0A1314
(10,19,20)
#000000
(0,0,0)

Tints of #5A95AA

#5A95AA
(90,149,170)
#699EB1
(105,158,177)
#78A7B8
(120,167,184)
#87B0BF
(135,176,191)
#96B9C6
(150,185,198)
#A5C2CD
(165,194,205)
#B4CBD4
(180,203,212)
#C3D4DB
(195,212,219)
#D2DDE2
(210,221,226)
#E1E6E9
(225,230,233)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A95AA color. Also use rgb(90,149,170) instead hex code.

Text Font Color

.myTextColor { color: #5A95AA; }

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

This text font color is #5A95AA.


Background Color

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

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

This div background color is #5A95AA.


Border color

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

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

This div border color is #5A95AA.


Opacity

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

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

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

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

This text has shadow with #5A95AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A95AA on black background.


Color preview on white background

This text has color #5A95AA on white background.



Black color preview on #5A95AA background

This text has black color on #5A95AA background.


White color preview on #5A95AA background

This text has white color on #5A95AA background.