COLOR #5753A8

HEX: #5753A8
RGB: (87,83,168)

Color info

#5753A8 contains mainly blue color. Web safe color of #5753A8 is #666699 (or #669).

RGB color model

#5753A8 color RGB value is (87,83,168).

  • red value is 87;
  • green value is 83;
  • blue value is 168.
RGB:
(87,83,168)
(34%,33%,66%)

RGB channels and saturation

R 87 of 255 = 34%
G 83 of 255 = 33%
B 168 of 255 = 66%

87
83
168

R + G + B ~ 44%. #5753A8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 83 + 168 = 338 (100%)
R 87 of 338 ~ 25.74%
G 83 of 338 ~ 24.56%
B 168 of 338 ~ 49.7%

%25.74
%24.56
%49.7

CMYK color model

#5753A8 color CMYK value is (48,51,0,34).

  • cyan value is 48.21%
  • magenta value is 50.60%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(48,51,0,34)
C48M51Y0K34 
(48%,51%,0%,34%)
(0.48/0.51/0.00/0.34)	

CMYK percentages

%48.21
%50.6
%0
%34.12

Codes

Color #5753A8 in popluar color models

5753A8
RGB8783168
HSL243°33.86%49.22%
HSB/HSV243°50.60%65.88%
CMYK48.21%50.60%0.00%
34.12%

Color #5753A8 in popluar number systems.

HEX5753A8
Decimal8783168
Binary1010111101001110101000
Octal127123250

Shades and tints

Shades of #5753A8

#5753A8
(87,83,168)
#504C99
(80,76,153)
#49458A
(73,69,138)
#423E7B
(66,62,123)
#3B376C
(59,55,108)
#34305D
(52,48,93)
#2D294E
(45,41,78)
#26223F
(38,34,63)
#1F1B30
(31,27,48)
#181421
(24,20,33)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #5753A8

#5753A8
(87,83,168)
#6662AF
(102,98,175)
#7571B6
(117,113,182)
#8480BD
(132,128,189)
#938FC4
(147,143,196)
#A29ECB
(162,158,203)
#B1ADD2
(177,173,210)
#C0BCD9
(192,188,217)
#CFCBE0
(207,203,224)
#DEDAE7
(222,218,231)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5753A8 color. Also use rgb(87,83,168) instead hex code.

Text Font Color

.myTextColor { color: #5753A8; }

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

This text font color is #5753A8.


Background Color

.myBgColor { background-color: #5753A8; }

<div style="background-color:#5753A8">Inner text</div>

This div background color is #5753A8.


Border color

.myBorderColor { border: 1px solid #5753A8; }

<div style="border:3px solid #5753A8">Div</div>

This div border color is #5753A8.


Opacity

.myOpacity80 { color: #5753A8; opacity: 0.8; }

<p style="color:#5753A8;opacity:0.8;">80%</p>

Text with #5753A8 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 #5753A8;}

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

This text has shadow with #5753A8 color.

.textShadow {text-shadow: 3px 3px 1px #5753A8, 3px 3px 1px red;}

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

This text has shadow with #5753A8 primary color and red secondary color.


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

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

This text has shadow with #5753A8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5753A8 on black background.


Color preview on white background

This text has color #5753A8 on white background.



Black color preview on #5753A8 background

This text has black color on #5753A8 background.


White color preview on #5753A8 background

This text has white color on #5753A8 background.