COLOR #5087A0

HEX: #5087A0
RGB: (80,135,160)

Color info

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

RGB color model

#5087A0 color RGB value is (80,135,160).

  • red value is 80;
  • green value is 135;
  • blue value is 160.
RGB:
(80,135,160)
(31%,53%,63%)

RGB channels and saturation

R 80 of 255 = 31%
G 135 of 255 = 53%
B 160 of 255 = 63%

80
135
160

R + G + B ~ 49%. #5087A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 135 + 160 = 375 (100%)
R 80 of 375 ~ 21.33%
G 135 of 375 ~ 36%
B 160 of 375 ~ 42.67%

%21.33
%36
%42.67

CMYK color model

#5087A0 color CMYK value is (50,16,0,37).

  • cyan value is 50.00%
  • magenta value is 15.63%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(50,16,0,37)
C50M16Y0K37 
(50%,16%,0%,37%)
(0.50/0.16/0.00/0.37)	

CMYK percentages

%50
%15.63
%0
%37.25

Codes

Color #5087A0 in popluar color models

5087A0
RGB80135160
HSL199°33.33%47.06%
HSB/HSV199°50.00%62.75%
CMYK50.00%15.63%0.00%
37.25%

Color #5087A0 in popluar number systems.

HEX5087A0
Decimal80135160
Binary10100001000011110100000
Octal120207240

Shades and tints

Shades of #5087A0

#5087A0
(80,135,160)
#497B92
(73,123,146)
#426F84
(66,111,132)
#3B6376
(59,99,118)
#345768
(52,87,104)
#2D4B5A
(45,75,90)
#263F4C
(38,63,76)
#1F333E
(31,51,62)
#182730
(24,39,48)
#111B22
(17,27,34)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #5087A0

#5087A0
(80,135,160)
#5F91A8
(95,145,168)
#6E9BB0
(110,155,176)
#7DA5B8
(125,165,184)
#8CAFC0
(140,175,192)
#9BB9C8
(155,185,200)
#AAC3D0
(170,195,208)
#B9CDD8
(185,205,216)
#C8D7E0
(200,215,224)
#D7E1E8
(215,225,232)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5087A0 color. Also use rgb(80,135,160) instead hex code.

Text Font Color

.myTextColor { color: #5087A0; }

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

This text font color is #5087A0.


Background Color

.myBgColor { background-color: #5087A0; }

<div style="background-color:#5087A0">Inner text</div>

This div background color is #5087A0.


Border color

.myBorderColor { border: 1px solid #5087A0; }

<div style="border:3px solid #5087A0">Div</div>

This div border color is #5087A0.


Opacity

.myOpacity80 { color: #5087A0; opacity: 0.8; }

<p style="color:#5087A0;opacity:0.8;">80%</p>

Text with #5087A0 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 #5087A0;}

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

This text has shadow with #5087A0 color.

.textShadow {text-shadow: 3px 3px 1px #5087A0, 3px 3px 1px red;}

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

This text has shadow with #5087A0 primary color and red secondary color.


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

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

This text has shadow with #5087A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5087A0 on black background.


Color preview on white background

This text has color #5087A0 on white background.



Black color preview on #5087A0 background

This text has black color on #5087A0 background.


White color preview on #5087A0 background

This text has white color on #5087A0 background.