COLOR #555D7B

HEX: #555D7B RGB: (85,93,123)

Color info

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

RGB color model

#555D7B color RGB value is (85,93,123).

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

RGB channels and saturation

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

85
93
123

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

Portions of RGB colors in percentages

R + G + B = 85 + 93 + 123 = 301 (100%)
R 85 of 301 ~ 28.24%
G 93 of 301 ~ 30.9%
B 123 of 301 ~ 40.86'%

%28.24
%30.9
%40.86

CMYK color model

#555D7B color CMYK value is (31,24,0,52).

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

CMYK: (31,24,0,52)
C31M24Y0K52 (31%, 24%, 0%, 52%)
(0.31 / 0.24 / 0.00 / 0.52)

CMYK percentages

%30.89
%24.39
%0
%51.76

Codes

Color #555D7B in popluar color models

55 5D 7B
RGB 85 93 123
HSL 227° 18.27% 40.78%
HSB/HSV 227° 30.89% 48.24%
CMYK 30.89% 24.39% 0.00%
51.76%

Color #555D7B in popluar number systems.

HEX 55 5D 7B
Decimal 85 93 123
Binary 1010101 1011101 1111011
Octal 125 135 173

Shades and tints

Shades of #555D7B

#555D7B
(85,93,123)
#4E5570
(78,85,112)
#474D65
(71,77,101)
#40455A
(64,69,90)
#393D4F
(57,61,79)
#323544
(50,53,68)
#2B2D39
(43,45,57)
#24252E
(36,37,46)
#1D1D23
(29,29,35)
#161518
(22,21,24)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #555D7B

#555D7B
(85,93,123)
#646B87
(100,107,135)
#737993
(115,121,147)
#82879F
(130,135,159)
#9195AB
(145,149,171)
#A0A3B7
(160,163,183)
#AFB1C3
(175,177,195)
#BEBFCF
(190,191,207)
#CDCDDB
(205,205,219)
#DCDBE7
(220,219,231)
#EBE9F3
(235,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555D7B; }

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

This text font color is #555D7B.

Background Color

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

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

This div background color is #555D7B.

Border color

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

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

This div border color is #555D7B.

Opacity

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

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

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

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

This text has shadow with #555D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555D7B.

Preview

Color preview on black background

This text has color #555D7B on black background.


Color preview on white background

This text has color #555D7B on white background.


Black color preview on #555D7B background

This text has black color on #555D7B background.


White color preview on #555D7B background

This text has white color on #555D7B background.


Related colors

Complementary color

Complementary color for #hex is #AAA284.


I love getcolorcode.com

Triadic colors

1 #7B555D and #5D7B55 with #555D7B are triadic colors.

2 #7B5D55 and #5D557B with #555D7B are triadic colors.