COLOR #5957A5

HEX: #5957A5
RGB: (89,87,165)

Color info

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

RGB color model

#5957A5 color RGB value is (89,87,165).

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

RGB channels and saturation

R 89 of 255 = 35%
G 87 of 255 = 34%
B 165 of 255 = 65%

89
87
165

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

Portions of RGB colors in percentages

R + G + B =
89 + 87 + 165 = 341 (100%)
R 89 of 341 ~ 26.1%
G 87 of 341 ~ 25.51%
B 165 of 341 ~ 48.39%

%26.1
%25.51
%48.39

CMYK color model

#5957A5 color CMYK value is (46,47,0,35).

  • cyan value is 46.06%
  • magenta value is 47.27%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(46,47,0,35)
C46M47Y0K35 
(46%,47%,0%,35%)
(0.46/0.47/0.00/0.35)	

CMYK percentages

%46.06
%47.27
%0
%35.29

Codes

Color #5957A5 in popluar color models

5957A5
RGB8987165
HSL242°30.95%49.41%
HSB/HSV242°47.27%64.71%
CMYK46.06%47.27%0.00%
35.29%

Color #5957A5 in popluar number systems.

HEX5957A5
Decimal8987165
Binary1011001101011110100101
Octal131127245

Shades and tints

Shades of #5957A5

#5957A5
(89,87,165)
#515096
(81,80,150)
#494987
(73,73,135)
#414278
(65,66,120)
#393B69
(57,59,105)
#31345A
(49,52,90)
#292D4B
(41,45,75)
#21263C
(33,38,60)
#191F2D
(25,31,45)
#11181E
(17,24,30)
#09110F
(9,17,15)
#000000
(0,0,0)

Tints of #5957A5

#5957A5
(89,87,165)
#6866AD
(104,102,173)
#7775B5
(119,117,181)
#8684BD
(134,132,189)
#9593C5
(149,147,197)
#A4A2CD
(164,162,205)
#B3B1D5
(179,177,213)
#C2C0DD
(194,192,221)
#D1CFE5
(209,207,229)
#E0DEED
(224,222,237)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5957A5; }

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

This text font color is #5957A5.


Background Color

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

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

This div background color is #5957A5.


Border color

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

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

This div border color is #5957A5.


Opacity

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

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

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

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

This text has shadow with #5957A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5957A5 on black background.


Color preview on white background

This text has color #5957A5 on white background.



Black color preview on #5957A5 background

This text has black color on #5957A5 background.


White color preview on #5957A5 background

This text has white color on #5957A5 background.