COLOR #5757BF

HEX: #5757BF RGB: (87,87,191)

Color info

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

RGB color model

#5757BF color RGB value is (87,87,191).

RGB: (87,87,191) (34%, 34%, 75%)

RGB channels and saturation

R 87 of 255 = 34%
G 87 of 255 = 34%
B 191 of 255 = 75%

87
87
191

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

Portions of RGB colors in percentages

R + G + B = 87 + 87 + 191 = 365 (100%)
R 87 of 365 ~ 23.84%
G 87 of 365 ~ 23.84%
B 191 of 365 ~ 52.33'%

%23.84
%23.84
%52.33

CMYK color model

#5757BF color CMYK value is (54,54,0,25).

  • cyan value is 54.45%
  • magenta value is 54.45%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (54,54,0,25)
C54M54Y0K25 (54%, 54%, 0%, 25%)
(0.54 / 0.54 / 0.00 / 0.25)

CMYK percentages

%54.45
%54.45
%0
%25.1

Codes

Color #5757BF in popluar color models

57 57 BF
RGB 87 87 191
HSL 240° 44.83% 54.51%
HSB/HSV 240° 54.45% 74.90%
CMYK 54.45% 54.45% 0.00%
25.10%

Color #5757BF in popluar number systems.

HEX 57 57 BF
Decimal 87 87 191
Binary 1010111 1010111 10111111
Octal 127 127 277

Shades and tints

Shades of #5757BF

#5757BF
(87,87,191)
#5050AE
(80,80,174)
#49499D
(73,73,157)
#42428C
(66,66,140)
#3B3B7B
(59,59,123)
#34346A
(52,52,106)
#2D2D59
(45,45,89)
#262648
(38,38,72)
#1F1F37
(31,31,55)
#181826
(24,24,38)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #5757BF

#5757BF
(87,87,191)
#6666C4
(102,102,196)
#7575C9
(117,117,201)
#8484CE
(132,132,206)
#9393D3
(147,147,211)
#A2A2D8
(162,162,216)
#B1B1DD
(177,177,221)
#C0C0E2
(192,192,226)
#CFCFE7
(207,207,231)
#DEDEEC
(222,222,236)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5757BF; }

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

This text font color is #5757BF.

Background Color

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

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

This div background color is #5757BF.

Border color

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

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

This div border color is #5757BF.

Opacity

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

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

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

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

This text has shadow with #5757BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5757BF.

Preview

Color preview on black background

This text has color #5757BF on black background.


Color preview on white background

This text has color #5757BF on white background.


Black color preview on #5757BF background

This text has black color on #5757BF background.


White color preview on #5757BF background

This text has white color on #5757BF background.


Related colors

Complementary color

Complementary color for #hex is #A8A840.


I love getcolorcode.com