COLOR #532459

HEX: #532459
RGB: (83,36,89)

Color info

#532459 contains red, green and blue colors in about the same proportion. Web safe color of #532459 is #663366 (or #636).

RGB color model

#532459 color RGB value is (83,36,89).

  • red value is 83;
  • green value is 36;
  • blue value is 89.
RGB:
(83,36,89)
(33%,14%,35%)

RGB channels and saturation

R 83 of 255 = 33%
G 36 of 255 = 14%
B 89 of 255 = 35%

83
36
89

R + G + B ~ 27%. #532459 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 36 + 89 = 208 (100%)
R 83 of 208 ~ 39.9%
G 36 of 208 ~ 17.31%
B 89 of 208 ~ 42.79%

%39.9
%17.31
%42.79

CMYK color model

#532459 color CMYK value is (7,60,0,65).

  • cyan value is 6.74%
  • magenta value is 59.55%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(7,60,0,65)
C7M60Y0K65 
(7%,60%,0%,65%)
(0.07/0.60/0.00/0.65)	

CMYK percentages

%6.74
%59.55
%0
%65.1

Codes

Color #532459 in popluar color models

532459
RGB833689
HSL293°42.40%24.51%
HSB/HSV293°59.55%34.90%
CMYK6.74%59.55%0.00%
65.10%

Color #532459 in popluar number systems.

HEX532459
Decimal833689
Binary10100111001001011001
Octal12344131

Shades and tints

Shades of #532459

#532459
(83,36,89)
#4C2151
(76,33,81)
#451E49
(69,30,73)
#3E1B41
(62,27,65)
#371839
(55,24,57)
#301531
(48,21,49)
#291229
(41,18,41)
#220F21
(34,15,33)
#1B0C19
(27,12,25)
#140911
(20,9,17)
#0D0609
(13,6,9)
#000000
(0,0,0)

Tints of #532459

#532459
(83,36,89)
#623768
(98,55,104)
#714A77
(113,74,119)
#805D86
(128,93,134)
#8F7095
(143,112,149)
#9E83A4
(158,131,164)
#AD96B3
(173,150,179)
#BCA9C2
(188,169,194)
#CBBCD1
(203,188,209)
#DACFE0
(218,207,224)
#E9E2EF
(233,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #532459 color. Also use rgb(83,36,89) instead hex code.

Text Font Color

.myTextColor { color: #532459; }

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

This text font color is #532459.


Background Color

.myBgColor { background-color: #532459; }

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

This div background color is #532459.


Border color

.myBorderColor { border: 1px solid #532459; }

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

This div border color is #532459.


Opacity

.myOpacity80 { color: #532459; opacity: 0.8; }

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

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

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

This text has shadow with #532459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532459 on black background.


Color preview on white background

This text has color #532459 on white background.



Black color preview on #532459 background

This text has black color on #532459 background.


White color preview on #532459 background

This text has white color on #532459 background.