COLOR #555DB1

HEX: #555DB1 RGB: (85,93,177)

Color info

#555DB1 contains mainly blue color. Web safe color of #555DB1 is #666699 (or #669).

RGB color model

#555DB1 color RGB value is (85,93,177).

RGB: (85,93,177) (33%, 36%, 69%)

RGB channels and saturation

R 85 of 255 = 33%
G 93 of 255 = 36%
B 177 of 255 = 69%

85
93
177

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

Portions of RGB colors in percentages

R + G + B = 85 + 93 + 177 = 355 (100%)
R 85 of 355 ~ 23.94%
G 93 of 355 ~ 26.2%
B 177 of 355 ~ 49.86'%

%23.94
%26.2
%49.86

CMYK color model

#555DB1 color CMYK value is (52,47,0,31).

  • cyan value is 51.98%
  • magenta value is 47.46%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (52,47,0,31)
C52M47Y0K31 (52%, 47%, 0%, 31%)
(0.52 / 0.47 / 0.00 / 0.31)

CMYK percentages

%51.98
%47.46
%0
%30.59

Codes

Color #555DB1 in popluar color models

55 5D B1
RGB 85 93 177
HSL 235° 37.10% 51.37%
HSB/HSV 235° 51.98% 69.41%
CMYK 51.98% 47.46% 0.00%
30.59%

Color #555DB1 in popluar number systems.

HEX 55 5D B1
Decimal 85 93 177
Binary 1010101 1011101 10110001
Octal 125 135 261

Shades and tints

Shades of #555DB1

#555DB1
(85,93,177)
#4E55A1
(78,85,161)
#474D91
(71,77,145)
#404581
(64,69,129)
#393D71
(57,61,113)
#323561
(50,53,97)
#2B2D51
(43,45,81)
#242541
(36,37,65)
#1D1D31
(29,29,49)
#161521
(22,21,33)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #555DB1

#555DB1
(85,93,177)
#646BB8
(100,107,184)
#7379BF
(115,121,191)
#8287C6
(130,135,198)
#9195CD
(145,149,205)
#A0A3D4
(160,163,212)
#AFB1DB
(175,177,219)
#BEBFE2
(190,191,226)
#CDCDE9
(205,205,233)
#DCDBF0
(220,219,240)
#EBE9F7
(235,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555DB1; }

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

This text font color is #555DB1.

Background Color

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

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

This div background color is #555DB1.

Border color

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

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

This div border color is #555DB1.

Opacity

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

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

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

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

This text has shadow with #555DB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555DB1.

Preview

Color preview on black background

This text has color #555DB1 on black background.


Color preview on white background

This text has color #555DB1 on white background.


Black color preview on #555DB1 background

This text has black color on #555DB1 background.


White color preview on #555DB1 background

This text has white color on #555DB1 background.


Related colors

Complementary color

Complementary color for #hex is #AAA24E.


I love getcolorcode.com

Triadic colors

1 #B1555D and #5DB155 with #555DB1 are triadic colors.

2 #B15D55 and #5D55B1 with #555DB1 are triadic colors.