COLOR #5A6A79

HEX: #5A6A79
RGB: (90,106,121)

Color info

#5A6A79 contains red, green and blue colors in about the same proportion. Web safe color of #5A6A79 is #666666 (or #666).

RGB color model

#5A6A79 color RGB value is (90,106,121).

  • red value is 90;
  • green value is 106;
  • blue value is 121.
RGB:
(90,106,121)
(35%,42%,47%)

RGB channels and saturation

R 90 of 255 = 35%
G 106 of 255 = 42%
B 121 of 255 = 47%

90
106
121

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

Portions of RGB colors in percentages

R + G + B =
90 + 106 + 121 = 317 (100%)
R 90 of 317 ~ 28.39%
G 106 of 317 ~ 33.44%
B 121 of 317 ~ 38.17%

%28.39
%33.44
%38.17

CMYK color model

#5A6A79 color CMYK value is (26,12,0,53).

  • cyan value is 25.62%
  • magenta value is 12.40%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(26,12,0,53)
C26M12Y0K53 
(26%,12%,0%,53%)
(0.26/0.12/0.00/0.53)	

CMYK percentages

%25.62
%12.4
%0
%52.55

Codes

Color #5A6A79 in popluar color models

5A6A79
RGB90106121
HSL209°14.69%41.37%
HSB/HSV209°25.62%47.45%
CMYK25.62%12.40%0.00%
52.55%

Color #5A6A79 in popluar number systems.

HEX5A6A79
Decimal90106121
Binary101101011010101111001
Octal132152171

Shades and tints

Shades of #5A6A79

#5A6A79
(90,106,121)
#52616E
(82,97,110)
#4A5863
(74,88,99)
#424F58
(66,79,88)
#3A464D
(58,70,77)
#323D42
(50,61,66)
#2A3437
(42,52,55)
#222B2C
(34,43,44)
#1A2221
(26,34,33)
#121916
(18,25,22)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #5A6A79

#5A6A79
(90,106,121)
#697785
(105,119,133)
#788491
(120,132,145)
#87919D
(135,145,157)
#969EA9
(150,158,169)
#A5ABB5
(165,171,181)
#B4B8C1
(180,184,193)
#C3C5CD
(195,197,205)
#D2D2D9
(210,210,217)
#E1DFE5
(225,223,229)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6A79 color. Also use rgb(90,106,121) instead hex code.

Text Font Color

.myTextColor { color: #5A6A79; }

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

This text font color is #5A6A79.


Background Color

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

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

This div background color is #5A6A79.


Border color

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

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

This div border color is #5A6A79.


Opacity

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

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

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

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

This text has shadow with #5A6A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6A79 on black background.


Color preview on white background

This text has color #5A6A79 on white background.



Black color preview on #5A6A79 background

This text has black color on #5A6A79 background.


White color preview on #5A6A79 background

This text has white color on #5A6A79 background.