COLOR #5769BC

HEX: #5769BC
RGB: (87,105,188)

Color info

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

RGB color model

#5769BC color RGB value is (87,105,188).

  • red value is 87;
  • green value is 105;
  • blue value is 188.
RGB:
(87,105,188)
(34%,41%,74%)

RGB channels and saturation

R 87 of 255 = 34%
G 105 of 255 = 41%
B 188 of 255 = 74%

87
105
188

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

Portions of RGB colors in percentages

R + G + B =
87 + 105 + 188 = 380 (100%)
R 87 of 380 ~ 22.89%
G 105 of 380 ~ 27.63%
B 188 of 380 ~ 49.47%

%22.89
%27.63
%49.47

CMYK color model

#5769BC color CMYK value is (54,44,0,26).

  • cyan value is 53.72%
  • magenta value is 44.15%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(54,44,0,26)
C54M44Y0K26 
(54%,44%,0%,26%)
(0.54/0.44/0.00/0.26)	

CMYK percentages

%53.72
%44.15
%0
%26.27

Codes

Color #5769BC in popluar color models

5769BC
RGB87105188
HSL229°42.98%53.92%
HSB/HSV229°53.72%73.73%
CMYK53.72%44.15%0.00%
26.27%

Color #5769BC in popluar number systems.

HEX5769BC
Decimal87105188
Binary1010111110100110111100
Octal127151274

Shades and tints

Shades of #5769BC

#5769BC
(87,105,188)
#5060AB
(80,96,171)
#49579A
(73,87,154)
#424E89
(66,78,137)
#3B4578
(59,69,120)
#343C67
(52,60,103)
#2D3356
(45,51,86)
#262A45
(38,42,69)
#1F2134
(31,33,52)
#181823
(24,24,35)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #5769BC

#5769BC
(87,105,188)
#6676C2
(102,118,194)
#7583C8
(117,131,200)
#8490CE
(132,144,206)
#939DD4
(147,157,212)
#A2AADA
(162,170,218)
#B1B7E0
(177,183,224)
#C0C4E6
(192,196,230)
#CFD1EC
(207,209,236)
#DEDEF2
(222,222,242)
#EDEBF8
(237,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5769BC color. Also use rgb(87,105,188) instead hex code.

Text Font Color

.myTextColor { color: #5769BC; }

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

This text font color is #5769BC.


Background Color

.myBgColor { background-color: #5769BC; }

<div style="background-color:#5769BC">Inner text</div>

This div background color is #5769BC.


Border color

.myBorderColor { border: 1px solid #5769BC; }

<div style="border:3px solid #5769BC">Div</div>

This div border color is #5769BC.


Opacity

.myOpacity80 { color: #5769BC; opacity: 0.8; }

<p style="color:#5769BC;opacity:0.8;">80%</p>

Text with #5769BC 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 #5769BC;}

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

This text has shadow with #5769BC color.

.textShadow {text-shadow: 3px 3px 1px #5769BC, 3px 3px 1px red;}

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

This text has shadow with #5769BC primary color and red secondary color.


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

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

This text has shadow with #5769BC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5769BC on black background.


Color preview on white background

This text has color #5769BC on white background.



Black color preview on #5769BC background

This text has black color on #5769BC background.


White color preview on #5769BC background

This text has white color on #5769BC background.