COLOR #55597B

HEX: #55597B RGB: (85,89,123)

Color info

#55597B contains red, green and blue colors in about the same proportion. Web safe color of #55597B is #666666 (or #666).

RGB color model

#55597B color RGB value is (85,89,123).

RGB: (85,89,123) (33%, 35%, 48%)

RGB channels and saturation

R 85 of 255 = 33%
G 89 of 255 = 35%
B 123 of 255 = 48%

85
89
123

R + G + B ~ 39%. #55597B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 89 + 123 = 297 (100%)
R 85 of 297 ~ 28.62%
G 89 of 297 ~ 29.97%
B 123 of 297 ~ 41.41'%

%28.62
%29.97
%41.41

CMYK color model

#55597B color CMYK value is (31,28,0,52).

  • cyan value is 30.89%
  • magenta value is 27.64%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (31,28,0,52)
C31M28Y0K52 (31%, 28%, 0%, 52%)
(0.31 / 0.28 / 0.00 / 0.52)

CMYK percentages

%30.89
%27.64
%0
%51.76

Codes

Color #55597B in popluar color models

55 59 7B
RGB 85 89 123
HSL 234° 18.27% 40.78%
HSB/HSV 234° 30.89% 48.24%
CMYK 30.89% 27.64% 0.00%
51.76%

Color #55597B in popluar number systems.

HEX 55 59 7B
Decimal 85 89 123
Binary 1010101 1011001 1111011
Octal 125 131 173

Shades and tints

Shades of #55597B

#55597B
(85,89,123)
#4E5170
(78,81,112)
#474965
(71,73,101)
#40415A
(64,65,90)
#39394F
(57,57,79)
#323144
(50,49,68)
#2B2939
(43,41,57)
#24212E
(36,33,46)
#1D1923
(29,25,35)
#161118
(22,17,24)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #55597B

#55597B
(85,89,123)
#646887
(100,104,135)
#737793
(115,119,147)
#82869F
(130,134,159)
#9195AB
(145,149,171)
#A0A4B7
(160,164,183)
#AFB3C3
(175,179,195)
#BEC2CF
(190,194,207)
#CDD1DB
(205,209,219)
#DCE0E7
(220,224,231)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55597B color. Also use rgb(85,89,123) instead hex code.

Text Font Color

.myTextColor { color: #55597B; }

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

This text font color is #55597B.

Background Color

.myBgColor { background-color: #55597B; }

<div style="background-color:#55597B">Inner text</div>

This div background color is #55597B.

Border color

.myBorderColor { border: 1px solid #55597B; }

<div style="border:3px solid #55597B">Div</div>

This div border color is #55597B.

Opacity

.myOpacity80 { color: #55597B; opacity: 0.8; }

<p style="color:#55597B;opacity:0.8;">80%</p>

Text with #55597B 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 #55597B;}

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

This text has shadow with #55597B color.


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

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

This text has shadow with #55597B primary color and red secondary color.


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

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

This text has shadow with #55597B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55597B.

Preview

Color preview on black background

This text has color #55597B on black background.


Color preview on white background

This text has color #55597B on white background.


Black color preview on #55597B background

This text has black color on #55597B background.


White color preview on #55597B background

This text has white color on #55597B background.


Related colors

Complementary color

Complementary color for #hex is #AAA684.


I love getcolorcode.com

Triadic colors

1 #7B5559 and #597B55 with #55597B are triadic colors.

2 #7B5955 and #59557B with #55597B are triadic colors.