COLOR #554F71

HEX: #554F71 RGB: (85,79,113)

Color info

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

RGB color model

#554F71 color RGB value is (85,79,113).

RGB: (85,79,113) (33%, 31%, 44%)

RGB channels and saturation

R 85 of 255 = 33%
G 79 of 255 = 31%
B 113 of 255 = 44%

85
79
113

R + G + B ~ 36%. #554F71 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 79 + 113 = 277 (100%)
R 85 of 277 ~ 30.69%
G 79 of 277 ~ 28.52%
B 113 of 277 ~ 40.79'%

%30.69
%28.52
%40.79

CMYK color model

#554F71 color CMYK value is (25,30,0,56).

  • cyan value is 24.78%
  • magenta value is 30.09%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (25,30,0,56)
C25M30Y0K56 (25%, 30%, 0%, 56%)
(0.25 / 0.30 / 0.00 / 0.56)

CMYK percentages

%24.78
%30.09
%0
%55.69

Codes

Color #554F71 in popluar color models

55 4F 71
RGB 85 79 113
HSL 251° 17.71% 37.65%
HSB/HSV 251° 30.09% 44.31%
CMYK 24.78% 30.09% 0.00%
55.69%

Color #554F71 in popluar number systems.

HEX 55 4F 71
Decimal 85 79 113
Binary 1010101 1001111 1110001
Octal 125 117 161

Shades and tints

Shades of #554F71

#554F71
(85,79,113)
#4E4867
(78,72,103)
#47415D
(71,65,93)
#403A53
(64,58,83)
#393349
(57,51,73)
#322C3F
(50,44,63)
#2B2535
(43,37,53)
#241E2B
(36,30,43)
#1D1721
(29,23,33)
#161017
(22,16,23)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #554F71

#554F71
(85,79,113)
#645F7D
(100,95,125)
#736F89
(115,111,137)
#827F95
(130,127,149)
#918FA1
(145,143,161)
#A09FAD
(160,159,173)
#AFAFB9
(175,175,185)
#BEBFC5
(190,191,197)
#CDCFD1
(205,207,209)
#DCDFDD
(220,223,221)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554F71 color. Also use rgb(85,79,113) instead hex code.

Text Font Color

.myTextColor { color: #554F71; }

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

This text font color is #554F71.

Background Color

.myBgColor { background-color: #554F71; }

<div style="background-color:#554F71">Inner text</div>

This div background color is #554F71.

Border color

.myBorderColor { border: 1px solid #554F71; }

<div style="border:3px solid #554F71">Div</div>

This div border color is #554F71.

Opacity

.myOpacity80 { color: #554F71; opacity: 0.8; }

<p style="color:#554F71;opacity:0.8;">80%</p>

Text with #554F71 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 #554F71;}

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

This text has shadow with #554F71 color.


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

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

This text has shadow with #554F71 primary color and red secondary color.


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

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

This text has shadow with #554F71 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #554F71.

Preview

Color preview on black background

This text has color #554F71 on black background.


Color preview on white background

This text has color #554F71 on white background.


Black color preview on #554F71 background

This text has black color on #554F71 background.


White color preview on #554F71 background

This text has white color on #554F71 background.


Related colors

Complementary color

Complementary color for #hex is #AAB08E.


I love getcolorcode.com

Triadic colors

1 #71554F and #4F7155 with #554F71 are triadic colors.

2 #714F55 and #4F5571 with #554F71 are triadic colors.