COLOR #5767B7

HEX: #5767B7
RGB: (87,103,183)

Color info

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

RGB color model

#5767B7 color RGB value is (87,103,183).

  • red value is 87;
  • green value is 103;
  • blue value is 183.
RGB:
(87,103,183)
(34%,40%,72%)

RGB channels and saturation

R 87 of 255 = 34%
G 103 of 255 = 40%
B 183 of 255 = 72%

87
103
183

R + G + B ~ 49%. #5767B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 103 + 183 = 373 (100%)
R 87 of 373 ~ 23.32%
G 103 of 373 ~ 27.61%
B 183 of 373 ~ 49.06%

%23.32
%27.61
%49.06

CMYK color model

#5767B7 color CMYK value is (52,44,0,28).

  • cyan value is 52.46%
  • magenta value is 43.72%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(52,44,0,28)
C52M44Y0K28 
(52%,44%,0%,28%)
(0.52/0.44/0.00/0.28)	

CMYK percentages

%52.46
%43.72
%0
%28.24

Codes

Color #5767B7 in popluar color models

5767B7
RGB87103183
HSL230°40.00%52.94%
HSB/HSV230°52.46%71.76%
CMYK52.46%43.72%0.00%
28.24%

Color #5767B7 in popluar number systems.

HEX5767B7
Decimal87103183
Binary1010111110011110110111
Octal127147267

Shades and tints

Shades of #5767B7

#5767B7
(87,103,183)
#505EA7
(80,94,167)
#495597
(73,85,151)
#424C87
(66,76,135)
#3B4377
(59,67,119)
#343A67
(52,58,103)
#2D3157
(45,49,87)
#262847
(38,40,71)
#1F1F37
(31,31,55)
#181627
(24,22,39)
#110D17
(17,13,23)
#000000
(0,0,0)

Tints of #5767B7

#5767B7
(87,103,183)
#6674BD
(102,116,189)
#7581C3
(117,129,195)
#848EC9
(132,142,201)
#939BCF
(147,155,207)
#A2A8D5
(162,168,213)
#B1B5DB
(177,181,219)
#C0C2E1
(192,194,225)
#CFCFE7
(207,207,231)
#DEDCED
(222,220,237)
#EDE9F3
(237,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5767B7 color. Also use rgb(87,103,183) instead hex code.

Text Font Color

.myTextColor { color: #5767B7; }

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

This text font color is #5767B7.


Background Color

.myBgColor { background-color: #5767B7; }

<div style="background-color:#5767B7">Inner text</div>

This div background color is #5767B7.


Border color

.myBorderColor { border: 1px solid #5767B7; }

<div style="border:3px solid #5767B7">Div</div>

This div border color is #5767B7.


Opacity

.myOpacity80 { color: #5767B7; opacity: 0.8; }

<p style="color:#5767B7;opacity:0.8;">80%</p>

Text with #5767B7 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 #5767B7;}

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

This text has shadow with #5767B7 color.

.textShadow {text-shadow: 3px 3px 1px #5767B7, 3px 3px 1px red;}

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

This text has shadow with #5767B7 primary color and red secondary color.


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

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

This text has shadow with #5767B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5767B7 on black background.


Color preview on white background

This text has color #5767B7 on white background.



Black color preview on #5767B7 background

This text has black color on #5767B7 background.


White color preview on #5767B7 background

This text has white color on #5767B7 background.