COLOR #555DB9

HEX: #555DB9
RGB: (85,93,185)

Color info

#555DB9 contains mainly blue color. Web safe color of #555DB9 is #6666CC (or #66C).

RGB color model

#555DB9 color RGB value is (85,93,185).

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

RGB channels and saturation

R 85 of 255 = 33%
G 93 of 255 = 36%
B 185 of 255 = 73%

85
93
185

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

Portions of RGB colors in percentages

R + G + B =
85 + 93 + 185 = 363 (100%)
R 85 of 363 ~ 23.42%
G 93 of 363 ~ 25.62%
B 185 of 363 ~ 50.96%

%23.42
%25.62
%50.96

CMYK color model

#555DB9 color CMYK value is (54,50,0,27).

  • cyan value is 54.05%
  • magenta value is 49.73%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(54,50,0,27)
C54M50Y0K27 
(54%,50%,0%,27%)
(0.54/0.50/0.00/0.27)	

CMYK percentages

%54.05
%49.73
%0
%27.45

Codes

Color #555DB9 in popluar color models

555DB9
RGB8593185
HSL235°41.67%52.94%
HSB/HSV235°54.05%72.55%
CMYK54.05%49.73%0.00%
27.45%

Color #555DB9 in popluar number systems.

HEX555DB9
Decimal8593185
Binary1010101101110110111001
Octal125135271

Shades and tints

Shades of #555DB9

#555DB9
(85,93,185)
#4E55A9
(78,85,169)
#474D99
(71,77,153)
#404589
(64,69,137)
#393D79
(57,61,121)
#323569
(50,53,105)
#2B2D59
(43,45,89)
#242549
(36,37,73)
#1D1D39
(29,29,57)
#161529
(22,21,41)
#0F0D19
(15,13,25)
#000000
(0,0,0)

Tints of #555DB9

#555DB9
(85,93,185)
#646BBF
(100,107,191)
#7379C5
(115,121,197)
#8287CB
(130,135,203)
#9195D1
(145,149,209)
#A0A3D7
(160,163,215)
#AFB1DD
(175,177,221)
#BEBFE3
(190,191,227)
#CDCDE9
(205,205,233)
#DCDBEF
(220,219,239)
#EBE9F5
(235,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555DB9; }

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

This text font color is #555DB9.


Background Color

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

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

This div background color is #555DB9.


Border color

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

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

This div border color is #555DB9.


Opacity

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

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

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

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

This text has shadow with #555DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555DB9 on black background.


Color preview on white background

This text has color #555DB9 on white background.



Black color preview on #555DB9 background

This text has black color on #555DB9 background.


White color preview on #555DB9 background

This text has white color on #555DB9 background.