COLOR #5F5EAB

HEX: #5F5EAB RGB: (95,94,171)

Color info

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

RGB color model

#5F5EAB color RGB value is (95,94,171).

RGB: (95,94,171) (37%, 37%, 67%)

RGB channels and saturation

R 95 of 255 = 37%
G 94 of 255 = 37%
B 171 of 255 = 67%

95
94
171

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

Portions of RGB colors in percentages

R + G + B = 95 + 94 + 171 = 360 (100%)
R 95 of 360 ~ 26.39%
G 94 of 360 ~ 26.11%
B 171 of 360 ~ 47.5'%

%26.39
%26.11
%47.5

CMYK color model

#5F5EAB color CMYK value is (44,45,0,33).

  • cyan value is 44.44%
  • magenta value is 45.03%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (44,45,0,33) C44M45Y0K33 (44%,45%,0%,33%) (0.44/0.45/0.00/0.33) 

CMYK percentages

%44.44
%45.03
%0
%32.94

Codes

Color #5F5EAB in popluar color models

5F 5E AB
RGB 95 94 171
HSL 241° 31.43% 51.96%
HSB/HSV 241° 45.03% 67.06%
CMYK 44.44% 45.03% 0.00%
32.94%

Color #5F5EAB in popluar number systems.

HEX 5F 5E AB
Decimal 95 94 171
Binary 1011111 1011110 10101011
Octal 137 136 253

Shades and tints

Shades of #5F5EAB

#5F5EAB
(95,94,171)
#57569C
(87,86,156)
#4F4E8D
(79,78,141)
#47467E
(71,70,126)
#3F3E6F
(63,62,111)
#373660
(55,54,96)
#2F2E51
(47,46,81)
#272642
(39,38,66)
#1F1E33
(31,30,51)
#171624
(23,22,36)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #5F5EAB

#5F5EAB
(95,94,171)
#6D6CB2
(109,108,178)
#7B7AB9
(123,122,185)
#8988C0
(137,136,192)
#9796C7
(151,150,199)
#A5A4CE
(165,164,206)
#B3B2D5
(179,178,213)
#C1C0DC
(193,192,220)
#CFCEE3
(207,206,227)
#DDDCEA
(221,220,234)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5EAB color. Also use rgb(95,94,171) instead hex code.

Text Font Color

.myTextColor { color: #5F5EAB; }

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

This text font color is #5F5EAB.

Background Color

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

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

This div background color is #5F5EAB.

Border color

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

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

This div border color is #5F5EAB.

Opacity

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

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

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

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

This text has shadow with #5F5EAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5EAB.

Preview

Color preview on black background

This text has color #5F5EAB on black background.


Color preview on white background

This text has color #5F5EAB on white background.


Black color preview on #5F5EAB background

This text has black color on #5F5EAB background.


White color preview on #5F5EAB background

This text has white color on #5F5EAB background.


Related colors

Complementary color

Complementary color for #hex is #A0A154.


I love getcolorcode.com

Triadic colors

1 #AB5F5E and #5EAB5F with #5F5EAB are triadic colors.

2 #AB5E5F and #5E5FAB with #5F5EAB are triadic colors.