COLOR #5E61AF

HEX: #5E61AF
RGB: (94,97,175)

Color info

#5E61AF contains mainly blue color. Web safe color of #5E61AF is #666699 (or #669).

RGB color model

#5E61AF color RGB value is (94,97,175).

  • red value is 94;
  • green value is 97;
  • blue value is 175.
RGB:
(94,97,175)
(37%,38%,69%)

RGB channels and saturation

R 94 of 255 = 37%
G 97 of 255 = 38%
B 175 of 255 = 69%

94
97
175

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

Portions of RGB colors in percentages

R + G + B =
94 + 97 + 175 = 366 (100%)
R 94 of 366 ~ 25.68%
G 97 of 366 ~ 26.5%
B 175 of 366 ~ 47.81%

%25.68
%26.5
%47.81

CMYK color model

#5E61AF color CMYK value is (46,45,0,31).

  • cyan value is 46.29%
  • magenta value is 44.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(46,45,0,31)
C46M45Y0K31 
(46%,45%,0%,31%)
(0.46/0.45/0.00/0.31)	

CMYK percentages

%46.29
%44.57
%0
%31.37

Codes

Color #5E61AF in popluar color models

5E61AF
RGB9497175
HSL238°33.61%52.75%
HSB/HSV238°46.29%68.63%
CMYK46.29%44.57%0.00%
31.37%

Color #5E61AF in popluar number systems.

HEX5E61AF
Decimal9497175
Binary1011110110000110101111
Octal136141257

Shades and tints

Shades of #5E61AF

#5E61AF
(94,97,175)
#5659A0
(86,89,160)
#4E5191
(78,81,145)
#464982
(70,73,130)
#3E4173
(62,65,115)
#363964
(54,57,100)
#2E3155
(46,49,85)
#262946
(38,41,70)
#1E2137
(30,33,55)
#161928
(22,25,40)
#0E1119
(14,17,25)
#000000
(0,0,0)

Tints of #5E61AF

#5E61AF
(94,97,175)
#6C6FB6
(108,111,182)
#7A7DBD
(122,125,189)
#888BC4
(136,139,196)
#9699CB
(150,153,203)
#A4A7D2
(164,167,210)
#B2B5D9
(178,181,217)
#C0C3E0
(192,195,224)
#CED1E7
(206,209,231)
#DCDFEE
(220,223,238)
#EAEDF5
(234,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E61AF color. Also use rgb(94,97,175) instead hex code.

Text Font Color

.myTextColor { color: #5E61AF; }

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

This text font color is #5E61AF.


Background Color

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

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

This div background color is #5E61AF.


Border color

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

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

This div border color is #5E61AF.


Opacity

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

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

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

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

This text has shadow with #5E61AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E61AF on black background.


Color preview on white background

This text has color #5E61AF on white background.



Black color preview on #5E61AF background

This text has black color on #5E61AF background.


White color preview on #5E61AF background

This text has white color on #5E61AF background.