COLOR #5561AF

HEX: #5561AF
RGB: (85,97,175)

Color info

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

RGB color model

#5561AF color RGB value is (85,97,175).

  • red value is 85;
  • green value is 97;
  • blue value is 175.
RGB:
(85,97,175)
(33%,38%,69%)

RGB channels and saturation

R 85 of 255 = 33%
G 97 of 255 = 38%
B 175 of 255 = 69%

85
97
175

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

Portions of RGB colors in percentages

R + G + B =
85 + 97 + 175 = 357 (100%)
R 85 of 357 ~ 23.81%
G 97 of 357 ~ 27.17%
B 175 of 357 ~ 49.02%

%23.81
%27.17
%49.02

CMYK color model

#5561AF color CMYK value is (51,45,0,31).

  • cyan value is 51.43%
  • magenta value is 44.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(51,45,0,31)
C51M45Y0K31 
(51%,45%,0%,31%)
(0.51/0.45/0.00/0.31)	

CMYK percentages

%51.43
%44.57
%0
%31.37

Codes

Color #5561AF in popluar color models

5561AF
RGB8597175
HSL232°36.00%50.98%
HSB/HSV232°51.43%68.63%
CMYK51.43%44.57%0.00%
31.37%

Color #5561AF in popluar number systems.

HEX5561AF
Decimal8597175
Binary1010101110000110101111
Octal125141257

Shades and tints

Shades of #5561AF

#5561AF
(85,97,175)
#4E59A0
(78,89,160)
#475191
(71,81,145)
#404982
(64,73,130)
#394173
(57,65,115)
#323964
(50,57,100)
#2B3155
(43,49,85)
#242946
(36,41,70)
#1D2137
(29,33,55)
#161928
(22,25,40)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #5561AF

#5561AF
(85,97,175)
#646FB6
(100,111,182)
#737DBD
(115,125,189)
#828BC4
(130,139,196)
#9199CB
(145,153,203)
#A0A7D2
(160,167,210)
#AFB5D9
(175,181,217)
#BEC3E0
(190,195,224)
#CDD1E7
(205,209,231)
#DCDFEE
(220,223,238)
#EBEDF5
(235,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5561AF color. Also use rgb(85,97,175) instead hex code.

Text Font Color

.myTextColor { color: #5561AF; }

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

This text font color is #5561AF.


Background Color

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

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

This div background color is #5561AF.


Border color

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

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

This div border color is #5561AF.


Opacity

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

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

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

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

This text has shadow with #5561AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5561AF on black background.


Color preview on white background

This text has color #5561AF on white background.



Black color preview on #5561AF background

This text has black color on #5561AF background.


White color preview on #5561AF background

This text has white color on #5561AF background.