COLOR #555D92

HEX: #555D92
RGB: (85,93,146)

Color info

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

RGB color model

#555D92 color RGB value is (85,93,146).

  • red value is 85;
  • green value is 93;
  • blue value is 146.
RGB:
(85,93,146)
(33%,36%,57%)

RGB channels and saturation

R 85 of 255 = 33%
G 93 of 255 = 36%
B 146 of 255 = 57%

85
93
146

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

Portions of RGB colors in percentages

R + G + B =
85 + 93 + 146 = 324 (100%)
R 85 of 324 ~ 26.23%
G 93 of 324 ~ 28.7%
B 146 of 324 ~ 45.06%

%26.23
%28.7
%45.06

CMYK color model

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

  • cyan value is 41.78%
  • magenta value is 36.30%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(42,36,0,43)
C42M36Y0K43 
(42%,36%,0%,43%)
(0.42/0.36/0.00/0.43)	

CMYK percentages

%41.78
%36.3
%0
%42.75

Codes

Color #555D92 in popluar color models

555D92
RGB8593146
HSL232°26.41%45.29%
HSB/HSV232°41.78%57.25%
CMYK41.78%36.30%0.00%
42.75%

Color #555D92 in popluar number systems.

HEX555D92
Decimal8593146
Binary1010101101110110010010
Octal125135222

Shades and tints

Shades of #555D92

#555D92
(85,93,146)
#4E5585
(78,85,133)
#474D78
(71,77,120)
#40456B
(64,69,107)
#393D5E
(57,61,94)
#323551
(50,53,81)
#2B2D44
(43,45,68)
#242537
(36,37,55)
#1D1D2A
(29,29,42)
#16151D
(22,21,29)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #555D92

#555D92
(85,93,146)
#646B9B
(100,107,155)
#7379A4
(115,121,164)
#8287AD
(130,135,173)
#9195B6
(145,149,182)
#A0A3BF
(160,163,191)
#AFB1C8
(175,177,200)
#BEBFD1
(190,191,209)
#CDCDDA
(205,205,218)
#DCDBE3
(220,219,227)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555D92 color. Also use rgb(85,93,146) instead hex code.

Text Font Color

.myTextColor { color: #555D92; }

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

This text font color is #555D92.


Background Color

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

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

This div background color is #555D92.


Border color

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

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

This div border color is #555D92.


Opacity

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

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

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

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

This text has shadow with #555D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555D92 on black background.


Color preview on white background

This text has color #555D92 on white background.



Black color preview on #555D92 background

This text has black color on #555D92 background.


White color preview on #555D92 background

This text has white color on #555D92 background.