COLOR #515CA4

HEX: #515CA4 RGB: (81,92,164)

Color info

#515CA4 contains mainly blue color. Web safe color of #515CA4 is #666699 (or #669).

RGB color model

#515CA4 color RGB value is (81,92,164).

RGB: (81,92,164) (32%, 36%, 64%)

RGB channels and saturation

R 81 of 255 = 32%
G 92 of 255 = 36%
B 164 of 255 = 64%

81
92
164

R + G + B ~ 44%. #515CA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 81 + 92 + 164 = 337 (100%)
R 81 of 337 ~ 24.04%
G 92 of 337 ~ 27.3%
B 164 of 337 ~ 48.66'%

%24.04
%27.3
%48.66

CMYK color model

#515CA4 color CMYK value is (51,44,0,36).

  • cyan value is 50.61%
  • magenta value is 43.90%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (51,44,0,36)
C51M44Y0K36 (51%, 44%, 0%, 36%)
(0.51 / 0.44 / 0.00 / 0.36)

CMYK percentages

%50.61
%43.9
%0
%35.69

Codes

Color #515CA4 in popluar color models

51 5C A4
RGB 81 92 164
HSL 232° 33.88% 48.04%
HSB/HSV 232° 50.61% 64.31%
CMYK 50.61% 43.90% 0.00%
35.69%

Color #515CA4 in popluar number systems.

HEX 51 5C A4
Decimal 81 92 164
Binary 1010001 1011100 10100100
Octal 121 134 244

Shades and tints

Shades of #515CA4

#515CA4
(81,92,164)
#4A5496
(74,84,150)
#434C88
(67,76,136)
#3C447A
(60,68,122)
#353C6C
(53,60,108)
#2E345E
(46,52,94)
#272C50
(39,44,80)
#202442
(32,36,66)
#191C34
(25,28,52)
#121426
(18,20,38)
#0B0C18
(11,12,24)
#000000
(0,0,0)

Tints of #515CA4

#515CA4
(81,92,164)
#606AAC
(96,106,172)
#6F78B4
(111,120,180)
#7E86BC
(126,134,188)
#8D94C4
(141,148,196)
#9CA2CC
(156,162,204)
#ABB0D4
(171,176,212)
#BABEDC
(186,190,220)
#C9CCE4
(201,204,228)
#D8DAEC
(216,218,236)
#E7E8F4
(231,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515CA4 color. Also use rgb(81,92,164) instead hex code.

Text Font Color

.myTextColor { color: #515CA4; }

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

This text font color is #515CA4.

Background Color

.myBgColor { background-color: #515CA4; }

<div style="background-color:#515CA4">Inner text</div>

This div background color is #515CA4.

Border color

.myBorderColor { border: 1px solid #515CA4; }

<div style="border:3px solid #515CA4">Div</div>

This div border color is #515CA4.

Opacity

.myOpacity80 { color: #515CA4; opacity: 0.8; }

<p style="color:#515CA4;opacity:0.8;">80%</p>

Text with #515CA4 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 #515CA4;}

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

This text has shadow with #515CA4 color.


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

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

This text has shadow with #515CA4 primary color and red secondary color.


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

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

This text has shadow with #515CA4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #515CA4.

Preview

Color preview on black background

This text has color #515CA4 on black background.


Color preview on white background

This text has color #515CA4 on white background.


Black color preview on #515CA4 background

This text has black color on #515CA4 background.


White color preview on #515CA4 background

This text has white color on #515CA4 background.


Related colors

Complementary color

Complementary color for #hex is #AEA35B.


I love getcolorcode.com

Triadic colors

1 #A4515C and #5CA451 with #515CA4 are triadic colors.

2 #A45C51 and #5C51A4 with #515CA4 are triadic colors.