COLOR #554C7B

HEX: #554C7B RGB: (85,76,123)

Color info

#554C7B contains red, green and blue colors in about the same proportion. Web safe color of #554C7B is #663366 (or #636).

RGB color model

#554C7B color RGB value is (85,76,123).

RGB: (85,76,123) (33%, 30%, 48%)

RGB channels and saturation

R 85 of 255 = 33%
G 76 of 255 = 30%
B 123 of 255 = 48%

85
76
123

R + G + B ~ 37%. #554C7B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 76 + 123 = 284 (100%)
R 85 of 284 ~ 29.93%
G 76 of 284 ~ 26.76%
B 123 of 284 ~ 43.31'%

%29.93
%26.76
%43.31

CMYK color model

#554C7B color CMYK value is (31,38,0,52).

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

CMYK: (31,38,0,52)
C31M38Y0K52 (31%, 38%, 0%, 52%)
(0.31 / 0.38 / 0.00 / 0.52)

CMYK percentages

%30.89
%38.21
%0
%51.76

Codes

Color #554C7B in popluar color models

55 4C 7B
RGB 85 76 123
HSL 251° 23.62% 39.02%
HSB/HSV 251° 38.21% 48.24%
CMYK 30.89% 38.21% 0.00%
51.76%

Color #554C7B in popluar number systems.

HEX 55 4C 7B
Decimal 85 76 123
Binary 1010101 1001100 1111011
Octal 125 114 173

Shades and tints

Shades of #554C7B

#554C7B
(85,76,123)
#4E4670
(78,70,112)
#474065
(71,64,101)
#403A5A
(64,58,90)
#39344F
(57,52,79)
#322E44
(50,46,68)
#2B2839
(43,40,57)
#24222E
(36,34,46)
#1D1C23
(29,28,35)
#161618
(22,22,24)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #554C7B

#554C7B
(85,76,123)
#645C87
(100,92,135)
#736C93
(115,108,147)
#827C9F
(130,124,159)
#918CAB
(145,140,171)
#A09CB7
(160,156,183)
#AFACC3
(175,172,195)
#BEBCCF
(190,188,207)
#CDCCDB
(205,204,219)
#DCDCE7
(220,220,231)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554C7B color. Also use rgb(85,76,123) instead hex code.

Text Font Color

.myTextColor { color: #554C7B; }

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

This text font color is #554C7B.

Background Color

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

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

This div background color is #554C7B.

Border color

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

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

This div border color is #554C7B.

Opacity

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

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

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

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

This text has shadow with #554C7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #554C7B.

Preview

Color preview on black background

This text has color #554C7B on black background.


Color preview on white background

This text has color #554C7B on white background.


Black color preview on #554C7B background

This text has black color on #554C7B background.


White color preview on #554C7B background

This text has white color on #554C7B background.


Related colors

Complementary color

Complementary color for #hex is #AAB384.


I love getcolorcode.com

Triadic colors

1 #7B554C and #4C7B55 with #554C7B are triadic colors.

2 #7B4C55 and #4C557B with #554C7B are triadic colors.