COLOR #555AF9

HEX: #555AF9
RGB: (85,90,249)

Color info

#555AF9 contains mainly blue color. Web safe color of #555AF9 is #6666FF (or #66F).

RGB color model

#555AF9 color RGB value is (85,90,249).

  • red value is 85;
  • green value is 90;
  • blue value is 249.
RGB:
(85,90,249)
(33%,35%,98%)

RGB channels and saturation

R 85 of 255 = 33%
G 90 of 255 = 35%
B 249 of 255 = 98%

85
90
249

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

Portions of RGB colors in percentages

R + G + B =
85 + 90 + 249 = 424 (100%)
R 85 of 424 ~ 20.05%
G 90 of 424 ~ 21.23%
B 249 of 424 ~ 58.73%

%20.05
%21.23
%58.73

CMYK color model

#555AF9 color CMYK value is (66,64,0,2).

  • cyan value is 65.86%
  • magenta value is 63.86%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(66,64,0,2)
C66M64Y0K2 
(66%,64%,0%,2%)
(0.66/0.64/0.00/0.02)	

CMYK percentages

%65.86
%63.86
%0
%2.35

Codes

Color #555AF9 in popluar color models

555AF9
RGB8590249
HSL238°93.18%65.49%
HSB/HSV238°65.86%97.65%
CMYK65.86%63.86%0.00%
2.35%

Color #555AF9 in popluar number systems.

HEX555AF9
Decimal8590249
Binary1010101101101011111001
Octal125132371

Shades and tints

Shades of #555AF9

#555AF9
(85,90,249)
#4E52E3
(78,82,227)
#474ACD
(71,74,205)
#4042B7
(64,66,183)
#393AA1
(57,58,161)
#32328B
(50,50,139)
#2B2A75
(43,42,117)
#24225F
(36,34,95)
#1D1A49
(29,26,73)
#161233
(22,18,51)
#0F0A1D
(15,10,29)
#000000
(0,0,0)

Tints of #555AF9

#555AF9
(85,90,249)
#6469F9
(100,105,249)
#7378F9
(115,120,249)
#8287F9
(130,135,249)
#9196F9
(145,150,249)
#A0A5F9
(160,165,249)
#AFB4F9
(175,180,249)
#BEC3F9
(190,195,249)
#CDD2F9
(205,210,249)
#DCE1F9
(220,225,249)
#EBF0F9
(235,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555AF9 color. Also use rgb(85,90,249) instead hex code.

Text Font Color

.myTextColor { color: #555AF9; }

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

This text font color is #555AF9.


Background Color

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

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

This div background color is #555AF9.


Border color

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

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

This div border color is #555AF9.


Opacity

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

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

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

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

This text has shadow with #555AF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555AF9 on black background.


Color preview on white background

This text has color #555AF9 on white background.



Black color preview on #555AF9 background

This text has black color on #555AF9 background.


White color preview on #555AF9 background

This text has white color on #555AF9 background.