COLOR #5790BF

HEX: #5790BF
RGB: (87,144,191)

Color info

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

RGB color model

#5790BF color RGB value is (87,144,191).

  • red value is 87;
  • green value is 144;
  • blue value is 191.
RGB:
(87,144,191)
(34%,56%,75%)

RGB channels and saturation

R 87 of 255 = 34%
G 144 of 255 = 56%
B 191 of 255 = 75%

87
144
191

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

Portions of RGB colors in percentages

R + G + B =
87 + 144 + 191 = 422 (100%)
R 87 of 422 ~ 20.62%
G 144 of 422 ~ 34.12%
B 191 of 422 ~ 45.26%

%20.62
%34.12
%45.26

CMYK color model

#5790BF color CMYK value is (54,25,0,25).

  • cyan value is 54.45%
  • magenta value is 24.61%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(54,25,0,25)
C54M25Y0K25 
(54%,25%,0%,25%)
(0.54/0.25/0.00/0.25)	

CMYK percentages

%54.45
%24.61
%0
%25.1

Codes

Color #5790BF in popluar color models

5790BF
RGB87144191
HSL207°44.83%54.51%
HSB/HSV207°54.45%74.90%
CMYK54.45%24.61%0.00%
25.10%

Color #5790BF in popluar number systems.

HEX5790BF
Decimal87144191
Binary10101111001000010111111
Octal127220277

Shades and tints

Shades of #5790BF

#5790BF
(87,144,191)
#5083AE
(80,131,174)
#49769D
(73,118,157)
#42698C
(66,105,140)
#3B5C7B
(59,92,123)
#344F6A
(52,79,106)
#2D4259
(45,66,89)
#263548
(38,53,72)
#1F2837
(31,40,55)
#181B26
(24,27,38)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #5790BF

#5790BF
(87,144,191)
#669AC4
(102,154,196)
#75A4C9
(117,164,201)
#84AECE
(132,174,206)
#93B8D3
(147,184,211)
#A2C2D8
(162,194,216)
#B1CCDD
(177,204,221)
#C0D6E2
(192,214,226)
#CFE0E7
(207,224,231)
#DEEAEC
(222,234,236)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5790BF color. Also use rgb(87,144,191) instead hex code.

Text Font Color

.myTextColor { color: #5790BF; }

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

This text font color is #5790BF.


Background Color

.myBgColor { background-color: #5790BF; }

<div style="background-color:#5790BF">Inner text</div>

This div background color is #5790BF.


Border color

.myBorderColor { border: 1px solid #5790BF; }

<div style="border:3px solid #5790BF">Div</div>

This div border color is #5790BF.


Opacity

.myOpacity80 { color: #5790BF; opacity: 0.8; }

<p style="color:#5790BF;opacity:0.8;">80%</p>

Text with #5790BF 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 #5790BF;}

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

This text has shadow with #5790BF color.

.textShadow {text-shadow: 3px 3px 1px #5790BF, 3px 3px 1px red;}

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

This text has shadow with #5790BF primary color and red secondary color.


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

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

This text has shadow with #5790BF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5790BF on black background.


Color preview on white background

This text has color #5790BF on white background.



Black color preview on #5790BF background

This text has black color on #5790BF background.


White color preview on #5790BF background

This text has white color on #5790BF background.