COLOR #5951E3

HEX: #5951E3 RGB: (89,81,227)

Color info

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

RGB color model

#5951E3 color RGB value is (89,81,227).

RGB: (89,81,227) (35%, 32%, 89%)

RGB channels and saturation

R 89 of 255 = 35%
G 81 of 255 = 32%
B 227 of 255 = 89%

89
81
227

R + G + B ~ 52%. #5951E3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 81 + 227 = 397 (100%)
R 89 of 397 ~ 22.42%
G 81 of 397 ~ 20.4%
B 227 of 397 ~ 57.18'%

%22.42
%20.4
%57.18

CMYK color model

#5951E3 color CMYK value is (61,64,0,11).

  • cyan value is 60.79%
  • magenta value is 64.32%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (61,64,0,11)
C61M64Y0K11 (61%, 64%, 0%, 11%)
(0.61 / 0.64 / 0.00 / 0.11)

CMYK percentages

%60.79
%64.32
%0
%10.98

Codes

Color #5951E3 in popluar color models

59 51 E3
RGB 89 81 227
HSL 243° 72.28% 60.39%
HSB/HSV 243° 64.32% 89.02%
CMYK 60.79% 64.32% 0.00%
10.98%

Color #5951E3 in popluar number systems.

HEX 59 51 E3
Decimal 89 81 227
Binary 1011001 1010001 11100011
Octal 131 121 343

Shades and tints

Shades of #5951E3

#5951E3
(89,81,227)
#514ACF
(81,74,207)
#4943BB
(73,67,187)
#413CA7
(65,60,167)
#393593
(57,53,147)
#312E7F
(49,46,127)
#29276B
(41,39,107)
#212057
(33,32,87)
#191943
(25,25,67)
#11122F
(17,18,47)
#090B1B
(9,11,27)
#000000
(0,0,0)

Tints of #5951E3

#5951E3
(89,81,227)
#6860E5
(104,96,229)
#776FE7
(119,111,231)
#867EE9
(134,126,233)
#958DEB
(149,141,235)
#A49CED
(164,156,237)
#B3ABEF
(179,171,239)
#C2BAF1
(194,186,241)
#D1C9F3
(209,201,243)
#E0D8F5
(224,216,245)
#EFE7F7
(239,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5951E3 color. Also use rgb(89,81,227) instead hex code.

Text Font Color

.myTextColor { color: #5951E3; }

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

This text font color is #5951E3.

Background Color

.myBgColor { background-color: #5951E3; }

<div style="background-color:#5951E3">Inner text</div>

This div background color is #5951E3.

Border color

.myBorderColor { border: 1px solid #5951E3; }

<div style="border:3px solid #5951E3">Div</div>

This div border color is #5951E3.

Opacity

.myOpacity80 { color: #5951E3; opacity: 0.8; }

<p style="color:#5951E3;opacity:0.8;">80%</p>

Text with #5951E3 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 #5951E3;}

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

This text has shadow with #5951E3 color.


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

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

This text has shadow with #5951E3 primary color and red secondary color.


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

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

This text has shadow with #5951E3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5951E3.

Preview

Color preview on black background

This text has color #5951E3 on black background.


Color preview on white background

This text has color #5951E3 on white background.


Black color preview on #5951E3 background

This text has black color on #5951E3 background.


White color preview on #5951E3 background

This text has white color on #5951E3 background.


Related colors

Complementary color

Complementary color for #hex is #A6AE1C.


I love getcolorcode.com

Triadic colors

1 #E35951 and #51E359 with #5951E3 are triadic colors.

2 #E35159 and #5159E3 with #5951E3 are triadic colors.