COLOR #554875

HEX: #554875
RGB: (85,72,117)

Color info

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

RGB color model

#554875 color RGB value is (85,72,117).

  • red value is 85;
  • green value is 72;
  • blue value is 117.
RGB:
(85,72,117)
(33%,28%,46%)

RGB channels and saturation

R 85 of 255 = 33%
G 72 of 255 = 28%
B 117 of 255 = 46%

85
72
117

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

Portions of RGB colors in percentages

R + G + B =
85 + 72 + 117 = 274 (100%)
R 85 of 274 ~ 31.02%
G 72 of 274 ~ 26.28%
B 117 of 274 ~ 42.7%

%31.02
%26.28
%42.7

CMYK color model

#554875 color CMYK value is (27,38,0,54).

  • cyan value is 27.35%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(27,38,0,54)
C27M38Y0K54 
(27%,38%,0%,54%)
(0.27/0.38/0.00/0.54)	

CMYK percentages

%27.35
%38.46
%0
%54.12

Codes

Color #554875 in popluar color models

554875
RGB8572117
HSL257°23.81%37.06%
HSB/HSV257°38.46%45.88%
CMYK27.35%38.46%0.00%
54.12%

Color #554875 in popluar number systems.

HEX554875
Decimal8572117
Binary101010110010001110101
Octal125110165

Shades and tints

Shades of #554875

#554875
(85,72,117)
#4E426B
(78,66,107)
#473C61
(71,60,97)
#403657
(64,54,87)
#39304D
(57,48,77)
#322A43
(50,42,67)
#2B2439
(43,36,57)
#241E2F
(36,30,47)
#1D1825
(29,24,37)
#16121B
(22,18,27)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #554875

#554875
(85,72,117)
#645881
(100,88,129)
#73688D
(115,104,141)
#827899
(130,120,153)
#9188A5
(145,136,165)
#A098B1
(160,152,177)
#AFA8BD
(175,168,189)
#BEB8C9
(190,184,201)
#CDC8D5
(205,200,213)
#DCD8E1
(220,216,225)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554875 color. Also use rgb(85,72,117) instead hex code.

Text Font Color

.myTextColor { color: #554875; }

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

This text font color is #554875.


Background Color

.myBgColor { background-color: #554875; }

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

This div background color is #554875.


Border color

.myBorderColor { border: 1px solid #554875; }

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

This div border color is #554875.


Opacity

.myOpacity80 { color: #554875; opacity: 0.8; }

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

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

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

This text has shadow with #554875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554875 on black background.


Color preview on white background

This text has color #554875 on white background.



Black color preview on #554875 background

This text has black color on #554875 background.


White color preview on #554875 background

This text has white color on #554875 background.