COLOR #5757B0

HEX: #5757B0
RGB: (87,87,176)

Color info

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

RGB color model

#5757B0 color RGB value is (87,87,176).

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

RGB channels and saturation

R 87 of 255 = 34%
G 87 of 255 = 34%
B 176 of 255 = 69%

87
87
176

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

Portions of RGB colors in percentages

R + G + B =
87 + 87 + 176 = 350 (100%)
R 87 of 350 ~ 24.86%
G 87 of 350 ~ 24.86%
B 176 of 350 ~ 50.29%

%24.86
%24.86
%50.29

CMYK color model

#5757B0 color CMYK value is (51,51,0,31).

  • cyan value is 50.57%
  • magenta value is 50.57%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(51,51,0,31)
C51M51Y0K31 
(51%,51%,0%,31%)
(0.51/0.51/0.00/0.31)	

CMYK percentages

%50.57
%50.57
%0
%30.98

Codes

Color #5757B0 in popluar color models

5757B0
RGB8787176
HSL240°36.03%51.57%
HSB/HSV240°50.57%69.02%
CMYK50.57%50.57%0.00%
30.98%

Color #5757B0 in popluar number systems.

HEX5757B0
Decimal8787176
Binary1010111101011110110000
Octal127127260

Shades and tints

Shades of #5757B0

#5757B0
(87,87,176)
#5050A0
(80,80,160)
#494990
(73,73,144)
#424280
(66,66,128)
#3B3B70
(59,59,112)
#343460
(52,52,96)
#2D2D50
(45,45,80)
#262640
(38,38,64)
#1F1F30
(31,31,48)
#181820
(24,24,32)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #5757B0

#5757B0
(87,87,176)
#6666B7
(102,102,183)
#7575BE
(117,117,190)
#8484C5
(132,132,197)
#9393CC
(147,147,204)
#A2A2D3
(162,162,211)
#B1B1DA
(177,177,218)
#C0C0E1
(192,192,225)
#CFCFE8
(207,207,232)
#DEDEEF
(222,222,239)
#EDEDF6
(237,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5757B0; }

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

This text font color is #5757B0.


Background Color

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

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

This div background color is #5757B0.


Border color

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

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

This div border color is #5757B0.


Opacity

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

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

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

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

This text has shadow with #5757B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5757B0 on black background.


Color preview on white background

This text has color #5757B0 on white background.



Black color preview on #5757B0 background

This text has black color on #5757B0 background.


White color preview on #5757B0 background

This text has white color on #5757B0 background.