COLOR #5757AB

HEX: #5757AB
RGB: (87,87,171)

Color info

#5757AB contains mainly blue color. Web safe color of #5757AB is #666699 (or #669).

RGB color model

#5757AB color RGB value is (87,87,171).

  • red value is 87;
  • green value is 87;
  • blue value is 171.
RGB:
(87,87,171)
(34%,34%,67%)

RGB channels and saturation

R 87 of 255 = 34%
G 87 of 255 = 34%
B 171 of 255 = 67%

87
87
171

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

Portions of RGB colors in percentages

R + G + B =
87 + 87 + 171 = 345 (100%)
R 87 of 345 ~ 25.22%
G 87 of 345 ~ 25.22%
B 171 of 345 ~ 49.57%

%25.22
%25.22
%49.57

CMYK color model

#5757AB color CMYK value is (49,49,0,33).

  • cyan value is 49.12%
  • magenta value is 49.12%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(49,49,0,33)
C49M49Y0K33 
(49%,49%,0%,33%)
(0.49/0.49/0.00/0.33)	

CMYK percentages

%49.12
%49.12
%0
%32.94

Codes

Color #5757AB in popluar color models

5757AB
RGB8787171
HSL240°33.33%50.59%
HSB/HSV240°49.12%67.06%
CMYK49.12%49.12%0.00%
32.94%

Color #5757AB in popluar number systems.

HEX5757AB
Decimal8787171
Binary1010111101011110101011
Octal127127253

Shades and tints

Shades of #5757AB

#5757AB
(87,87,171)
#50509C
(80,80,156)
#49498D
(73,73,141)
#42427E
(66,66,126)
#3B3B6F
(59,59,111)
#343460
(52,52,96)
#2D2D51
(45,45,81)
#262642
(38,38,66)
#1F1F33
(31,31,51)
#181824
(24,24,36)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #5757AB

#5757AB
(87,87,171)
#6666B2
(102,102,178)
#7575B9
(117,117,185)
#8484C0
(132,132,192)
#9393C7
(147,147,199)
#A2A2CE
(162,162,206)
#B1B1D5
(177,177,213)
#C0C0DC
(192,192,220)
#CFCFE3
(207,207,227)
#DEDEEA
(222,222,234)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5757AB color. Also use rgb(87,87,171) instead hex code.

Text Font Color

.myTextColor { color: #5757AB; }

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

This text font color is #5757AB.


Background Color

.myBgColor { background-color: #5757AB; }

<div style="background-color:#5757AB">Inner text</div>

This div background color is #5757AB.


Border color

.myBorderColor { border: 1px solid #5757AB; }

<div style="border:3px solid #5757AB">Div</div>

This div border color is #5757AB.


Opacity

.myOpacity80 { color: #5757AB; opacity: 0.8; }

<p style="color:#5757AB;opacity:0.8;">80%</p>

Text with #5757AB 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 #5757AB;}

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

This text has shadow with #5757AB color.

.textShadow {text-shadow: 3px 3px 1px #5757AB, 3px 3px 1px red;}

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

This text has shadow with #5757AB primary color and red secondary color.


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

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

This text has shadow with #5757AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5757AB on black background.


Color preview on white background

This text has color #5757AB on white background.



Black color preview on #5757AB background

This text has black color on #5757AB background.


White color preview on #5757AB background

This text has white color on #5757AB background.