COLOR #5955A3

HEX: #5955A3 RGB: (89,85,163)

Color info

#5955A3 contains mainly blue color. Web safe color of #5955A3 is #666699 (or #669).

RGB color model

#5955A3 color RGB value is (89,85,163).

RGB: (89,85,163) (35%, 33%, 64%)

RGB channels and saturation

R 89 of 255 = 35%
G 85 of 255 = 33%
B 163 of 255 = 64%

89
85
163

R + G + B ~ 44%. #5955A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 85 + 163 = 337 (100%)
R 89 of 337 ~ 26.41%
G 85 of 337 ~ 25.22%
B 163 of 337 ~ 48.37'%

%26.41
%25.22
%48.37

CMYK color model

#5955A3 color CMYK value is (45,48,0,36).

  • cyan value is 45.40%
  • magenta value is 47.85%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (45,48,0,36)
C45M48Y0K36 (45%, 48%, 0%, 36%)
(0.45 / 0.48 / 0.00 / 0.36)

CMYK percentages

%45.4
%47.85
%0
%36.08

Codes

Color #5955A3 in popluar color models

59 55 A3
RGB 89 85 163
HSL 243° 31.45% 48.63%
HSB/HSV 243° 47.85% 63.92%
CMYK 45.40% 47.85% 0.00%
36.08%

Color #5955A3 in popluar number systems.

HEX 59 55 A3
Decimal 89 85 163
Binary 1011001 1010101 10100011
Octal 131 125 243

Shades and tints

Shades of #5955A3

#5955A3
(89,85,163)
#514E95
(81,78,149)
#494787
(73,71,135)
#414079
(65,64,121)
#39396B
(57,57,107)
#31325D
(49,50,93)
#292B4F
(41,43,79)
#212441
(33,36,65)
#191D33
(25,29,51)
#111625
(17,22,37)
#090F17
(9,15,23)
#000000
(0,0,0)

Tints of #5955A3

#5955A3
(89,85,163)
#6864AB
(104,100,171)
#7773B3
(119,115,179)
#8682BB
(134,130,187)
#9591C3
(149,145,195)
#A4A0CB
(164,160,203)
#B3AFD3
(179,175,211)
#C2BEDB
(194,190,219)
#D1CDE3
(209,205,227)
#E0DCEB
(224,220,235)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5955A3 color. Also use rgb(89,85,163) instead hex code.

Text Font Color

.myTextColor { color: #5955A3; }

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

This text font color is #5955A3.

Background Color

.myBgColor { background-color: #5955A3; }

<div style="background-color:#5955A3">Inner text</div>

This div background color is #5955A3.

Border color

.myBorderColor { border: 1px solid #5955A3; }

<div style="border:3px solid #5955A3">Div</div>

This div border color is #5955A3.

Opacity

.myOpacity80 { color: #5955A3; opacity: 0.8; }

<p style="color:#5955A3;opacity:0.8;">80%</p>

Text with #5955A3 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 #5955A3;}

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

This text has shadow with #5955A3 color.


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

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

This text has shadow with #5955A3 primary color and red secondary color.


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

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

This text has shadow with #5955A3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5955A3.

Preview

Color preview on black background

This text has color #5955A3 on black background.


Color preview on white background

This text has color #5955A3 on white background.


Black color preview on #5955A3 background

This text has black color on #5955A3 background.


White color preview on #5955A3 background

This text has white color on #5955A3 background.


Related colors

Complementary color

Complementary color for #hex is #A6AA5C.


I love getcolorcode.com

Triadic colors

1 #A35955 and #55A359 with #5955A3 are triadic colors.

2 #A35559 and #5559A3 with #5955A3 are triadic colors.