COLOR #5780AB

HEX: #5780AB
RGB: (87,128,171)

Color info

#5780AB contains mainly green and blue colors. Web safe color of #5780AB is #666699 (or #669).

RGB color model

#5780AB color RGB value is (87,128,171).

  • red value is 87;
  • green value is 128;
  • blue value is 171.
RGB:
(87,128,171)
(34%,50%,67%)

RGB channels and saturation

R 87 of 255 = 34%
G 128 of 255 = 50%
B 171 of 255 = 67%

87
128
171

R + G + B ~ 50%. #5780AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 128 + 171 = 386 (100%)
R 87 of 386 ~ 22.54%
G 128 of 386 ~ 33.16%
B 171 of 386 ~ 44.3%

%22.54
%33.16
%44.3

CMYK color model

#5780AB color CMYK value is (49,25,0,33).

  • cyan value is 49.12%
  • magenta value is 25.15%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(49,25,0,33)
C49M25Y0K33 
(49%,25%,0%,33%)
(0.49/0.25/0.00/0.33)	

CMYK percentages

%49.12
%25.15
%0
%32.94

Codes

Color #5780AB in popluar color models

5780AB
RGB87128171
HSL211°33.33%50.59%
HSB/HSV211°49.12%67.06%
CMYK49.12%25.15%0.00%
32.94%

Color #5780AB in popluar number systems.

HEX5780AB
Decimal87128171
Binary10101111000000010101011
Octal127200253

Shades and tints

Shades of #5780AB

#5780AB
(87,128,171)
#50759C
(80,117,156)
#496A8D
(73,106,141)
#425F7E
(66,95,126)
#3B546F
(59,84,111)
#344960
(52,73,96)
#2D3E51
(45,62,81)
#263342
(38,51,66)
#1F2833
(31,40,51)
#181D24
(24,29,36)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #5780AB

#5780AB
(87,128,171)
#668BB2
(102,139,178)
#7596B9
(117,150,185)
#84A1C0
(132,161,192)
#93ACC7
(147,172,199)
#A2B7CE
(162,183,206)
#B1C2D5
(177,194,213)
#C0CDDC
(192,205,220)
#CFD8E3
(207,216,227)
#DEE3EA
(222,227,234)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5780AB color. Also use rgb(87,128,171) instead hex code.

Text Font Color

.myTextColor { color: #5780AB; }

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

This text font color is #5780AB.


Background Color

.myBgColor { background-color: #5780AB; }

<div style="background-color:#5780AB">Inner text</div>

This div background color is #5780AB.


Border color

.myBorderColor { border: 1px solid #5780AB; }

<div style="border:3px solid #5780AB">Div</div>

This div border color is #5780AB.


Opacity

.myOpacity80 { color: #5780AB; opacity: 0.8; }

<p style="color:#5780AB;opacity:0.8;">80%</p>

Text with #5780AB 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 #5780AB;}

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

This text has shadow with #5780AB color.

.textShadow {text-shadow: 3px 3px 1px #5780AB, 3px 3px 1px red;}

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

This text has shadow with #5780AB primary color and red secondary color.


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

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

This text has shadow with #5780AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5780AB on black background.


Color preview on white background

This text has color #5780AB on white background.



Black color preview on #5780AB background

This text has black color on #5780AB background.


White color preview on #5780AB background

This text has white color on #5780AB background.