COLOR #5A7A89

HEX: #5A7A89
RGB: (90,122,137)

Color info

#5A7A89 contains red, green and blue colors in about the same proportion. Web safe color of #5A7A89 is #666699 (or #669).

RGB color model

#5A7A89 color RGB value is (90,122,137).

  • red value is 90;
  • green value is 122;
  • blue value is 137.
RGB:
(90,122,137)
(35%,48%,54%)

RGB channels and saturation

R 90 of 255 = 35%
G 122 of 255 = 48%
B 137 of 255 = 54%

90
122
137

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

Portions of RGB colors in percentages

R + G + B =
90 + 122 + 137 = 349 (100%)
R 90 of 349 ~ 25.79%
G 122 of 349 ~ 34.96%
B 137 of 349 ~ 39.26%

%25.79
%34.96
%39.26

CMYK color model

#5A7A89 color CMYK value is (34,11,0,46).

  • cyan value is 34.31%
  • magenta value is 10.95%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(34,11,0,46)
C34M11Y0K46 
(34%,11%,0%,46%)
(0.34/0.11/0.00/0.46)	

CMYK percentages

%34.31
%10.95
%0
%46.27

Codes

Color #5A7A89 in popluar color models

5A7A89
RGB90122137
HSL199°20.70%44.51%
HSB/HSV199°34.31%53.73%
CMYK34.31%10.95%0.00%
46.27%

Color #5A7A89 in popluar number systems.

HEX5A7A89
Decimal90122137
Binary1011010111101010001001
Octal132172211

Shades and tints

Shades of #5A7A89

#5A7A89
(90,122,137)
#526F7D
(82,111,125)
#4A6471
(74,100,113)
#425965
(66,89,101)
#3A4E59
(58,78,89)
#32434D
(50,67,77)
#2A3841
(42,56,65)
#222D35
(34,45,53)
#1A2229
(26,34,41)
#12171D
(18,23,29)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #5A7A89

#5A7A89
(90,122,137)
#698693
(105,134,147)
#78929D
(120,146,157)
#879EA7
(135,158,167)
#96AAB1
(150,170,177)
#A5B6BB
(165,182,187)
#B4C2C5
(180,194,197)
#C3CECF
(195,206,207)
#D2DAD9
(210,218,217)
#E1E6E3
(225,230,227)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7A89 color. Also use rgb(90,122,137) instead hex code.

Text Font Color

.myTextColor { color: #5A7A89; }

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

This text font color is #5A7A89.


Background Color

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

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

This div background color is #5A7A89.


Border color

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

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

This div border color is #5A7A89.


Opacity

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

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

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

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

This text has shadow with #5A7A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7A89 on black background.


Color preview on white background

This text has color #5A7A89 on white background.



Black color preview on #5A7A89 background

This text has black color on #5A7A89 background.


White color preview on #5A7A89 background

This text has white color on #5A7A89 background.