COLOR #5036DD

HEX: #5036DD RGB: (80,54,221)

Color info

#5036DD contains mainly blue color. Web safe color of #5036DD is #6633CC (or #63C).

RGB color model

#5036DD color RGB value is (80,54,221).

RGB: (80,54,221) (31%, 21%, 87%)

RGB channels and saturation

R 80 of 255 = 31%
G 54 of 255 = 21%
B 221 of 255 = 87%

80
54
221

R + G + B ~ 46%. #5036DD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 54 + 221 = 355 (100%)
R 80 of 355 ~ 22.54%
G 54 of 355 ~ 15.21%
B 221 of 355 ~ 62.25'%

%22.54
%15.21
%62.25

CMYK color model

#5036DD color CMYK value is (64,76,0,13).

  • cyan value is 63.80%
  • magenta value is 75.57%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (64,76,0,13)
C64M76Y0K13 (64%, 76%, 0%, 13%)
(0.64 / 0.76 / 0.00 / 0.13)

CMYK percentages

%63.8
%75.57
%0
%13.33

Codes

Color #5036DD in popluar color models

50 36 DD
RGB 80 54 221
HSL 249° 71.06% 53.92%
HSB/HSV 249° 75.57% 86.67%
CMYK 63.80% 75.57% 0.00%
13.33%

Color #5036DD in popluar number systems.

HEX 50 36 DD
Decimal 80 54 221
Binary 1010000 110110 11011101
Octal 120 66 335

Shades and tints

Shades of #5036DD

#5036DD
(80,54,221)
#4932C9
(73,50,201)
#422EB5
(66,46,181)
#3B2AA1
(59,42,161)
#34268D
(52,38,141)
#2D2279
(45,34,121)
#261E65
(38,30,101)
#1F1A51
(31,26,81)
#18163D
(24,22,61)
#111229
(17,18,41)
#0A0E15
(10,14,21)
#000000
(0,0,0)

Tints of #5036DD

#5036DD
(80,54,221)
#5F48E0
(95,72,224)
#6E5AE3
(110,90,227)
#7D6CE6
(125,108,230)
#8C7EE9
(140,126,233)
#9B90EC
(155,144,236)
#AAA2EF
(170,162,239)
#B9B4F2
(185,180,242)
#C8C6F5
(200,198,245)
#D7D8F8
(215,216,248)
#E6EAFB
(230,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5036DD color. Also use rgb(80,54,221) instead hex code.

Text Font Color

.myTextColor { color: #5036DD; }

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

This text font color is #5036DD.

Background Color

.myBgColor { background-color: #5036DD; }

<div style="background-color:#5036DD">Inner text</div>

This div background color is #5036DD.

Border color

.myBorderColor { border: 1px solid #5036DD; }

<div style="border:3px solid #5036DD">Div</div>

This div border color is #5036DD.

Opacity

.myOpacity80 { color: #5036DD; opacity: 0.8; }

<p style="color:#5036DD;opacity:0.8;">80%</p>

Text with #5036DD 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 #5036DD;}

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

This text has shadow with #5036DD color.


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

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

This text has shadow with #5036DD primary color and red secondary color.


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

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

This text has shadow with #5036DD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5036DD.

Preview

Color preview on black background

This text has color #5036DD on black background.


Color preview on white background

This text has color #5036DD on white background.


Black color preview on #5036DD background

This text has black color on #5036DD background.


White color preview on #5036DD background

This text has white color on #5036DD background.


Related colors

Complementary color

Complementary color for #hex is #AFC922.


I love getcolorcode.com

Triadic colors

1 #DD5036 and #36DD50 with #5036DD are triadic colors.

2 #DD3650 and #3650DD with #5036DD are triadic colors.