COLOR #5F55EE

HEX: #5F55EE
RGB: (95,85,238)

Color info

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

RGB color model

#5F55EE color RGB value is (95,85,238).

  • red value is 95;
  • green value is 85;
  • blue value is 238.
RGB:
(95,85,238)
(37%,33%,93%)

RGB channels and saturation

R 95 of 255 = 37%
G 85 of 255 = 33%
B 238 of 255 = 93%

95
85
238

R + G + B ~ 54%. #5F55EE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 85 + 238 = 418 (100%)
R 95 of 418 ~ 22.73%
G 85 of 418 ~ 20.33%
B 238 of 418 ~ 56.94%

%22.73
%20.33
%56.94

CMYK color model

#5F55EE color CMYK value is (60,64,0,7).

  • cyan value is 60.08%
  • magenta value is 64.29%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(60,64,0,7)
C60M64Y0K7 
(60%,64%,0%,7%)
(0.60/0.64/0.00/0.07)	

CMYK percentages

%60.08
%64.29
%0
%6.67

Codes

Color #5F55EE in popluar color models

5F55EE
RGB9585238
HSL244°81.82%63.33%
HSB/HSV244°64.29%93.33%
CMYK60.08%64.29%0.00%
6.67%

Color #5F55EE in popluar number systems.

HEX5F55EE
Decimal9585238
Binary1011111101010111101110
Octal137125356

Shades and tints

Shades of #5F55EE

#5F55EE
(95,85,238)
#574ED9
(87,78,217)
#4F47C4
(79,71,196)
#4740AF
(71,64,175)
#3F399A
(63,57,154)
#373285
(55,50,133)
#2F2B70
(47,43,112)
#27245B
(39,36,91)
#1F1D46
(31,29,70)
#171631
(23,22,49)
#0F0F1C
(15,15,28)
#000000
(0,0,0)

Tints of #5F55EE

#5F55EE
(95,85,238)
#6D64EF
(109,100,239)
#7B73F0
(123,115,240)
#8982F1
(137,130,241)
#9791F2
(151,145,242)
#A5A0F3
(165,160,243)
#B3AFF4
(179,175,244)
#C1BEF5
(193,190,245)
#CFCDF6
(207,205,246)
#DDDCF7
(221,220,247)
#EBEBF8
(235,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F55EE color. Also use rgb(95,85,238) instead hex code.

Text Font Color

.myTextColor { color: #5F55EE; }

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

This text font color is #5F55EE.


Background Color

.myBgColor { background-color: #5F55EE; }

<div style="background-color:#5F55EE">Inner text</div>

This div background color is #5F55EE.


Border color

.myBorderColor { border: 1px solid #5F55EE; }

<div style="border:3px solid #5F55EE">Div</div>

This div border color is #5F55EE.


Opacity

.myOpacity80 { color: #5F55EE; opacity: 0.8; }

<p style="color:#5F55EE;opacity:0.8;">80%</p>

Text with #5F55EE 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 #5F55EE;}

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

This text has shadow with #5F55EE color.

.textShadow {text-shadow: 3px 3px 1px #5F55EE, 3px 3px 1px red;}

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

This text has shadow with #5F55EE primary color and red secondary color.


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

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

This text has shadow with #5F55EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F55EE on black background.


Color preview on white background

This text has color #5F55EE on white background.



Black color preview on #5F55EE background

This text has black color on #5F55EE background.


White color preview on #5F55EE background

This text has white color on #5F55EE background.