COLOR #59238C

HEX: #59238C
RGB: (89,35,140)

Color info

#59238C contains mainly red and blue colors. Web safe color of #59238C is #663399 (or #639).

RGB color model

#59238C color RGB value is (89,35,140).

  • red value is 89;
  • green value is 35;
  • blue value is 140.
RGB:
(89,35,140)
(35%,14%,55%)

RGB channels and saturation

R 89 of 255 = 35%
G 35 of 255 = 14%
B 140 of 255 = 55%

89
35
140

R + G + B ~ 35%. #59238C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 35 + 140 = 264 (100%)
R 89 of 264 ~ 33.71%
G 35 of 264 ~ 13.26%
B 140 of 264 ~ 53.03%

%33.71
%13.26
%53.03

CMYK color model

#59238C color CMYK value is (36,75,0,45).

  • cyan value is 36.43%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(36,75,0,45)
C36M75Y0K45 
(36%,75%,0%,45%)
(0.36/0.75/0.00/0.45)	

CMYK percentages

%36.43
%75
%0
%45.1

Codes

Color #59238C in popluar color models

59238C
RGB8935140
HSL271°60.00%34.31%
HSB/HSV271°75.00%54.90%
CMYK36.43%75.00%0.00%
45.10%

Color #59238C in popluar number systems.

HEX59238C
Decimal8935140
Binary101100110001110001100
Octal13143214

Shades and tints

Shades of #59238C

#59238C
(89,35,140)
#512080
(81,32,128)
#491D74
(73,29,116)
#411A68
(65,26,104)
#39175C
(57,23,92)
#311450
(49,20,80)
#291144
(41,17,68)
#210E38
(33,14,56)
#190B2C
(25,11,44)
#110820
(17,8,32)
#090514
(9,5,20)
#000000
(0,0,0)

Tints of #59238C

#59238C
(89,35,140)
#683796
(104,55,150)
#774BA0
(119,75,160)
#865FAA
(134,95,170)
#9573B4
(149,115,180)
#A487BE
(164,135,190)
#B39BC8
(179,155,200)
#C2AFD2
(194,175,210)
#D1C3DC
(209,195,220)
#E0D7E6
(224,215,230)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59238C color. Also use rgb(89,35,140) instead hex code.

Text Font Color

.myTextColor { color: #59238C; }

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

This text font color is #59238C.


Background Color

.myBgColor { background-color: #59238C; }

<div style="background-color:#59238C">Inner text</div>

This div background color is #59238C.


Border color

.myBorderColor { border: 1px solid #59238C; }

<div style="border:3px solid #59238C">Div</div>

This div border color is #59238C.


Opacity

.myOpacity80 { color: #59238C; opacity: 0.8; }

<p style="color:#59238C;opacity:0.8;">80%</p>

Text with #59238C 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 #59238C;}

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

This text has shadow with #59238C color.

.textShadow {text-shadow: 3px 3px 1px #59238C, 3px 3px 1px red;}

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

This text has shadow with #59238C primary color and red secondary color.


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

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

This text has shadow with #59238C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59238C on black background.


Color preview on white background

This text has color #59238C on white background.



Black color preview on #59238C background

This text has black color on #59238C background.


White color preview on #59238C background

This text has white color on #59238C background.