COLOR #555B74

HEX: #555B74 RGB: (85,91,116)

Color info

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

RGB color model

#555B74 color RGB value is (85,91,116).

RGB: (85,91,116) (33%, 36%, 45%)

RGB channels and saturation

R 85 of 255 = 33%
G 91 of 255 = 36%
B 116 of 255 = 45%

85
91
116

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

Portions of RGB colors in percentages

R + G + B = 85 + 91 + 116 = 292 (100%)
R 85 of 292 ~ 29.11%
G 91 of 292 ~ 31.16%
B 116 of 292 ~ 39.73'%

%29.11
%31.16
%39.73

CMYK color model

#555B74 color CMYK value is (27,22,0,55).

  • cyan value is 26.72%
  • magenta value is 21.55%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (27,22,0,55)
C27M22Y0K55 (27%, 22%, 0%, 55%)
(0.27 / 0.22 / 0.00 / 0.55)

CMYK percentages

%26.72
%21.55
%0
%54.51

Codes

Color #555B74 in popluar color models

55 5B 74
RGB 85 91 116
HSL 228° 15.42% 39.41%
HSB/HSV 228° 26.72% 45.49%
CMYK 26.72% 21.55% 0.00%
54.51%

Color #555B74 in popluar number systems.

HEX 55 5B 74
Decimal 85 91 116
Binary 1010101 1011011 1110100
Octal 125 133 164

Shades and tints

Shades of #555B74

#555B74
(85,91,116)
#4E536A
(78,83,106)
#474B60
(71,75,96)
#404356
(64,67,86)
#393B4C
(57,59,76)
#323342
(50,51,66)
#2B2B38
(43,43,56)
#24232E
(36,35,46)
#1D1B24
(29,27,36)
#16131A
(22,19,26)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #555B74

#555B74
(85,91,116)
#646980
(100,105,128)
#73778C
(115,119,140)
#828598
(130,133,152)
#9193A4
(145,147,164)
#A0A1B0
(160,161,176)
#AFAFBC
(175,175,188)
#BEBDC8
(190,189,200)
#CDCBD4
(205,203,212)
#DCD9E0
(220,217,224)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555B74; }

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

This text font color is #555B74.

Background Color

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

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

This div background color is #555B74.

Border color

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

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

This div border color is #555B74.

Opacity

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

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

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

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

This text has shadow with #555B74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555B74.

Preview

Color preview on black background

This text has color #555B74 on black background.


Color preview on white background

This text has color #555B74 on white background.


Black color preview on #555B74 background

This text has black color on #555B74 background.


White color preview on #555B74 background

This text has white color on #555B74 background.


Related colors

Complementary color

Complementary color for #hex is #AAA48B.


I love getcolorcode.com

Triadic colors

1 #74555B and #5B7455 with #555B74 are triadic colors.

2 #745B55 and #5B5574 with #555B74 are triadic colors.