COLOR #5737B9

HEX: #5737B9
RGB: (87,55,185)

Color info

#5737B9 contains mainly blue color. Web safe color of #5737B9 is #6633CC (or #63C).

RGB color model

#5737B9 color RGB value is (87,55,185).

  • red value is 87;
  • green value is 55;
  • blue value is 185.
RGB:
(87,55,185)
(34%,22%,73%)

RGB channels and saturation

R 87 of 255 = 34%
G 55 of 255 = 22%
B 185 of 255 = 73%

87
55
185

R + G + B ~ 43%. #5737B9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 55 + 185 = 327 (100%)
R 87 of 327 ~ 26.61%
G 55 of 327 ~ 16.82%
B 185 of 327 ~ 56.57%

%26.61
%16.82
%56.57

CMYK color model

#5737B9 color CMYK value is (53,70,0,27).

  • cyan value is 52.97%
  • magenta value is 70.27%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(53,70,0,27)
C53M70Y0K27 
(53%,70%,0%,27%)
(0.53/0.70/0.00/0.27)	

CMYK percentages

%52.97
%70.27
%0
%27.45

Codes

Color #5737B9 in popluar color models

5737B9
RGB8755185
HSL255°54.17%47.06%
HSB/HSV255°70.27%72.55%
CMYK52.97%70.27%0.00%
27.45%

Color #5737B9 in popluar number systems.

HEX5737B9
Decimal8755185
Binary101011111011110111001
Octal12767271

Shades and tints

Shades of #5737B9

#5737B9
(87,55,185)
#5032A9
(80,50,169)
#492D99
(73,45,153)
#422889
(66,40,137)
#3B2379
(59,35,121)
#341E69
(52,30,105)
#2D1959
(45,25,89)
#261449
(38,20,73)
#1F0F39
(31,15,57)
#180A29
(24,10,41)
#110519
(17,5,25)
#000000
(0,0,0)

Tints of #5737B9

#5737B9
(87,55,185)
#6649BF
(102,73,191)
#755BC5
(117,91,197)
#846DCB
(132,109,203)
#937FD1
(147,127,209)
#A291D7
(162,145,215)
#B1A3DD
(177,163,221)
#C0B5E3
(192,181,227)
#CFC7E9
(207,199,233)
#DED9EF
(222,217,239)
#EDEBF5
(237,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5737B9 color. Also use rgb(87,55,185) instead hex code.

Text Font Color

.myTextColor { color: #5737B9; }

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

This text font color is #5737B9.


Background Color

.myBgColor { background-color: #5737B9; }

<div style="background-color:#5737B9">Inner text</div>

This div background color is #5737B9.


Border color

.myBorderColor { border: 1px solid #5737B9; }

<div style="border:3px solid #5737B9">Div</div>

This div border color is #5737B9.


Opacity

.myOpacity80 { color: #5737B9; opacity: 0.8; }

<p style="color:#5737B9;opacity:0.8;">80%</p>

Text with #5737B9 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 #5737B9;}

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

This text has shadow with #5737B9 color.

.textShadow {text-shadow: 3px 3px 1px #5737B9, 3px 3px 1px red;}

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

This text has shadow with #5737B9 primary color and red secondary color.


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

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

This text has shadow with #5737B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5737B9 on black background.


Color preview on white background

This text has color #5737B9 on white background.



Black color preview on #5737B9 background

This text has black color on #5737B9 background.


White color preview on #5737B9 background

This text has white color on #5737B9 background.