COLOR #55567B

HEX: #55567B RGB: (85,86,123)

Color info

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

RGB color model

#55567B color RGB value is (85,86,123).

RGB: (85,86,123) (33%, 34%, 48%)

RGB channels and saturation

R 85 of 255 = 33%
G 86 of 255 = 34%
B 123 of 255 = 48%

85
86
123

R + G + B ~ 38%. #55567B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 86 + 123 = 294 (100%)
R 85 of 294 ~ 28.91%
G 86 of 294 ~ 29.25%
B 123 of 294 ~ 41.84'%

%28.91
%29.25
%41.84

CMYK color model

#55567B color CMYK value is (31,30,0,52).

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

CMYK: (31,30,0,52)
C31M30Y0K52 (31%, 30%, 0%, 52%)
(0.31 / 0.30 / 0.00 / 0.52)

CMYK percentages

%30.89
%30.08
%0
%51.76

Codes

Color #55567B in popluar color models

55 56 7B
RGB 85 86 123
HSL 238° 18.27% 40.78%
HSB/HSV 238° 30.89% 48.24%
CMYK 30.89% 30.08% 0.00%
51.76%

Color #55567B in popluar number systems.

HEX 55 56 7B
Decimal 85 86 123
Binary 1010101 1010110 1111011
Octal 125 126 173

Shades and tints

Shades of #55567B

#55567B
(85,86,123)
#4E4F70
(78,79,112)
#474865
(71,72,101)
#40415A
(64,65,90)
#393A4F
(57,58,79)
#323344
(50,51,68)
#2B2C39
(43,44,57)
#24252E
(36,37,46)
#1D1E23
(29,30,35)
#161718
(22,23,24)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #55567B

#55567B
(85,86,123)
#646587
(100,101,135)
#737493
(115,116,147)
#82839F
(130,131,159)
#9192AB
(145,146,171)
#A0A1B7
(160,161,183)
#AFB0C3
(175,176,195)
#BEBFCF
(190,191,207)
#CDCEDB
(205,206,219)
#DCDDE7
(220,221,231)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55567B; }

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

This text font color is #55567B.

Background Color

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

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

This div background color is #55567B.

Border color

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

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

This div border color is #55567B.

Opacity

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

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

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

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

This text has shadow with #55567B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55567B.

Preview

Color preview on black background

This text has color #55567B on black background.


Color preview on white background

This text has color #55567B on white background.


Black color preview on #55567B background

This text has black color on #55567B background.


White color preview on #55567B background

This text has white color on #55567B background.


Related colors

Complementary color

Complementary color for #hex is #AAA984.


I love getcolorcode.com

Triadic colors

1 #7B5556 and #567B55 with #55567B are triadic colors.

2 #7B5655 and #56557B with #55567B are triadic colors.