COLOR #5753D0

HEX: #5753D0
RGB: (87,83,208)

Color info

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

RGB color model

#5753D0 color RGB value is (87,83,208).

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

RGB channels and saturation

R 87 of 255 = 34%
G 83 of 255 = 33%
B 208 of 255 = 82%

87
83
208

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

Portions of RGB colors in percentages

R + G + B =
87 + 83 + 208 = 378 (100%)
R 87 of 378 ~ 23.02%
G 83 of 378 ~ 21.96%
B 208 of 378 ~ 55.03%

%23.02
%21.96
%55.03

CMYK color model

#5753D0 color CMYK value is (58,60,0,18).

  • cyan value is 58.17%
  • magenta value is 60.10%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(58,60,0,18)
C58M60Y0K18 
(58%,60%,0%,18%)
(0.58/0.60/0.00/0.18)	

CMYK percentages

%58.17
%60.1
%0
%18.43

Codes

Color #5753D0 in popluar color models

5753D0
RGB8783208
HSL242°57.08%57.06%
HSB/HSV242°60.10%81.57%
CMYK58.17%60.10%0.00%
18.43%

Color #5753D0 in popluar number systems.

HEX5753D0
Decimal8783208
Binary1010111101001111010000
Octal127123320

Shades and tints

Shades of #5753D0

#5753D0
(87,83,208)
#504CBE
(80,76,190)
#4945AC
(73,69,172)
#423E9A
(66,62,154)
#3B3788
(59,55,136)
#343076
(52,48,118)
#2D2964
(45,41,100)
#262252
(38,34,82)
#1F1B40
(31,27,64)
#18142E
(24,20,46)
#110D1C
(17,13,28)
#000000
(0,0,0)

Tints of #5753D0

#5753D0
(87,83,208)
#6662D4
(102,98,212)
#7571D8
(117,113,216)
#8480DC
(132,128,220)
#938FE0
(147,143,224)
#A29EE4
(162,158,228)
#B1ADE8
(177,173,232)
#C0BCEC
(192,188,236)
#CFCBF0
(207,203,240)
#DEDAF4
(222,218,244)
#EDE9F8
(237,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5753D0; }

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

This text font color is #5753D0.


Background Color

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

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

This div background color is #5753D0.


Border color

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

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

This div border color is #5753D0.


Opacity

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

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

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

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

This text has shadow with #5753D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5753D0 on black background.


Color preview on white background

This text has color #5753D0 on white background.



Black color preview on #5753D0 background

This text has black color on #5753D0 background.


White color preview on #5753D0 background

This text has white color on #5753D0 background.