COLOR #5933A7

HEX: #5933A7 RGB: (89,51,167)

Color info

#5933A7 contains mainly blue color. Web safe color of #5933A7 is #663399 (or #639).

RGB color model

#5933A7 color RGB value is (89,51,167).

RGB: (89,51,167) (35%, 20%, 65%)

RGB channels and saturation

R 89 of 255 = 35%
G 51 of 255 = 20%
B 167 of 255 = 65%

89
51
167

R + G + B ~ 40%. #5933A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 51 + 167 = 307 (100%)
R 89 of 307 ~ 28.99%
G 51 of 307 ~ 16.61%
B 167 of 307 ~ 54.4'%

%28.99
%16.61
%54.4

CMYK color model

#5933A7 color CMYK value is (47,69,0,35).

  • cyan value is 46.71%
  • magenta value is 69.46%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK: (47,69,0,35) C47M69Y0K35 (47%,69%,0%,35%) (0.47/0.69/0.00/0.35) 

CMYK percentages

%46.71
%69.46
%0
%34.51

Codes

Color #5933A7 in popluar color models

59 33 A7
RGB 89 51 167
HSL 260° 53.21% 42.75%
HSB/HSV 260° 69.46% 65.49%
CMYK 46.71% 69.46% 0.00%
34.51%

Color #5933A7 in popluar number systems.

HEX 59 33 A7
Decimal 89 51 167
Binary 1011001 110011 10100111
Octal 131 63 247

Shades and tints

Shades of #5933A7

#5933A7
(89,51,167)
#512F98
(81,47,152)
#492B89
(73,43,137)
#41277A
(65,39,122)
#39236B
(57,35,107)
#311F5C
(49,31,92)
#291B4D
(41,27,77)
#21173E
(33,23,62)
#19132F
(25,19,47)
#110F20
(17,15,32)
#090B11
(9,11,17)
#000000
(0,0,0)

Tints of #5933A7

#5933A7
(89,51,167)
#6845AF
(104,69,175)
#7757B7
(119,87,183)
#8669BF
(134,105,191)
#957BC7
(149,123,199)
#A48DCF
(164,141,207)
#B39FD7
(179,159,215)
#C2B1DF
(194,177,223)
#D1C3E7
(209,195,231)
#E0D5EF
(224,213,239)
#EFE7F7
(239,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5933A7 color. Also use rgb(89,51,167) instead hex code.

Text Font Color

.myTextColor { color: #5933A7; }

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

This text font color is #5933A7.

Background Color

.myBgColor { background-color: #5933A7; }

<div style="background-color:#5933A7">Inner text</div>

This div background color is #5933A7.

Border color

.myBorderColor { border: 1px solid #5933A7; }

<div style="border:3px solid #5933A7">Div</div>

This div border color is #5933A7.

Opacity

.myOpacity80 { color: #5933A7; opacity: 0.8; }

<p style="color:#5933A7;opacity:0.8;">80%</p>

Text with #5933A7 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 #5933A7;}

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

This text has shadow with #5933A7 color.


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

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

This text has shadow with #5933A7 primary color and red secondary color.


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

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

This text has shadow with #5933A7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5933A7.

Preview

Color preview on black background

This text has color #5933A7 on black background.


Color preview on white background

This text has color #5933A7 on white background.


Black color preview on #5933A7 background

This text has black color on #5933A7 background.


White color preview on #5933A7 background

This text has white color on #5933A7 background.


Related colors

Complementary color

Complementary color for #hex is #A6CC58.


I love getcolorcode.com

Triadic colors

1 #A75933 and #33A759 with #5933A7 are triadic colors.

2 #A73359 and #3359A7 with #5933A7 are triadic colors.