COLOR #555B7B

HEX: #555B7B RGB: (85,91,123)

Color info

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

RGB color model

#555B7B color RGB value is (85,91,123).

RGB: (85,91,123) (33%, 36%, 48%)

RGB channels and saturation

R 85 of 255 = 33%
G 91 of 255 = 36%
B 123 of 255 = 48%

85
91
123

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

Portions of RGB colors in percentages

R + G + B = 85 + 91 + 123 = 299 (100%)
R 85 of 299 ~ 28.43%
G 91 of 299 ~ 30.43%
B 123 of 299 ~ 41.14'%

%28.43
%30.43
%41.14

CMYK color model

#555B7B color CMYK value is (31,26,0,52).

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

CMYK: (31,26,0,52)
C31M26Y0K52 (31%, 26%, 0%, 52%)
(0.31 / 0.26 / 0.00 / 0.52)

CMYK percentages

%30.89
%26.02
%0
%51.76

Codes

Color #555B7B in popluar color models

55 5B 7B
RGB 85 91 123
HSL 231° 18.27% 40.78%
HSB/HSV 231° 30.89% 48.24%
CMYK 30.89% 26.02% 0.00%
51.76%

Color #555B7B in popluar number systems.

HEX 55 5B 7B
Decimal 85 91 123
Binary 1010101 1011011 1111011
Octal 125 133 173

Shades and tints

Shades of #555B7B

#555B7B
(85,91,123)
#4E5370
(78,83,112)
#474B65
(71,75,101)
#40435A
(64,67,90)
#393B4F
(57,59,79)
#323344
(50,51,68)
#2B2B39
(43,43,57)
#24232E
(36,35,46)
#1D1B23
(29,27,35)
#161318
(22,19,24)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #555B7B

#555B7B
(85,91,123)
#646987
(100,105,135)
#737793
(115,119,147)
#82859F
(130,133,159)
#9193AB
(145,147,171)
#A0A1B7
(160,161,183)
#AFAFC3
(175,175,195)
#BEBDCF
(190,189,207)
#CDCBDB
(205,203,219)
#DCD9E7
(220,217,231)
#EBE7F3
(235,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555B7B color. Also use rgb(85,91,123) instead hex code.

Text Font Color

.myTextColor { color: #555B7B; }

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

This text font color is #555B7B.

Background Color

.myBgColor { background-color: #555B7B; }

<div style="background-color:#555B7B">Inner text</div>

This div background color is #555B7B.

Border color

.myBorderColor { border: 1px solid #555B7B; }

<div style="border:3px solid #555B7B">Div</div>

This div border color is #555B7B.

Opacity

.myOpacity80 { color: #555B7B; opacity: 0.8; }

<p style="color:#555B7B;opacity:0.8;">80%</p>

Text with #555B7B 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 #555B7B;}

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

This text has shadow with #555B7B color.


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

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

This text has shadow with #555B7B primary color and red secondary color.


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

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

This text has shadow with #555B7B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #555B7B.

Preview

Color preview on black background

This text has color #555B7B on black background.


Color preview on white background

This text has color #555B7B on white background.


Black color preview on #555B7B background

This text has black color on #555B7B background.


White color preview on #555B7B background

This text has white color on #555B7B background.


Related colors

Complementary color

Complementary color for #hex is #AAA484.


I love getcolorcode.com

Triadic colors

1 #7B555B and #5B7B55 with #555B7B are triadic colors.

2 #7B5B55 and #5B557B with #555B7B are triadic colors.