COLOR #5961AB

HEX: #5961AB RGB: (89,97,171)

Color info

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

RGB color model

#5961AB color RGB value is (89,97,171).

RGB: (89,97,171) (35%, 38%, 67%)

RGB channels and saturation

R 89 of 255 = 35%
G 97 of 255 = 38%
B 171 of 255 = 67%

89
97
171

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

Portions of RGB colors in percentages

R + G + B = 89 + 97 + 171 = 357 (100%)
R 89 of 357 ~ 24.93%
G 97 of 357 ~ 27.17%
B 171 of 357 ~ 47.9'%

%24.93
%27.17
%47.9

CMYK color model

#5961AB color CMYK value is (48,43,0,33).

  • cyan value is 47.95%
  • magenta value is 43.27%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (48,43,0,33)
C48M43Y0K33 (48%, 43%, 0%, 33%)
(0.48 / 0.43 / 0.00 / 0.33)

CMYK percentages

%47.95
%43.27
%0
%32.94

Codes

Color #5961AB in popluar color models

59 61 AB
RGB 89 97 171
HSL 234° 32.80% 50.98%
HSB/HSV 234° 47.95% 67.06%
CMYK 47.95% 43.27% 0.00%
32.94%

Color #5961AB in popluar number systems.

HEX 59 61 AB
Decimal 89 97 171
Binary 1011001 1100001 10101011
Octal 131 141 253

Shades and tints

Shades of #5961AB

#5961AB
(89,97,171)
#51599C
(81,89,156)
#49518D
(73,81,141)
#41497E
(65,73,126)
#39416F
(57,65,111)
#313960
(49,57,96)
#293151
(41,49,81)
#212942
(33,41,66)
#192133
(25,33,51)
#111924
(17,25,36)
#091115
(9,17,21)
#000000
(0,0,0)

Tints of #5961AB

#5961AB
(89,97,171)
#686FB2
(104,111,178)
#777DB9
(119,125,185)
#868BC0
(134,139,192)
#9599C7
(149,153,199)
#A4A7CE
(164,167,206)
#B3B5D5
(179,181,213)
#C2C3DC
(194,195,220)
#D1D1E3
(209,209,227)
#E0DFEA
(224,223,234)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5961AB; }

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

This text font color is #5961AB.

Background Color

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

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

This div background color is #5961AB.

Border color

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

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

This div border color is #5961AB.

Opacity

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

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

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

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

This text has shadow with #5961AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5961AB.

Preview

Color preview on black background

This text has color #5961AB on black background.


Color preview on white background

This text has color #5961AB on white background.


Black color preview on #5961AB background

This text has black color on #5961AB background.


White color preview on #5961AB background

This text has white color on #5961AB background.


Related colors

Complementary color

Complementary color for #hex is #A69E54.


I love getcolorcode.com

Triadic colors

1 #AB5961 and #61AB59 with #5961AB are triadic colors.

2 #AB6159 and #6159AB with #5961AB are triadic colors.