COLOR #5A788D

HEX: #5A788D RGB: (90,120,141)

Color info

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

RGB color model

#5A788D color RGB value is (90,120,141).

RGB: (90,120,141) (35%, 47%, 55%)

RGB channels and saturation

R 90 of 255 = 35%
G 120 of 255 = 47%
B 141 of 255 = 55%

90
120
141

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

Portions of RGB colors in percentages

R + G + B = 90 + 120 + 141 = 351 (100%)
R 90 of 351 ~ 25.64%
G 120 of 351 ~ 34.19%
B 141 of 351 ~ 40.17'%

%25.64
%34.19
%40.17

CMYK color model

#5A788D color CMYK value is (36,15,0,45).

  • cyan value is 36.17%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (36,15,0,45)
C36M15Y0K45 (36%, 15%, 0%, 45%)
(0.36 / 0.15 / 0.00 / 0.45)

CMYK percentages

%36.17
%14.89
%0
%44.71

Codes

Color #5A788D in popluar color models

5A 78 8D
RGB 90 120 141
HSL 205° 22.08% 45.29%
HSB/HSV 205° 36.17% 55.29%
CMYK 36.17% 14.89% 0.00%
44.71%

Color #5A788D in popluar number systems.

HEX 5A 78 8D
Decimal 90 120 141
Binary 1011010 1111000 10001101
Octal 132 170 215

Shades and tints

Shades of #5A788D

#5A788D
(90,120,141)
#526E81
(82,110,129)
#4A6475
(74,100,117)
#425A69
(66,90,105)
#3A505D
(58,80,93)
#324651
(50,70,81)
#2A3C45
(42,60,69)
#223239
(34,50,57)
#1A282D
(26,40,45)
#121E21
(18,30,33)
#0A1415
(10,20,21)
#000000
(0,0,0)

Tints of #5A788D

#5A788D
(90,120,141)
#698497
(105,132,151)
#7890A1
(120,144,161)
#879CAB
(135,156,171)
#96A8B5
(150,168,181)
#A5B4BF
(165,180,191)
#B4C0C9
(180,192,201)
#C3CCD3
(195,204,211)
#D2D8DD
(210,216,221)
#E1E4E7
(225,228,231)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A788D; }

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

This text font color is #5A788D.

Background Color

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

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

This div background color is #5A788D.

Border color

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

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

This div border color is #5A788D.

Opacity

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

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

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

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

This text has shadow with #5A788D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A788D.

Preview

Color preview on black background

This text has color #5A788D on black background.


Color preview on white background

This text has color #5A788D on white background.


Black color preview on #5A788D background

This text has black color on #5A788D background.


White color preview on #5A788D background

This text has white color on #5A788D background.


Related colors

Complementary color

Complementary color for #hex is #A58772.


I love getcolorcode.com

Triadic colors

1 #8D5A78 and #788D5A with #5A788D are triadic colors.

2 #8D785A and #785A8D with #5A788D are triadic colors.