COLOR #5081CA

HEX: #5081CA RGB: (80,129,202)

Color info

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

RGB color model

#5081CA color RGB value is (80,129,202).

RGB: (80,129,202) (31%, 51%, 79%)

RGB channels and saturation

R 80 of 255 = 31%
G 129 of 255 = 51%
B 202 of 255 = 79%

80
129
202

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

Portions of RGB colors in percentages

R + G + B = 80 + 129 + 202 = 411 (100%)
R 80 of 411 ~ 19.46%
G 129 of 411 ~ 31.39%
B 202 of 411 ~ 49.15'%

%19.46
%31.39
%49.15

CMYK color model

#5081CA color CMYK value is (60,36,0,21).

  • cyan value is 60.40%
  • magenta value is 36.14%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (60,36,0,21)
C60M36Y0K21 (60%, 36%, 0%, 21%)
(0.60 / 0.36 / 0.00 / 0.21)

CMYK percentages

%60.4
%36.14
%0
%20.78

Codes

Color #5081CA in popluar color models

50 81 CA
RGB 80 129 202
HSL 216° 53.51% 55.29%
HSB/HSV 216° 60.40% 79.22%
CMYK 60.40% 36.14% 0.00%
20.78%

Color #5081CA in popluar number systems.

HEX 50 81 CA
Decimal 80 129 202
Binary 1010000 10000001 11001010
Octal 120 201 312

Shades and tints

Shades of #5081CA

#5081CA
(80,129,202)
#4976B8
(73,118,184)
#426BA6
(66,107,166)
#3B6094
(59,96,148)
#345582
(52,85,130)
#2D4A70
(45,74,112)
#263F5E
(38,63,94)
#1F344C
(31,52,76)
#18293A
(24,41,58)
#111E28
(17,30,40)
#0A1316
(10,19,22)
#000000
(0,0,0)

Tints of #5081CA

#5081CA
(80,129,202)
#5F8CCE
(95,140,206)
#6E97D2
(110,151,210)
#7DA2D6
(125,162,214)
#8CADDA
(140,173,218)
#9BB8DE
(155,184,222)
#AAC3E2
(170,195,226)
#B9CEE6
(185,206,230)
#C8D9EA
(200,217,234)
#D7E4EE
(215,228,238)
#E6EFF2
(230,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5081CA color. Also use rgb(80,129,202) instead hex code.

Text Font Color

.myTextColor { color: #5081CA; }

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

This text font color is #5081CA.

Background Color

.myBgColor { background-color: #5081CA; }

<div style="background-color:#5081CA">Inner text</div>

This div background color is #5081CA.

Border color

.myBorderColor { border: 1px solid #5081CA; }

<div style="border:3px solid #5081CA">Div</div>

This div border color is #5081CA.

Opacity

.myOpacity80 { color: #5081CA; opacity: 0.8; }

<p style="color:#5081CA;opacity:0.8;">80%</p>

Text with #5081CA 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 #5081CA;}

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

This text has shadow with #5081CA color.


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

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

This text has shadow with #5081CA primary color and red secondary color.


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

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

This text has shadow with #5081CA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5081CA.

Preview

Color preview on black background

This text has color #5081CA on black background.


Color preview on white background

This text has color #5081CA on white background.


Black color preview on #5081CA background

This text has black color on #5081CA background.


White color preview on #5081CA background

This text has white color on #5081CA background.


Related colors

Complementary color

Complementary color for #hex is #AF7E35.


I love getcolorcode.com

Triadic colors

1 #CA5081 and #81CA50 with #5081CA are triadic colors.

2 #CA8150 and #8150CA with #5081CA are triadic colors.