COLOR #5962C5

HEX: #5962C5 RGB: (89,98,197)

Color info

#5962C5 contains mainly blue color. Web safe color of #5962C5 is #6666CC (or #66C).

RGB color model

#5962C5 color RGB value is (89,98,197).

RGB: (89,98,197) (35%, 38%, 77%)

RGB channels and saturation

R 89 of 255 = 35%
G 98 of 255 = 38%
B 197 of 255 = 77%

89
98
197

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

Portions of RGB colors in percentages

R + G + B = 89 + 98 + 197 = 384 (100%)
R 89 of 384 ~ 23.18%
G 98 of 384 ~ 25.52%
B 197 of 384 ~ 51.3'%

%23.18
%25.52
%51.3

CMYK color model

#5962C5 color CMYK value is (55,50,0,23).

  • cyan value is 54.82%
  • magenta value is 50.25%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (55,50,0,23)
C55M50Y0K23 (55%, 50%, 0%, 23%)
(0.55 / 0.50 / 0.00 / 0.23)

CMYK percentages

%54.82
%50.25
%0
%22.75

Codes

Color #5962C5 in popluar color models

59 62 C5
RGB 89 98 197
HSL 235° 48.21% 56.08%
HSB/HSV 235° 54.82% 77.25%
CMYK 54.82% 50.25% 0.00%
22.75%

Color #5962C5 in popluar number systems.

HEX 59 62 C5
Decimal 89 98 197
Binary 1011001 1100010 11000101
Octal 131 142 305

Shades and tints

Shades of #5962C5

#5962C5
(89,98,197)
#515AB4
(81,90,180)
#4952A3
(73,82,163)
#414A92
(65,74,146)
#394281
(57,66,129)
#313A70
(49,58,112)
#29325F
(41,50,95)
#212A4E
(33,42,78)
#19223D
(25,34,61)
#111A2C
(17,26,44)
#09121B
(9,18,27)
#000000
(0,0,0)

Tints of #5962C5

#5962C5
(89,98,197)
#6870CA
(104,112,202)
#777ECF
(119,126,207)
#868CD4
(134,140,212)
#959AD9
(149,154,217)
#A4A8DE
(164,168,222)
#B3B6E3
(179,182,227)
#C2C4E8
(194,196,232)
#D1D2ED
(209,210,237)
#E0E0F2
(224,224,242)
#EFEEF7
(239,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5962C5; }

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

This text font color is #5962C5.

Background Color

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

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

This div background color is #5962C5.

Border color

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

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

This div border color is #5962C5.

Opacity

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

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

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

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

This text has shadow with #5962C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5962C5.

Preview

Color preview on black background

This text has color #5962C5 on black background.


Color preview on white background

This text has color #5962C5 on white background.


Black color preview on #5962C5 background

This text has black color on #5962C5 background.


White color preview on #5962C5 background

This text has white color on #5962C5 background.


Related colors

Complementary color

Complementary color for #hex is #A69D3A.


I love getcolorcode.com

Triadic colors

1 #C55962 and #62C559 with #5962C5 are triadic colors.

2 #C56259 and #6259C5 with #5962C5 are triadic colors.