COLOR #5789A5

HEX: #5789A5
RGB: (87,137,165)

Color info

#5789A5 contains mainly green and blue colors. Web safe color of #5789A5 is #669999 (or #699).

RGB color model

#5789A5 color RGB value is (87,137,165).

  • red value is 87;
  • green value is 137;
  • blue value is 165.
RGB:
(87,137,165)
(34%,54%,65%)

RGB channels and saturation

R 87 of 255 = 34%
G 137 of 255 = 54%
B 165 of 255 = 65%

87
137
165

R + G + B ~ 51%. #5789A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 137 + 165 = 389 (100%)
R 87 of 389 ~ 22.37%
G 137 of 389 ~ 35.22%
B 165 of 389 ~ 42.42%

%22.37
%35.22
%42.42

CMYK color model

#5789A5 color CMYK value is (47,17,0,35).

  • cyan value is 47.27%
  • magenta value is 16.97%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(47,17,0,35)
C47M17Y0K35 
(47%,17%,0%,35%)
(0.47/0.17/0.00/0.35)	

CMYK percentages

%47.27
%16.97
%0
%35.29

Codes

Color #5789A5 in popluar color models

5789A5
RGB87137165
HSL202°30.95%49.41%
HSB/HSV202°47.27%64.71%
CMYK47.27%16.97%0.00%
35.29%

Color #5789A5 in popluar number systems.

HEX5789A5
Decimal87137165
Binary10101111000100110100101
Octal127211245

Shades and tints

Shades of #5789A5

#5789A5
(87,137,165)
#507D96
(80,125,150)
#497187
(73,113,135)
#426578
(66,101,120)
#3B5969
(59,89,105)
#344D5A
(52,77,90)
#2D414B
(45,65,75)
#26353C
(38,53,60)
#1F292D
(31,41,45)
#181D1E
(24,29,30)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #5789A5

#5789A5
(87,137,165)
#6693AD
(102,147,173)
#759DB5
(117,157,181)
#84A7BD
(132,167,189)
#93B1C5
(147,177,197)
#A2BBCD
(162,187,205)
#B1C5D5
(177,197,213)
#C0CFDD
(192,207,221)
#CFD9E5
(207,217,229)
#DEE3ED
(222,227,237)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5789A5 color. Also use rgb(87,137,165) instead hex code.

Text Font Color

.myTextColor { color: #5789A5; }

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

This text font color is #5789A5.


Background Color

.myBgColor { background-color: #5789A5; }

<div style="background-color:#5789A5">Inner text</div>

This div background color is #5789A5.


Border color

.myBorderColor { border: 1px solid #5789A5; }

<div style="border:3px solid #5789A5">Div</div>

This div border color is #5789A5.


Opacity

.myOpacity80 { color: #5789A5; opacity: 0.8; }

<p style="color:#5789A5;opacity:0.8;">80%</p>

Text with #5789A5 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 #5789A5;}

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

This text has shadow with #5789A5 color.

.textShadow {text-shadow: 3px 3px 1px #5789A5, 3px 3px 1px red;}

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

This text has shadow with #5789A5 primary color and red secondary color.


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

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

This text has shadow with #5789A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5789A5 on black background.


Color preview on white background

This text has color #5789A5 on white background.



Black color preview on #5789A5 background

This text has black color on #5789A5 background.


White color preview on #5789A5 background

This text has white color on #5789A5 background.