COLOR #5757B6

HEX: #5757B6
RGB: (87,87,182)

Color info

#5757B6 contains mainly blue color. Web safe color of #5757B6 is #6666CC (or #66C).

RGB color model

#5757B6 color RGB value is (87,87,182).

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

RGB channels and saturation

R 87 of 255 = 34%
G 87 of 255 = 34%
B 182 of 255 = 71%

87
87
182

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

Portions of RGB colors in percentages

R + G + B =
87 + 87 + 182 = 356 (100%)
R 87 of 356 ~ 24.44%
G 87 of 356 ~ 24.44%
B 182 of 356 ~ 51.12%

%24.44
%24.44
%51.12

CMYK color model

#5757B6 color CMYK value is (52,52,0,29).

  • cyan value is 52.20%
  • magenta value is 52.20%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(52,52,0,29)
C52M52Y0K29 
(52%,52%,0%,29%)
(0.52/0.52/0.00/0.29)	

CMYK percentages

%52.2
%52.2
%0
%28.63

Codes

Color #5757B6 in popluar color models

5757B6
RGB8787182
HSL240°39.42%52.75%
HSB/HSV240°52.20%71.37%
CMYK52.20%52.20%0.00%
28.63%

Color #5757B6 in popluar number systems.

HEX5757B6
Decimal8787182
Binary1010111101011110110110
Octal127127266

Shades and tints

Shades of #5757B6

#5757B6
(87,87,182)
#5050A6
(80,80,166)
#494996
(73,73,150)
#424286
(66,66,134)
#3B3B76
(59,59,118)
#343466
(52,52,102)
#2D2D56
(45,45,86)
#262646
(38,38,70)
#1F1F36
(31,31,54)
#181826
(24,24,38)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #5757B6

#5757B6
(87,87,182)
#6666BC
(102,102,188)
#7575C2
(117,117,194)
#8484C8
(132,132,200)
#9393CE
(147,147,206)
#A2A2D4
(162,162,212)
#B1B1DA
(177,177,218)
#C0C0E0
(192,192,224)
#CFCFE6
(207,207,230)
#DEDEEC
(222,222,236)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5757B6; }

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

This text font color is #5757B6.


Background Color

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

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

This div background color is #5757B6.


Border color

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

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

This div border color is #5757B6.


Opacity

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

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

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

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

This text has shadow with #5757B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5757B6 on black background.


Color preview on white background

This text has color #5757B6 on white background.



Black color preview on #5757B6 background

This text has black color on #5757B6 background.


White color preview on #5757B6 background

This text has white color on #5757B6 background.