COLOR #5773BD

HEX: #5773BD RGB: (87,115,189)

Color info

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

RGB color model

#5773BD color RGB value is (87,115,189).

RGB: (87,115,189) (34%, 45%, 74%)

RGB channels and saturation

R 87 of 255 = 34%
G 115 of 255 = 45%
B 189 of 255 = 74%

87
115
189

R + G + B ~ 51%. #5773BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 87 + 115 + 189 = 391 (100%)
R 87 of 391 ~ 22.25%
G 115 of 391 ~ 29.41%
B 189 of 391 ~ 48.34'%

%22.25
%29.41
%48.34

CMYK color model

#5773BD color CMYK value is (54,39,0,26).

  • cyan value is 53.97%
  • magenta value is 39.15%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (54,39,0,26)
C54M39Y0K26 (54%, 39%, 0%, 26%)
(0.54 / 0.39 / 0.00 / 0.26)

CMYK percentages

%53.97
%39.15
%0
%25.88

Codes

Color #5773BD in popluar color models

57 73 BD
RGB 87 115 189
HSL 224° 43.59% 54.12%
HSB/HSV 224° 53.97% 74.12%
CMYK 53.97% 39.15% 0.00%
25.88%

Color #5773BD in popluar number systems.

HEX 57 73 BD
Decimal 87 115 189
Binary 1010111 1110011 10111101
Octal 127 163 275

Shades and tints

Shades of #5773BD

#5773BD
(87,115,189)
#5069AC
(80,105,172)
#495F9B
(73,95,155)
#42558A
(66,85,138)
#3B4B79
(59,75,121)
#344168
(52,65,104)
#2D3757
(45,55,87)
#262D46
(38,45,70)
#1F2335
(31,35,53)
#181924
(24,25,36)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #5773BD

#5773BD
(87,115,189)
#667FC3
(102,127,195)
#758BC9
(117,139,201)
#8497CF
(132,151,207)
#93A3D5
(147,163,213)
#A2AFDB
(162,175,219)
#B1BBE1
(177,187,225)
#C0C7E7
(192,199,231)
#CFD3ED
(207,211,237)
#DEDFF3
(222,223,243)
#EDEBF9
(237,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5773BD color. Also use rgb(87,115,189) instead hex code.

Text Font Color

.myTextColor { color: #5773BD; }

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

This text font color is #5773BD.

Background Color

.myBgColor { background-color: #5773BD; }

<div style="background-color:#5773BD">Inner text</div>

This div background color is #5773BD.

Border color

.myBorderColor { border: 1px solid #5773BD; }

<div style="border:3px solid #5773BD">Div</div>

This div border color is #5773BD.

Opacity

.myOpacity80 { color: #5773BD; opacity: 0.8; }

<p style="color:#5773BD;opacity:0.8;">80%</p>

Text with #5773BD 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 #5773BD;}

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

This text has shadow with #5773BD color.


.textShadow {text-shadow: 3px 3px 1px #5773BD', 3px 3px 1px red;}

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

This text has shadow with #5773BD primary color and red secondary color.


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

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

This text has shadow with #5773BD and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5773BD; -webkit-box-shadow: 1px 1px 3px 2px #5773BD; box-shadow:1px 1px 3px 2px #5773BD;">
Div content here
</div>

This div box has shadow with color #5773BD.

Preview

Color preview on black background

This text has color #5773BD on black background.


Color preview on white background

This text has color #5773BD on white background.


Black color preview on #5773BD background

This text has black color on #5773BD background.


White color preview on #5773BD background

This text has white color on #5773BD background.


Related colors

Complementary color

Complementary color for #hex is #A88C42.


I love getcolorcode.com

Triadic colors

1 #BD5773 and #73BD57 with #5773BD are triadic colors.

2 #BD7357 and #7357BD with #5773BD are triadic colors.