COLOR #5756A9

HEX: #5756A9
RGB: (87,86,169)

Color info

#5756A9 contains mainly blue color. Web safe color of #5756A9 is #666699 (or #669).

RGB color model

#5756A9 color RGB value is (87,86,169).

  • red value is 87;
  • green value is 86;
  • blue value is 169.
RGB:
(87,86,169)
(34%,34%,66%)

RGB channels and saturation

R 87 of 255 = 34%
G 86 of 255 = 34%
B 169 of 255 = 66%

87
86
169

R + G + B ~ 45%. #5756A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 86 + 169 = 342 (100%)
R 87 of 342 ~ 25.44%
G 86 of 342 ~ 25.15%
B 169 of 342 ~ 49.42%

%25.44
%25.15
%49.42

CMYK color model

#5756A9 color CMYK value is (49,49,0,34).

  • cyan value is 48.52%
  • magenta value is 49.11%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(49,49,0,34)
C49M49Y0K34 
(49%,49%,0%,34%)
(0.49/0.49/0.00/0.34)	

CMYK percentages

%48.52
%49.11
%0
%33.73

Codes

Color #5756A9 in popluar color models

5756A9
RGB8786169
HSL241°32.55%50.00%
HSB/HSV241°49.11%66.27%
CMYK48.52%49.11%0.00%
33.73%

Color #5756A9 in popluar number systems.

HEX5756A9
Decimal8786169
Binary1010111101011010101001
Octal127126251

Shades and tints

Shades of #5756A9

#5756A9
(87,86,169)
#504F9A
(80,79,154)
#49488B
(73,72,139)
#42417C
(66,65,124)
#3B3A6D
(59,58,109)
#34335E
(52,51,94)
#2D2C4F
(45,44,79)
#262540
(38,37,64)
#1F1E31
(31,30,49)
#181722
(24,23,34)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #5756A9

#5756A9
(87,86,169)
#6665B0
(102,101,176)
#7574B7
(117,116,183)
#8483BE
(132,131,190)
#9392C5
(147,146,197)
#A2A1CC
(162,161,204)
#B1B0D3
(177,176,211)
#C0BFDA
(192,191,218)
#CFCEE1
(207,206,225)
#DEDDE8
(222,221,232)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5756A9 color. Also use rgb(87,86,169) instead hex code.

Text Font Color

.myTextColor { color: #5756A9; }

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

This text font color is #5756A9.


Background Color

.myBgColor { background-color: #5756A9; }

<div style="background-color:#5756A9">Inner text</div>

This div background color is #5756A9.


Border color

.myBorderColor { border: 1px solid #5756A9; }

<div style="border:3px solid #5756A9">Div</div>

This div border color is #5756A9.


Opacity

.myOpacity80 { color: #5756A9; opacity: 0.8; }

<p style="color:#5756A9;opacity:0.8;">80%</p>

Text with #5756A9 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 #5756A9;}

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

This text has shadow with #5756A9 color.

.textShadow {text-shadow: 3px 3px 1px #5756A9, 3px 3px 1px red;}

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

This text has shadow with #5756A9 primary color and red secondary color.


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

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

This text has shadow with #5756A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5756A9 on black background.


Color preview on white background

This text has color #5756A9 on white background.



Black color preview on #5756A9 background

This text has black color on #5756A9 background.


White color preview on #5756A9 background

This text has white color on #5756A9 background.