COLOR #531857

HEX: #531857
RGB: (83,24,87)

Color info

#531857 contains mainly red and blue colors. Web safe color of #531857 is #660066 (or #606).

RGB color model

#531857 color RGB value is (83,24,87).

  • red value is 83;
  • green value is 24;
  • blue value is 87.
RGB:
(83,24,87)
(33%,9%,34%)

RGB channels and saturation

R 83 of 255 = 33%
G 24 of 255 = 9%
B 87 of 255 = 34%

83
24
87

R + G + B ~ 25%. #531857 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 24 + 87 = 194 (100%)
R 83 of 194 ~ 42.78%
G 24 of 194 ~ 12.37%
B 87 of 194 ~ 44.85%

%42.78
%12.37
%44.85

CMYK color model

#531857 color CMYK value is (5,72,0,66).

  • cyan value is 4.60%
  • magenta value is 72.41%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(5,72,0,66)
C5M72Y0K66 
(5%,72%,0%,66%)
(0.05/0.72/0.00/0.66)	

CMYK percentages

%4.6
%72.41
%0
%65.88

Codes

Color #531857 in popluar color models

531857
RGB832487
HSL296°56.76%21.76%
HSB/HSV296°72.41%34.12%
CMYK4.60%72.41%0.00%
65.88%

Color #531857 in popluar number systems.

HEX531857
Decimal832487
Binary1010011110001010111
Octal12330127

Shades and tints

Shades of #531857

#531857
(83,24,87)
#4C1650
(76,22,80)
#451449
(69,20,73)
#3E1242
(62,18,66)
#37103B
(55,16,59)
#300E34
(48,14,52)
#290C2D
(41,12,45)
#220A26
(34,10,38)
#1B081F
(27,8,31)
#140618
(20,6,24)
#0D0411
(13,4,17)
#000000
(0,0,0)

Tints of #531857

#531857
(83,24,87)
#622D66
(98,45,102)
#714275
(113,66,117)
#805784
(128,87,132)
#8F6C93
(143,108,147)
#9E81A2
(158,129,162)
#AD96B1
(173,150,177)
#BCABC0
(188,171,192)
#CBC0CF
(203,192,207)
#DAD5DE
(218,213,222)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #531857 color. Also use rgb(83,24,87) instead hex code.

Text Font Color

.myTextColor { color: #531857; }

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

This text font color is #531857.


Background Color

.myBgColor { background-color: #531857; }

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

This div background color is #531857.


Border color

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

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

This div border color is #531857.


Opacity

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

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

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

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

This text has shadow with #531857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531857 on black background.


Color preview on white background

This text has color #531857 on white background.



Black color preview on #531857 background

This text has black color on #531857 background.


White color preview on #531857 background

This text has white color on #531857 background.