COLOR #5791B7

HEX: #5791B7
RGB: (87,145,183)

Color info

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

RGB color model

#5791B7 color RGB value is (87,145,183).

  • red value is 87;
  • green value is 145;
  • blue value is 183.
RGB:
(87,145,183)
(34%,57%,72%)

RGB channels and saturation

R 87 of 255 = 34%
G 145 of 255 = 57%
B 183 of 255 = 72%

87
145
183

R + G + B ~ 54%. #5791B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 145 + 183 = 415 (100%)
R 87 of 415 ~ 20.96%
G 145 of 415 ~ 34.94%
B 183 of 415 ~ 44.1%

%20.96
%34.94
%44.1

CMYK color model

#5791B7 color CMYK value is (52,21,0,28).

  • cyan value is 52.46%
  • magenta value is 20.77%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(52,21,0,28)
C52M21Y0K28 
(52%,21%,0%,28%)
(0.52/0.21/0.00/0.28)	

CMYK percentages

%52.46
%20.77
%0
%28.24

Codes

Color #5791B7 in popluar color models

5791B7
RGB87145183
HSL204°40.00%52.94%
HSB/HSV204°52.46%71.76%
CMYK52.46%20.77%0.00%
28.24%

Color #5791B7 in popluar number systems.

HEX5791B7
Decimal87145183
Binary10101111001000110110111
Octal127221267

Shades and tints

Shades of #5791B7

#5791B7
(87,145,183)
#5084A7
(80,132,167)
#497797
(73,119,151)
#426A87
(66,106,135)
#3B5D77
(59,93,119)
#345067
(52,80,103)
#2D4357
(45,67,87)
#263647
(38,54,71)
#1F2937
(31,41,55)
#181C27
(24,28,39)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #5791B7

#5791B7
(87,145,183)
#669BBD
(102,155,189)
#75A5C3
(117,165,195)
#84AFC9
(132,175,201)
#93B9CF
(147,185,207)
#A2C3D5
(162,195,213)
#B1CDDB
(177,205,219)
#C0D7E1
(192,215,225)
#CFE1E7
(207,225,231)
#DEEBED
(222,235,237)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5791B7 color. Also use rgb(87,145,183) instead hex code.

Text Font Color

.myTextColor { color: #5791B7; }

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

This text font color is #5791B7.


Background Color

.myBgColor { background-color: #5791B7; }

<div style="background-color:#5791B7">Inner text</div>

This div background color is #5791B7.


Border color

.myBorderColor { border: 1px solid #5791B7; }

<div style="border:3px solid #5791B7">Div</div>

This div border color is #5791B7.


Opacity

.myOpacity80 { color: #5791B7; opacity: 0.8; }

<p style="color:#5791B7;opacity:0.8;">80%</p>

Text with #5791B7 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 #5791B7;}

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

This text has shadow with #5791B7 color.

.textShadow {text-shadow: 3px 3px 1px #5791B7, 3px 3px 1px red;}

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

This text has shadow with #5791B7 primary color and red secondary color.


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

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

This text has shadow with #5791B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5791B7 on black background.


Color preview on white background

This text has color #5791B7 on white background.



Black color preview on #5791B7 background

This text has black color on #5791B7 background.


White color preview on #5791B7 background

This text has white color on #5791B7 background.