COLOR #5961A5

HEX: #5961A5
RGB: (89,97,165)

Color info

#5961A5 contains mainly blue color. Web safe color of #5961A5 is #666699 (or #669).

RGB color model

#5961A5 color RGB value is (89,97,165).

  • red value is 89;
  • green value is 97;
  • blue value is 165.
RGB:
(89,97,165)
(35%,38%,65%)

RGB channels and saturation

R 89 of 255 = 35%
G 97 of 255 = 38%
B 165 of 255 = 65%

89
97
165

R + G + B ~ 46%. #5961A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 97 + 165 = 351 (100%)
R 89 of 351 ~ 25.36%
G 97 of 351 ~ 27.64%
B 165 of 351 ~ 47.01%

%25.36
%27.64
%47.01

CMYK color model

#5961A5 color CMYK value is (46,41,0,35).

  • cyan value is 46.06%
  • magenta value is 41.21%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(46,41,0,35)
C46M41Y0K35 
(46%,41%,0%,35%)
(0.46/0.41/0.00/0.35)	

CMYK percentages

%46.06
%41.21
%0
%35.29

Codes

Color #5961A5 in popluar color models

5961A5
RGB8997165
HSL234°29.92%49.80%
HSB/HSV234°46.06%64.71%
CMYK46.06%41.21%0.00%
35.29%

Color #5961A5 in popluar number systems.

HEX5961A5
Decimal8997165
Binary1011001110000110100101
Octal131141245

Shades and tints

Shades of #5961A5

#5961A5
(89,97,165)
#515996
(81,89,150)
#495187
(73,81,135)
#414978
(65,73,120)
#394169
(57,65,105)
#31395A
(49,57,90)
#29314B
(41,49,75)
#21293C
(33,41,60)
#19212D
(25,33,45)
#11191E
(17,25,30)
#09110F
(9,17,15)
#000000
(0,0,0)

Tints of #5961A5

#5961A5
(89,97,165)
#686FAD
(104,111,173)
#777DB5
(119,125,181)
#868BBD
(134,139,189)
#9599C5
(149,153,197)
#A4A7CD
(164,167,205)
#B3B5D5
(179,181,213)
#C2C3DD
(194,195,221)
#D1D1E5
(209,209,229)
#E0DFED
(224,223,237)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5961A5 color. Also use rgb(89,97,165) instead hex code.

Text Font Color

.myTextColor { color: #5961A5; }

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

This text font color is #5961A5.


Background Color

.myBgColor { background-color: #5961A5; }

<div style="background-color:#5961A5">Inner text</div>

This div background color is #5961A5.


Border color

.myBorderColor { border: 1px solid #5961A5; }

<div style="border:3px solid #5961A5">Div</div>

This div border color is #5961A5.


Opacity

.myOpacity80 { color: #5961A5; opacity: 0.8; }

<p style="color:#5961A5;opacity:0.8;">80%</p>

Text with #5961A5 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 #5961A5;}

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

This text has shadow with #5961A5 color.

.textShadow {text-shadow: 3px 3px 1px #5961A5, 3px 3px 1px red;}

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

This text has shadow with #5961A5 primary color and red secondary color.


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

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

This text has shadow with #5961A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5961A5 on black background.


Color preview on white background

This text has color #5961A5 on white background.



Black color preview on #5961A5 background

This text has black color on #5961A5 background.


White color preview on #5961A5 background

This text has white color on #5961A5 background.