COLOR #554093

HEX: #554093
RGB: (85,64,147)

Color info

#554093 contains mainly blue color. Web safe color of #554093 is #663399 (or #639).

RGB color model

#554093 color RGB value is (85,64,147).

  • red value is 85;
  • green value is 64;
  • blue value is 147.
RGB:
(85,64,147)
(33%,25%,58%)

RGB channels and saturation

R 85 of 255 = 33%
G 64 of 255 = 25%
B 147 of 255 = 58%

85
64
147

R + G + B ~ 39%. #554093 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 64 + 147 = 296 (100%)
R 85 of 296 ~ 28.72%
G 64 of 296 ~ 21.62%
B 147 of 296 ~ 49.66%

%28.72
%21.62
%49.66

CMYK color model

#554093 color CMYK value is (42,56,0,42).

  • cyan value is 42.18%
  • magenta value is 56.46%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(42,56,0,42)
C42M56Y0K42 
(42%,56%,0%,42%)
(0.42/0.56/0.00/0.42)	

CMYK percentages

%42.18
%56.46
%0
%42.35

Codes

Color #554093 in popluar color models

554093
RGB8564147
HSL255°39.34%41.37%
HSB/HSV255°56.46%57.65%
CMYK42.18%56.46%0.00%
42.35%

Color #554093 in popluar number systems.

HEX554093
Decimal8564147
Binary1010101100000010010011
Octal125100223

Shades and tints

Shades of #554093

#554093
(85,64,147)
#4E3B86
(78,59,134)
#473679
(71,54,121)
#40316C
(64,49,108)
#392C5F
(57,44,95)
#322752
(50,39,82)
#2B2245
(43,34,69)
#241D38
(36,29,56)
#1D182B
(29,24,43)
#16131E
(22,19,30)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #554093

#554093
(85,64,147)
#64519C
(100,81,156)
#7362A5
(115,98,165)
#8273AE
(130,115,174)
#9184B7
(145,132,183)
#A095C0
(160,149,192)
#AFA6C9
(175,166,201)
#BEB7D2
(190,183,210)
#CDC8DB
(205,200,219)
#DCD9E4
(220,217,228)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554093 color. Also use rgb(85,64,147) instead hex code.

Text Font Color

.myTextColor { color: #554093; }

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

This text font color is #554093.


Background Color

.myBgColor { background-color: #554093; }

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

This div background color is #554093.


Border color

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

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

This div border color is #554093.


Opacity

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

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

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

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

This text has shadow with #554093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554093 on black background.


Color preview on white background

This text has color #554093 on white background.



Black color preview on #554093 background

This text has black color on #554093 background.


White color preview on #554093 background

This text has white color on #554093 background.