COLOR #5789A6

HEX: #5789A6
RGB: (87,137,166)

Color info

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

RGB color model

#5789A6 color RGB value is (87,137,166).

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

RGB channels and saturation

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

87
137
166

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

Portions of RGB colors in percentages

R + G + B =
87 + 137 + 166 = 390 (100%)
R 87 of 390 ~ 22.31%
G 137 of 390 ~ 35.13%
B 166 of 390 ~ 42.56%

%22.31
%35.13
%42.56

CMYK color model

#5789A6 color CMYK value is (48,17,0,35).

  • cyan value is 47.59%
  • magenta value is 17.47%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(48,17,0,35)
C48M17Y0K35 
(48%,17%,0%,35%)
(0.48/0.17/0.00/0.35)	

CMYK percentages

%47.59
%17.47
%0
%34.9

Codes

Color #5789A6 in popluar color models

5789A6
RGB87137166
HSL202°31.23%49.61%
HSB/HSV202°47.59%65.10%
CMYK47.59%17.47%0.00%
34.90%

Color #5789A6 in popluar number systems.

HEX5789A6
Decimal87137166
Binary10101111000100110100110
Octal127211246

Shades and tints

Shades of #5789A6

#5789A6
(87,137,166)
#507D97
(80,125,151)
#497188
(73,113,136)
#426579
(66,101,121)
#3B596A
(59,89,106)
#344D5B
(52,77,91)
#2D414C
(45,65,76)
#26353D
(38,53,61)
#1F292E
(31,41,46)
#181D1F
(24,29,31)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #5789A6

#5789A6
(87,137,166)
#6693AE
(102,147,174)
#759DB6
(117,157,182)
#84A7BE
(132,167,190)
#93B1C6
(147,177,198)
#A2BBCE
(162,187,206)
#B1C5D6
(177,197,214)
#C0CFDE
(192,207,222)
#CFD9E6
(207,217,230)
#DEE3EE
(222,227,238)
#EDEDF6
(237,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5789A6; }

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

This text font color is #5789A6.


Background Color

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

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

This div background color is #5789A6.


Border color

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

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

This div border color is #5789A6.


Opacity

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

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

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

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

This text has shadow with #5789A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5789A6 on black background.


Color preview on white background

This text has color #5789A6 on white background.



Black color preview on #5789A6 background

This text has black color on #5789A6 background.


White color preview on #5789A6 background

This text has white color on #5789A6 background.