COLOR #5A7570

HEX: #5A7570
RGB: (90,117,112)

Color info

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

RGB color model

#5A7570 color RGB value is (90,117,112).

  • red value is 90;
  • green value is 117;
  • blue value is 112.
RGB:
(90,117,112)
(35%,46%,44%)

RGB channels and saturation

R 90 of 255 = 35%
G 117 of 255 = 46%
B 112 of 255 = 44%

90
117
112

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

Portions of RGB colors in percentages

R + G + B =
90 + 117 + 112 = 319 (100%)
R 90 of 319 ~ 28.21%
G 117 of 319 ~ 36.68%
B 112 of 319 ~ 35.11%

%28.21
%36.68
%35.11

CMYK color model

#5A7570 color CMYK value is (23,0,4,54).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 4.27%
  • key color value is 54.12%
CMYK:
(23,0,4,54)
C23M0Y4K54 
(23%,0%,4%,54%)
(0.23/0.00/0.04/0.54)	

CMYK percentages

%23.08
%0
%4.27
%54.12

Codes

Color #5A7570 in popluar color models

5A7570
RGB90117112
HSL169°13.04%40.59%
HSB/HSV169°23.08%45.88%
CMYK23.08%0.00%4.27%
54.12%

Color #5A7570 in popluar number systems.

HEX5A7570
Decimal90117112
Binary101101011101011110000
Octal132165160

Shades and tints

Shades of #5A7570

#5A7570
(90,117,112)
#526B66
(82,107,102)
#4A615C
(74,97,92)
#425752
(66,87,82)
#3A4D48
(58,77,72)
#32433E
(50,67,62)
#2A3934
(42,57,52)
#222F2A
(34,47,42)
#1A2520
(26,37,32)
#121B16
(18,27,22)
#0A110C
(10,17,12)
#000000
(0,0,0)

Tints of #5A7570

#5A7570
(90,117,112)
#69817D
(105,129,125)
#788D8A
(120,141,138)
#879997
(135,153,151)
#96A5A4
(150,165,164)
#A5B1B1
(165,177,177)
#B4BDBE
(180,189,190)
#C3C9CB
(195,201,203)
#D2D5D8
(210,213,216)
#E1E1E5
(225,225,229)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7570 color. Also use rgb(90,117,112) instead hex code.

Text Font Color

.myTextColor { color: #5A7570; }

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

This text font color is #5A7570.


Background Color

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

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

This div background color is #5A7570.


Border color

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

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

This div border color is #5A7570.


Opacity

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

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

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

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

This text has shadow with #5A7570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7570 on black background.


Color preview on white background

This text has color #5A7570 on white background.



Black color preview on #5A7570 background

This text has black color on #5A7570 background.


White color preview on #5A7570 background

This text has white color on #5A7570 background.