COLOR #5A969B

HEX: #5A969B
RGB: (90,150,155)

Color info

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

RGB color model

#5A969B color RGB value is (90,150,155).

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

RGB channels and saturation

R 90 of 255 = 35%
G 150 of 255 = 59%
B 155 of 255 = 61%

90
150
155

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

Portions of RGB colors in percentages

R + G + B =
90 + 150 + 155 = 395 (100%)
R 90 of 395 ~ 22.78%
G 150 of 395 ~ 37.97%
B 155 of 395 ~ 39.24%

%22.78
%37.97
%39.24

CMYK color model

#5A969B color CMYK value is (42,3,0,39).

  • cyan value is 41.94%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(42,3,0,39)
C42M3Y0K39 
(42%,3%,0%,39%)
(0.42/0.03/0.00/0.39)	

CMYK percentages

%41.94
%3.23
%0
%39.22

Codes

Color #5A969B in popluar color models

5A969B
RGB90150155
HSL185°26.53%48.04%
HSB/HSV185°41.94%60.78%
CMYK41.94%3.23%0.00%
39.22%

Color #5A969B in popluar number systems.

HEX5A969B
Decimal90150155
Binary10110101001011010011011
Octal132226233

Shades and tints

Shades of #5A969B

#5A969B
(90,150,155)
#52898D
(82,137,141)
#4A7C7F
(74,124,127)
#426F71
(66,111,113)
#3A6263
(58,98,99)
#325555
(50,85,85)
#2A4847
(42,72,71)
#223B39
(34,59,57)
#1A2E2B
(26,46,43)
#12211D
(18,33,29)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #5A969B

#5A969B
(90,150,155)
#699FA4
(105,159,164)
#78A8AD
(120,168,173)
#87B1B6
(135,177,182)
#96BABF
(150,186,191)
#A5C3C8
(165,195,200)
#B4CCD1
(180,204,209)
#C3D5DA
(195,213,218)
#D2DEE3
(210,222,227)
#E1E7EC
(225,231,236)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A969B; }

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

This text font color is #5A969B.


Background Color

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

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

This div background color is #5A969B.


Border color

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

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

This div border color is #5A969B.


Opacity

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

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

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

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

This text has shadow with #5A969B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A969B on black background.


Color preview on white background

This text has color #5A969B on white background.



Black color preview on #5A969B background

This text has black color on #5A969B background.


White color preview on #5A969B background

This text has white color on #5A969B background.