COLOR #554D7D

HEX: #554D7D
RGB: (85,77,125)

Color info

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

RGB color model

#554D7D color RGB value is (85,77,125).

  • red value is 85;
  • green value is 77;
  • blue value is 125.
RGB:
(85,77,125)
(33%,30%,49%)

RGB channels and saturation

R 85 of 255 = 33%
G 77 of 255 = 30%
B 125 of 255 = 49%

85
77
125

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

Portions of RGB colors in percentages

R + G + B =
85 + 77 + 125 = 287 (100%)
R 85 of 287 ~ 29.62%
G 77 of 287 ~ 26.83%
B 125 of 287 ~ 43.55%

%29.62
%26.83
%43.55

CMYK color model

#554D7D color CMYK value is (32,38,0,51).

  • cyan value is 32.00%
  • magenta value is 38.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(32,38,0,51)
C32M38Y0K51 
(32%,38%,0%,51%)
(0.32/0.38/0.00/0.51)	

CMYK percentages

%32
%38.4
%0
%50.98

Codes

Color #554D7D in popluar color models

554D7D
RGB8577125
HSL250°23.76%39.61%
HSB/HSV250°38.40%49.02%
CMYK32.00%38.40%0.00%
50.98%

Color #554D7D in popluar number systems.

HEX554D7D
Decimal8577125
Binary101010110011011111101
Octal125115175

Shades and tints

Shades of #554D7D

#554D7D
(85,77,125)
#4E4672
(78,70,114)
#473F67
(71,63,103)
#40385C
(64,56,92)
#393151
(57,49,81)
#322A46
(50,42,70)
#2B233B
(43,35,59)
#241C30
(36,28,48)
#1D1525
(29,21,37)
#160E1A
(22,14,26)
#0F070F
(15,7,15)
#000000
(0,0,0)

Tints of #554D7D

#554D7D
(85,77,125)
#645D88
(100,93,136)
#736D93
(115,109,147)
#827D9E
(130,125,158)
#918DA9
(145,141,169)
#A09DB4
(160,157,180)
#AFADBF
(175,173,191)
#BEBDCA
(190,189,202)
#CDCDD5
(205,205,213)
#DCDDE0
(220,221,224)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554D7D color. Also use rgb(85,77,125) instead hex code.

Text Font Color

.myTextColor { color: #554D7D; }

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

This text font color is #554D7D.


Background Color

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

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

This div background color is #554D7D.


Border color

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

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

This div border color is #554D7D.


Opacity

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

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

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

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

This text has shadow with #554D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554D7D on black background.


Color preview on white background

This text has color #554D7D on white background.



Black color preview on #554D7D background

This text has black color on #554D7D background.


White color preview on #554D7D background

This text has white color on #554D7D background.