COLOR #555BC4

HEX: #555BC4 RGB: (85,91,196)

Color info

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

RGB color model

#555BC4 color RGB value is (85,91,196).

RGB: (85,91,196) (33%, 36%, 77%)

RGB channels and saturation

R 85 of 255 = 33%
G 91 of 255 = 36%
B 196 of 255 = 77%

85
91
196

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

Portions of RGB colors in percentages

R + G + B = 85 + 91 + 196 = 372 (100%)
R 85 of 372 ~ 22.85%
G 91 of 372 ~ 24.46%
B 196 of 372 ~ 52.69'%

%22.85
%24.46
%52.69

CMYK color model

#555BC4 color CMYK value is (57,54,0,23).

  • cyan value is 56.63%
  • magenta value is 53.57%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (57,54,0,23)
C57M54Y0K23 (57%, 54%, 0%, 23%)
(0.57 / 0.54 / 0.00 / 0.23)

CMYK percentages

%56.63
%53.57
%0
%23.14

Codes

Color #555BC4 in popluar color models

55 5B C4
RGB 85 91 196
HSL 237° 48.47% 55.10%
HSB/HSV 237° 56.63% 76.86%
CMYK 56.63% 53.57% 0.00%
23.14%

Color #555BC4 in popluar number systems.

HEX 55 5B C4
Decimal 85 91 196
Binary 1010101 1011011 11000100
Octal 125 133 304

Shades and tints

Shades of #555BC4

#555BC4
(85,91,196)
#4E53B3
(78,83,179)
#474BA2
(71,75,162)
#404391
(64,67,145)
#393B80
(57,59,128)
#32336F
(50,51,111)
#2B2B5E
(43,43,94)
#24234D
(36,35,77)
#1D1B3C
(29,27,60)
#16132B
(22,19,43)
#0F0B1A
(15,11,26)
#000000
(0,0,0)

Tints of #555BC4

#555BC4
(85,91,196)
#6469C9
(100,105,201)
#7377CE
(115,119,206)
#8285D3
(130,133,211)
#9193D8
(145,147,216)
#A0A1DD
(160,161,221)
#AFAFE2
(175,175,226)
#BEBDE7
(190,189,231)
#CDCBEC
(205,203,236)
#DCD9F1
(220,217,241)
#EBE7F6
(235,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555BC4 color. Also use rgb(85,91,196) instead hex code.

Text Font Color

.myTextColor { color: #555BC4; }

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

This text font color is #555BC4.

Background Color

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

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

This div background color is #555BC4.

Border color

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

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

This div border color is #555BC4.

Opacity

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

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

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

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

This text has shadow with #555BC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555BC4.

Preview

Color preview on black background

This text has color #555BC4 on black background.


Color preview on white background

This text has color #555BC4 on white background.


Black color preview on #555BC4 background

This text has black color on #555BC4 background.


White color preview on #555BC4 background

This text has white color on #555BC4 background.


Related colors

Complementary color

Complementary color for #hex is #AAA43B.


I love getcolorcode.com

Triadic colors

1 #C4555B and #5BC455 with #555BC4 are triadic colors.

2 #C45B55 and #5B55C4 with #555BC4 are triadic colors.