COLOR #5A727D

HEX: #5A727D
RGB: (90,114,125)

Color info

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

RGB color model

#5A727D color RGB value is (90,114,125).

  • red value is 90;
  • green value is 114;
  • blue value is 125.
RGB:
(90,114,125)
(35%,45%,49%)

RGB channels and saturation

R 90 of 255 = 35%
G 114 of 255 = 45%
B 125 of 255 = 49%

90
114
125

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

Portions of RGB colors in percentages

R + G + B =
90 + 114 + 125 = 329 (100%)
R 90 of 329 ~ 27.36%
G 114 of 329 ~ 34.65%
B 125 of 329 ~ 37.99%

%27.36
%34.65
%37.99

CMYK color model

#5A727D color CMYK value is (28,9,0,51).

  • cyan value is 28.00%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(28,9,0,51)
C28M9Y0K51 
(28%,9%,0%,51%)
(0.28/0.09/0.00/0.51)	

CMYK percentages

%28
%8.8
%0
%50.98

Codes

Color #5A727D in popluar color models

5A727D
RGB90114125
HSL199°16.28%42.16%
HSB/HSV199°28.00%49.02%
CMYK28.00%8.80%0.00%
50.98%

Color #5A727D in popluar number systems.

HEX5A727D
Decimal90114125
Binary101101011100101111101
Octal132162175

Shades and tints

Shades of #5A727D

#5A727D
(90,114,125)
#526872
(82,104,114)
#4A5E67
(74,94,103)
#42545C
(66,84,92)
#3A4A51
(58,74,81)
#324046
(50,64,70)
#2A363B
(42,54,59)
#222C30
(34,44,48)
#1A2225
(26,34,37)
#12181A
(18,24,26)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #5A727D

#5A727D
(90,114,125)
#697E88
(105,126,136)
#788A93
(120,138,147)
#87969E
(135,150,158)
#96A2A9
(150,162,169)
#A5AEB4
(165,174,180)
#B4BABF
(180,186,191)
#C3C6CA
(195,198,202)
#D2D2D5
(210,210,213)
#E1DEE0
(225,222,224)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A727D color. Also use rgb(90,114,125) instead hex code.

Text Font Color

.myTextColor { color: #5A727D; }

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

This text font color is #5A727D.


Background Color

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

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

This div background color is #5A727D.


Border color

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

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

This div border color is #5A727D.


Opacity

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

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

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

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

This text has shadow with #5A727D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A727D on black background.


Color preview on white background

This text has color #5A727D on white background.



Black color preview on #5A727D background

This text has black color on #5A727D background.


White color preview on #5A727D background

This text has white color on #5A727D background.