COLOR #554598

HEX: #554598
RGB: (85,69,152)

Color info

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

RGB color model

#554598 color RGB value is (85,69,152).

  • red value is 85;
  • green value is 69;
  • blue value is 152.
RGB:
(85,69,152)
(33%,27%,60%)

RGB channels and saturation

R 85 of 255 = 33%
G 69 of 255 = 27%
B 152 of 255 = 60%

85
69
152

R + G + B ~ 40%. #554598 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 69 + 152 = 306 (100%)
R 85 of 306 ~ 27.78%
G 69 of 306 ~ 22.55%
B 152 of 306 ~ 49.67%

%27.78
%22.55
%49.67

CMYK color model

#554598 color CMYK value is (44,55,0,40).

  • cyan value is 44.08%
  • magenta value is 54.61%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(44,55,0,40)
C44M55Y0K40 
(44%,55%,0%,40%)
(0.44/0.55/0.00/0.40)	

CMYK percentages

%44.08
%54.61
%0
%40.39

Codes

Color #554598 in popluar color models

554598
RGB8569152
HSL252°37.56%43.33%
HSB/HSV252°54.61%59.61%
CMYK44.08%54.61%0.00%
40.39%

Color #554598 in popluar number systems.

HEX554598
Decimal8569152
Binary1010101100010110011000
Octal125105230

Shades and tints

Shades of #554598

#554598
(85,69,152)
#4E3F8B
(78,63,139)
#47397E
(71,57,126)
#403371
(64,51,113)
#392D64
(57,45,100)
#322757
(50,39,87)
#2B214A
(43,33,74)
#241B3D
(36,27,61)
#1D1530
(29,21,48)
#160F23
(22,15,35)
#0F0916
(15,9,22)
#000000
(0,0,0)

Tints of #554598

#554598
(85,69,152)
#6455A1
(100,85,161)
#7365AA
(115,101,170)
#8275B3
(130,117,179)
#9185BC
(145,133,188)
#A095C5
(160,149,197)
#AFA5CE
(175,165,206)
#BEB5D7
(190,181,215)
#CDC5E0
(205,197,224)
#DCD5E9
(220,213,233)
#EBE5F2
(235,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554598 color. Also use rgb(85,69,152) instead hex code.

Text Font Color

.myTextColor { color: #554598; }

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

This text font color is #554598.


Background Color

.myBgColor { background-color: #554598; }

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

This div background color is #554598.


Border color

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

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

This div border color is #554598.


Opacity

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

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

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

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

This text has shadow with #554598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554598 on black background.


Color preview on white background

This text has color #554598 on white background.



Black color preview on #554598 background

This text has black color on #554598 background.


White color preview on #554598 background

This text has white color on #554598 background.