COLOR #5A787D

HEX: #5A787D RGB: (90,120,125)

Color info

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

RGB color model

#5A787D color RGB value is (90,120,125).

RGB: (90,120,125) (35%, 47%, 49%)

RGB channels and saturation

R 90 of 255 = 35%
G 120 of 255 = 47%
B 125 of 255 = 49%

90
120
125

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

Portions of RGB colors in percentages

R + G + B = 90 + 120 + 125 = 335 (100%)
R 90 of 335 ~ 26.87%
G 120 of 335 ~ 35.82%
B 125 of 335 ~ 37.31'%

%26.87
%35.82
%37.31

CMYK color model

#5A787D color CMYK value is (28,4,0,51).

  • cyan value is 28.00%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (28,4,0,51)
C28M4Y0K51 (28%, 4%, 0%, 51%)
(0.28 / 0.04 / 0.00 / 0.51)

CMYK percentages

%28
%4
%0
%50.98

Codes

Color #5A787D in popluar color models

5A 78 7D
RGB 90 120 125
HSL 189° 16.28% 42.16%
HSB/HSV 189° 28.00% 49.02%
CMYK 28.00% 4.00% 0.00%
50.98%

Color #5A787D in popluar number systems.

HEX 5A 78 7D
Decimal 90 120 125
Binary 1011010 1111000 1111101
Octal 132 170 175

Shades and tints

Shades of #5A787D

#5A787D
(90,120,125)
#526E72
(82,110,114)
#4A6467
(74,100,103)
#425A5C
(66,90,92)
#3A5051
(58,80,81)
#324646
(50,70,70)
#2A3C3B
(42,60,59)
#223230
(34,50,48)
#1A2825
(26,40,37)
#121E1A
(18,30,26)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #5A787D

#5A787D
(90,120,125)
#698488
(105,132,136)
#789093
(120,144,147)
#879C9E
(135,156,158)
#96A8A9
(150,168,169)
#A5B4B4
(165,180,180)
#B4C0BF
(180,192,191)
#C3CCCA
(195,204,202)
#D2D8D5
(210,216,213)
#E1E4E0
(225,228,224)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A787D; }

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

This text font color is #5A787D.

Background Color

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

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

This div background color is #5A787D.

Border color

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

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

This div border color is #5A787D.

Opacity

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

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

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

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

This text has shadow with #5A787D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A787D.

Preview

Color preview on black background

This text has color #5A787D on black background.


Color preview on white background

This text has color #5A787D on white background.


Black color preview on #5A787D background

This text has black color on #5A787D background.


White color preview on #5A787D background

This text has white color on #5A787D background.


Related colors

Complementary color

Complementary color for #hex is #A58782.


I love getcolorcode.com

Triadic colors

1 #7D5A78 and #787D5A with #5A787D are triadic colors.

2 #7D785A and #785A7D with #5A787D are triadic colors.