COLOR #555F94

HEX: #555F94
RGB: (85,95,148)

Color info

#555F94 contains mainly green and blue colors. Web safe color of #555F94 is #666699 (or #669).

RGB color model

#555F94 color RGB value is (85,95,148).

  • red value is 85;
  • green value is 95;
  • blue value is 148.
RGB:
(85,95,148)
(33%,37%,58%)

RGB channels and saturation

R 85 of 255 = 33%
G 95 of 255 = 37%
B 148 of 255 = 58%

85
95
148

R + G + B ~ 43%. #555F94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 95 + 148 = 328 (100%)
R 85 of 328 ~ 25.91%
G 95 of 328 ~ 28.96%
B 148 of 328 ~ 45.12%

%25.91
%28.96
%45.12

CMYK color model

#555F94 color CMYK value is (43,36,0,42).

  • cyan value is 42.57%
  • magenta value is 35.81%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(43,36,0,42)
C43M36Y0K42 
(43%,36%,0%,42%)
(0.43/0.36/0.00/0.42)	

CMYK percentages

%42.57
%35.81
%0
%41.96

Codes

Color #555F94 in popluar color models

555F94
RGB8595148
HSL230°27.04%45.69%
HSB/HSV230°42.57%58.04%
CMYK42.57%35.81%0.00%
41.96%

Color #555F94 in popluar number systems.

HEX555F94
Decimal8595148
Binary1010101101111110010100
Octal125137224

Shades and tints

Shades of #555F94

#555F94
(85,95,148)
#4E5787
(78,87,135)
#474F7A
(71,79,122)
#40476D
(64,71,109)
#393F60
(57,63,96)
#323753
(50,55,83)
#2B2F46
(43,47,70)
#242739
(36,39,57)
#1D1F2C
(29,31,44)
#16171F
(22,23,31)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #555F94

#555F94
(85,95,148)
#646D9D
(100,109,157)
#737BA6
(115,123,166)
#8289AF
(130,137,175)
#9197B8
(145,151,184)
#A0A5C1
(160,165,193)
#AFB3CA
(175,179,202)
#BEC1D3
(190,193,211)
#CDCFDC
(205,207,220)
#DCDDE5
(220,221,229)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555F94 color. Also use rgb(85,95,148) instead hex code.

Text Font Color

.myTextColor { color: #555F94; }

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

This text font color is #555F94.


Background Color

.myBgColor { background-color: #555F94; }

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

This div background color is #555F94.


Border color

.myBorderColor { border: 1px solid #555F94; }

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

This div border color is #555F94.


Opacity

.myOpacity80 { color: #555F94; opacity: 0.8; }

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

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

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

This text has shadow with #555F94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555F94 on black background.


Color preview on white background

This text has color #555F94 on white background.



Black color preview on #555F94 background

This text has black color on #555F94 background.


White color preview on #555F94 background

This text has white color on #555F94 background.