COLOR #5962AA

HEX: #5962AA RGB: (89,98,170)

Color info

#5962AA contains mainly blue color. Web safe color of #5962AA is #666699 (or #669).

RGB color model

#5962AA color RGB value is (89,98,170).

RGB: (89,98,170) (35%, 38%, 67%)

RGB channels and saturation

R 89 of 255 = 35%
G 98 of 255 = 38%
B 170 of 255 = 67%

89
98
170

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

Portions of RGB colors in percentages

R + G + B = 89 + 98 + 170 = 357 (100%)
R 89 of 357 ~ 24.93%
G 98 of 357 ~ 27.45%
B 170 of 357 ~ 47.62'%

%24.93
%27.45
%47.62

CMYK color model

#5962AA color CMYK value is (48,42,0,33).

  • cyan value is 47.65%
  • magenta value is 42.35%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (48,42,0,33)
C48M42Y0K33 (48%, 42%, 0%, 33%)
(0.48 / 0.42 / 0.00 / 0.33)

CMYK percentages

%47.65
%42.35
%0
%33.33

Codes

Color #5962AA in popluar color models

59 62 AA
RGB 89 98 170
HSL 233° 32.27% 50.78%
HSB/HSV 233° 47.65% 66.67%
CMYK 47.65% 42.35% 0.00%
33.33%

Color #5962AA in popluar number systems.

HEX 59 62 AA
Decimal 89 98 170
Binary 1011001 1100010 10101010
Octal 131 142 252

Shades and tints

Shades of #5962AA

#5962AA
(89,98,170)
#515A9B
(81,90,155)
#49528C
(73,82,140)
#414A7D
(65,74,125)
#39426E
(57,66,110)
#313A5F
(49,58,95)
#293250
(41,50,80)
#212A41
(33,42,65)
#192232
(25,34,50)
#111A23
(17,26,35)
#091214
(9,18,20)
#000000
(0,0,0)

Tints of #5962AA

#5962AA
(89,98,170)
#6870B1
(104,112,177)
#777EB8
(119,126,184)
#868CBF
(134,140,191)
#959AC6
(149,154,198)
#A4A8CD
(164,168,205)
#B3B6D4
(179,182,212)
#C2C4DB
(194,196,219)
#D1D2E2
(209,210,226)
#E0E0E9
(224,224,233)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5962AA color. Also use rgb(89,98,170) instead hex code.

Text Font Color

.myTextColor { color: #5962AA; }

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

This text font color is #5962AA.

Background Color

.myBgColor { background-color: #5962AA; }

<div style="background-color:#5962AA">Inner text</div>

This div background color is #5962AA.

Border color

.myBorderColor { border: 1px solid #5962AA; }

<div style="border:3px solid #5962AA">Div</div>

This div border color is #5962AA.

Opacity

.myOpacity80 { color: #5962AA; opacity: 0.8; }

<p style="color:#5962AA;opacity:0.8;">80%</p>

Text with #5962AA 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 #5962AA;}

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

This text has shadow with #5962AA color.


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

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

This text has shadow with #5962AA primary color and red secondary color.


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

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

This text has shadow with #5962AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5962AA.

Preview

Color preview on black background

This text has color #5962AA on black background.


Color preview on white background

This text has color #5962AA on white background.


Black color preview on #5962AA background

This text has black color on #5962AA background.


White color preview on #5962AA background

This text has white color on #5962AA background.


Related colors

Complementary color

Complementary color for #hex is #A69D55.


I love getcolorcode.com

Triadic colors

1 #AA5962 and #62AA59 with #5962AA are triadic colors.

2 #AA6259 and #6259AA with #5962AA are triadic colors.