COLOR #5773AF

HEX: #5773AF
RGB: (87,115,175)

Color info

#5773AF contains mainly blue color. Web safe color of #5773AF is #666699 (or #669).

RGB color model

#5773AF color RGB value is (87,115,175).

  • red value is 87;
  • green value is 115;
  • blue value is 175.
RGB:
(87,115,175)
(34%,45%,69%)

RGB channels and saturation

R 87 of 255 = 34%
G 115 of 255 = 45%
B 175 of 255 = 69%

87
115
175

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

Portions of RGB colors in percentages

R + G + B =
87 + 115 + 175 = 377 (100%)
R 87 of 377 ~ 23.08%
G 115 of 377 ~ 30.5%
B 175 of 377 ~ 46.42%

%23.08
%30.5
%46.42

CMYK color model

#5773AF color CMYK value is (50,34,0,31).

  • cyan value is 50.29%
  • magenta value is 34.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(50,34,0,31)
C50M34Y0K31 
(50%,34%,0%,31%)
(0.50/0.34/0.00/0.31)	

CMYK percentages

%50.29
%34.29
%0
%31.37

Codes

Color #5773AF in popluar color models

5773AF
RGB87115175
HSL221°35.48%51.37%
HSB/HSV221°50.29%68.63%
CMYK50.29%34.29%0.00%
31.37%

Color #5773AF in popluar number systems.

HEX5773AF
Decimal87115175
Binary1010111111001110101111
Octal127163257

Shades and tints

Shades of #5773AF

#5773AF
(87,115,175)
#5069A0
(80,105,160)
#495F91
(73,95,145)
#425582
(66,85,130)
#3B4B73
(59,75,115)
#344164
(52,65,100)
#2D3755
(45,55,85)
#262D46
(38,45,70)
#1F2337
(31,35,55)
#181928
(24,25,40)
#110F19
(17,15,25)
#000000
(0,0,0)

Tints of #5773AF

#5773AF
(87,115,175)
#667FB6
(102,127,182)
#758BBD
(117,139,189)
#8497C4
(132,151,196)
#93A3CB
(147,163,203)
#A2AFD2
(162,175,210)
#B1BBD9
(177,187,217)
#C0C7E0
(192,199,224)
#CFD3E7
(207,211,231)
#DEDFEE
(222,223,238)
#EDEBF5
(237,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5773AF; }

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

This text font color is #5773AF.


Background Color

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

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

This div background color is #5773AF.


Border color

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

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

This div border color is #5773AF.


Opacity

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

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

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

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

This text has shadow with #5773AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5773AF on black background.


Color preview on white background

This text has color #5773AF on white background.



Black color preview on #5773AF background

This text has black color on #5773AF background.


White color preview on #5773AF background

This text has white color on #5773AF background.