COLOR #5180CB

HEX: #5180CB
RGB: (81,128,203)

Color info

#5180CB contains mainly blue color. Web safe color of #5180CB is #6666CC (or #66C).

RGB color model

#5180CB color RGB value is (81,128,203).

  • red value is 81;
  • green value is 128;
  • blue value is 203.
RGB:
(81,128,203)
(32%,50%,80%)

RGB channels and saturation

R 81 of 255 = 32%
G 128 of 255 = 50%
B 203 of 255 = 80%

81
128
203

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

Portions of RGB colors in percentages

R + G + B =
81 + 128 + 203 = 412 (100%)
R 81 of 412 ~ 19.66%
G 128 of 412 ~ 31.07%
B 203 of 412 ~ 49.27%

%19.66
%31.07
%49.27

CMYK color model

#5180CB color CMYK value is (60,37,0,20).

  • cyan value is 60.10%
  • magenta value is 36.95%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(60,37,0,20)
C60M37Y0K20 
(60%,37%,0%,20%)
(0.60/0.37/0.00/0.20)	

CMYK percentages

%60.1
%36.95
%0
%20.39

Codes

Color #5180CB in popluar color models

5180CB
RGB81128203
HSL217°53.98%55.69%
HSB/HSV217°60.10%79.61%
CMYK60.10%36.95%0.00%
20.39%

Color #5180CB in popluar number systems.

HEX5180CB
Decimal81128203
Binary10100011000000011001011
Octal121200313

Shades and tints

Shades of #5180CB

#5180CB
(81,128,203)
#4A75B9
(74,117,185)
#436AA7
(67,106,167)
#3C5F95
(60,95,149)
#355483
(53,84,131)
#2E4971
(46,73,113)
#273E5F
(39,62,95)
#20334D
(32,51,77)
#19283B
(25,40,59)
#121D29
(18,29,41)
#0B1217
(11,18,23)
#000000
(0,0,0)

Tints of #5180CB

#5180CB
(81,128,203)
#608BCF
(96,139,207)
#6F96D3
(111,150,211)
#7EA1D7
(126,161,215)
#8DACDB
(141,172,219)
#9CB7DF
(156,183,223)
#ABC2E3
(171,194,227)
#BACDE7
(186,205,231)
#C9D8EB
(201,216,235)
#D8E3EF
(216,227,239)
#E7EEF3
(231,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5180CB color. Also use rgb(81,128,203) instead hex code.

Text Font Color

.myTextColor { color: #5180CB; }

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

This text font color is #5180CB.


Background Color

.myBgColor { background-color: #5180CB; }

<div style="background-color:#5180CB">Inner text</div>

This div background color is #5180CB.


Border color

.myBorderColor { border: 1px solid #5180CB; }

<div style="border:3px solid #5180CB">Div</div>

This div border color is #5180CB.


Opacity

.myOpacity80 { color: #5180CB; opacity: 0.8; }

<p style="color:#5180CB;opacity:0.8;">80%</p>

Text with #5180CB 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 #5180CB;}

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

This text has shadow with #5180CB color.

.textShadow {text-shadow: 3px 3px 1px #5180CB, 3px 3px 1px red;}

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

This text has shadow with #5180CB primary color and red secondary color.


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

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

This text has shadow with #5180CB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5180CB on black background.


Color preview on white background

This text has color #5180CB on white background.



Black color preview on #5180CB background

This text has black color on #5180CB background.


White color preview on #5180CB background

This text has white color on #5180CB background.