COLOR #5181CC

HEX: #5181CC RGB: (81,129,204)

Color info

#5181CC contains mainly blue color. Web safe color of #5181CC is #6699CC (or #69C).

RGB color model

#5181CC color RGB value is (81,129,204).

RGB: (81,129,204) (32%, 51%, 80%)

RGB channels and saturation

R 81 of 255 = 32%
G 129 of 255 = 51%
B 204 of 255 = 80%

81
129
204

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

Portions of RGB colors in percentages

R + G + B = 81 + 129 + 204 = 414 (100%)
R 81 of 414 ~ 19.57%
G 129 of 414 ~ 31.16%
B 204 of 414 ~ 49.28'%

%19.57
%31.16
%49.28

CMYK color model

#5181CC color CMYK value is (60,37,0,20).

  • cyan value is 60.29%
  • magenta value is 36.76%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (60,37,0,20)
C60M37Y0K20 (60%, 37%, 0%, 20%)
(0.60 / 0.37 / 0.00 / 0.20)

CMYK percentages

%60.29
%36.76
%0
%20

Codes

Color #5181CC in popluar color models

51 81 CC
RGB 81 129 204
HSL 217° 54.67% 55.88%
HSB/HSV 217° 60.29% 80.00%
CMYK 60.29% 36.76% 0.00%
20.00%

Color #5181CC in popluar number systems.

HEX 51 81 CC
Decimal 81 129 204
Binary 1010001 10000001 11001100
Octal 121 201 314

Shades and tints

Shades of #5181CC

#5181CC
(81,129,204)
#4A76BA
(74,118,186)
#436BA8
(67,107,168)
#3C6096
(60,96,150)
#355584
(53,85,132)
#2E4A72
(46,74,114)
#273F60
(39,63,96)
#20344E
(32,52,78)
#19293C
(25,41,60)
#121E2A
(18,30,42)
#0B1318
(11,19,24)
#000000
(0,0,0)

Tints of #5181CC

#5181CC
(81,129,204)
#608CD0
(96,140,208)
#6F97D4
(111,151,212)
#7EA2D8
(126,162,216)
#8DADDC
(141,173,220)
#9CB8E0
(156,184,224)
#ABC3E4
(171,195,228)
#BACEE8
(186,206,232)
#C9D9EC
(201,217,236)
#D8E4F0
(216,228,240)
#E7EFF4
(231,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5181CC color. Also use rgb(81,129,204) instead hex code.

Text Font Color

.myTextColor { color: #5181CC; }

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

This text font color is #5181CC.

Background Color

.myBgColor { background-color: #5181CC; }

<div style="background-color:#5181CC">Inner text</div>

This div background color is #5181CC.

Border color

.myBorderColor { border: 1px solid #5181CC; }

<div style="border:3px solid #5181CC">Div</div>

This div border color is #5181CC.

Opacity

.myOpacity80 { color: #5181CC; opacity: 0.8; }

<p style="color:#5181CC;opacity:0.8;">80%</p>

Text with #5181CC 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 #5181CC;}

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

This text has shadow with #5181CC color.


.textShadow {text-shadow: 3px 3px 1px #5181CC', 3px 3px 1px red;}

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

This text has shadow with #5181CC primary color and red secondary color.


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

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

This text has shadow with #5181CC and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5181CC; -webkit-box-shadow: 1px 1px 3px 2px #5181CC; box-shadow:1px 1px 3px 2px #5181CC;">
Div content here
</div>

This div box has shadow with color #5181CC.

Preview

Color preview on black background

This text has color #5181CC on black background.


Color preview on white background

This text has color #5181CC on white background.


Black color preview on #5181CC background

This text has black color on #5181CC background.


White color preview on #5181CC background

This text has white color on #5181CC background.


Related colors

Complementary color

Complementary color for #hex is #AE7E33.


I love getcolorcode.com

Triadic colors

1 #CC5181 and #81CC51 with #5181CC are triadic colors.

2 #CC8151 and #8151CC with #5181CC are triadic colors.