COLOR #554A7A

HEX: #554A7A
RGB: (85,74,122)

Color info

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

RGB color model

#554A7A color RGB value is (85,74,122).

  • red value is 85;
  • green value is 74;
  • blue value is 122.
RGB:
(85,74,122)
(33%,29%,48%)

RGB channels and saturation

R 85 of 255 = 33%
G 74 of 255 = 29%
B 122 of 255 = 48%

85
74
122

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

Portions of RGB colors in percentages

R + G + B =
85 + 74 + 122 = 281 (100%)
R 85 of 281 ~ 30.25%
G 74 of 281 ~ 26.33%
B 122 of 281 ~ 43.42%

%30.25
%26.33
%43.42

CMYK color model

#554A7A color CMYK value is (30,39,0,52).

  • cyan value is 30.33%
  • magenta value is 39.34%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(30,39,0,52)
C30M39Y0K52 
(30%,39%,0%,52%)
(0.30/0.39/0.00/0.52)	

CMYK percentages

%30.33
%39.34
%0
%52.16

Codes

Color #554A7A in popluar color models

554A7A
RGB8574122
HSL254°24.49%38.43%
HSB/HSV254°39.34%47.84%
CMYK30.33%39.34%0.00%
52.16%

Color #554A7A in popluar number systems.

HEX554A7A
Decimal8574122
Binary101010110010101111010
Octal125112172

Shades and tints

Shades of #554A7A

#554A7A
(85,74,122)
#4E446F
(78,68,111)
#473E64
(71,62,100)
#403859
(64,56,89)
#39324E
(57,50,78)
#322C43
(50,44,67)
#2B2638
(43,38,56)
#24202D
(36,32,45)
#1D1A22
(29,26,34)
#161417
(22,20,23)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #554A7A

#554A7A
(85,74,122)
#645A86
(100,90,134)
#736A92
(115,106,146)
#827A9E
(130,122,158)
#918AAA
(145,138,170)
#A09AB6
(160,154,182)
#AFAAC2
(175,170,194)
#BEBACE
(190,186,206)
#CDCADA
(205,202,218)
#DCDAE6
(220,218,230)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554A7A color. Also use rgb(85,74,122) instead hex code.

Text Font Color

.myTextColor { color: #554A7A; }

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

This text font color is #554A7A.


Background Color

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

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

This div background color is #554A7A.


Border color

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

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

This div border color is #554A7A.


Opacity

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

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

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

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

This text has shadow with #554A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554A7A on black background.


Color preview on white background

This text has color #554A7A on white background.



Black color preview on #554A7A background

This text has black color on #554A7A background.


White color preview on #554A7A background

This text has white color on #554A7A background.