COLOR #5792BB

HEX: #5792BB
RGB: (87,146,187)

Color info

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

RGB color model

#5792BB color RGB value is (87,146,187).

  • red value is 87;
  • green value is 146;
  • blue value is 187.
RGB:
(87,146,187)
(34%,57%,73%)

RGB channels and saturation

R 87 of 255 = 34%
G 146 of 255 = 57%
B 187 of 255 = 73%

87
146
187

R + G + B ~ 55%. #5792BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 146 + 187 = 420 (100%)
R 87 of 420 ~ 20.71%
G 146 of 420 ~ 34.76%
B 187 of 420 ~ 44.52%

%20.71
%34.76
%44.52

CMYK color model

#5792BB color CMYK value is (53,22,0,27).

  • cyan value is 53.48%
  • magenta value is 21.93%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(53,22,0,27)
C53M22Y0K27 
(53%,22%,0%,27%)
(0.53/0.22/0.00/0.27)	

CMYK percentages

%53.48
%21.93
%0
%26.67

Codes

Color #5792BB in popluar color models

5792BB
RGB87146187
HSL205°42.37%53.73%
HSB/HSV205°53.48%73.33%
CMYK53.48%21.93%0.00%
26.67%

Color #5792BB in popluar number systems.

HEX5792BB
Decimal87146187
Binary10101111001001010111011
Octal127222273

Shades and tints

Shades of #5792BB

#5792BB
(87,146,187)
#5085AA
(80,133,170)
#497899
(73,120,153)
#426B88
(66,107,136)
#3B5E77
(59,94,119)
#345166
(52,81,102)
#2D4455
(45,68,85)
#263744
(38,55,68)
#1F2A33
(31,42,51)
#181D22
(24,29,34)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #5792BB

#5792BB
(87,146,187)
#669BC1
(102,155,193)
#75A4C7
(117,164,199)
#84ADCD
(132,173,205)
#93B6D3
(147,182,211)
#A2BFD9
(162,191,217)
#B1C8DF
(177,200,223)
#C0D1E5
(192,209,229)
#CFDAEB
(207,218,235)
#DEE3F1
(222,227,241)
#EDECF7
(237,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5792BB color. Also use rgb(87,146,187) instead hex code.

Text Font Color

.myTextColor { color: #5792BB; }

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

This text font color is #5792BB.


Background Color

.myBgColor { background-color: #5792BB; }

<div style="background-color:#5792BB">Inner text</div>

This div background color is #5792BB.


Border color

.myBorderColor { border: 1px solid #5792BB; }

<div style="border:3px solid #5792BB">Div</div>

This div border color is #5792BB.


Opacity

.myOpacity80 { color: #5792BB; opacity: 0.8; }

<p style="color:#5792BB;opacity:0.8;">80%</p>

Text with #5792BB 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 #5792BB;}

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

This text has shadow with #5792BB color.

.textShadow {text-shadow: 3px 3px 1px #5792BB, 3px 3px 1px red;}

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

This text has shadow with #5792BB primary color and red secondary color.


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

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

This text has shadow with #5792BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5792BB on black background.


Color preview on white background

This text has color #5792BB on white background.



Black color preview on #5792BB background

This text has black color on #5792BB background.


White color preview on #5792BB background

This text has white color on #5792BB background.