COLOR #5789B4

HEX: #5789B4
RGB: (87,137,180)

Color info

#5789B4 contains mainly green and blue colors. Web safe color of #5789B4 is #6699CC (or #69C).

RGB color model

#5789B4 color RGB value is (87,137,180).

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

RGB channels and saturation

R 87 of 255 = 34%
G 137 of 255 = 54%
B 180 of 255 = 71%

87
137
180

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

Portions of RGB colors in percentages

R + G + B =
87 + 137 + 180 = 404 (100%)
R 87 of 404 ~ 21.53%
G 137 of 404 ~ 33.91%
B 180 of 404 ~ 44.55%

%21.53
%33.91
%44.55

CMYK color model

#5789B4 color CMYK value is (52,24,0,29).

  • cyan value is 51.67%
  • magenta value is 23.89%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(52,24,0,29)
C52M24Y0K29 
(52%,24%,0%,29%)
(0.52/0.24/0.00/0.29)	

CMYK percentages

%51.67
%23.89
%0
%29.41

Codes

Color #5789B4 in popluar color models

5789B4
RGB87137180
HSL208°38.27%52.35%
HSB/HSV208°51.67%70.59%
CMYK51.67%23.89%0.00%
29.41%

Color #5789B4 in popluar number systems.

HEX5789B4
Decimal87137180
Binary10101111000100110110100
Octal127211264

Shades and tints

Shades of #5789B4

#5789B4
(87,137,180)
#507DA4
(80,125,164)
#497194
(73,113,148)
#426584
(66,101,132)
#3B5974
(59,89,116)
#344D64
(52,77,100)
#2D4154
(45,65,84)
#263544
(38,53,68)
#1F2934
(31,41,52)
#181D24
(24,29,36)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #5789B4

#5789B4
(87,137,180)
#6693BA
(102,147,186)
#759DC0
(117,157,192)
#84A7C6
(132,167,198)
#93B1CC
(147,177,204)
#A2BBD2
(162,187,210)
#B1C5D8
(177,197,216)
#C0CFDE
(192,207,222)
#CFD9E4
(207,217,228)
#DEE3EA
(222,227,234)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5789B4; }

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

This text font color is #5789B4.


Background Color

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

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

This div background color is #5789B4.


Border color

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

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

This div border color is #5789B4.


Opacity

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

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

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

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

This text has shadow with #5789B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5789B4 on black background.


Color preview on white background

This text has color #5789B4 on white background.



Black color preview on #5789B4 background

This text has black color on #5789B4 background.


White color preview on #5789B4 background

This text has white color on #5789B4 background.