COLOR #530551

HEX: #530551
RGB: (83,5,81)

Color info

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

RGB color model

#530551 color RGB value is (83,5,81).

  • red value is 83;
  • green value is 5;
  • blue value is 81.
RGB:
(83,5,81)
(33%,2%,32%)

RGB channels and saturation

R 83 of 255 = 33%
G 5 of 255 = 2%
B 81 of 255 = 32%

83
5
81

R + G + B ~ 22%. #530551 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 5 + 81 = 169 (100%)
R 83 of 169 ~ 49.11%
G 5 of 169 ~ 2.96%
B 81 of 169 ~ 47.93%

%49.11
%47.93

CMYK color model

#530551 color CMYK value is (0,94,2,67).

  • cyan value is 0.00%
  • magenta value is 93.98%
  • yellow value is 2.41%
  • key color value is 67.45%
CMYK:
(0,94,2,67)
C0M94Y2K67 
(0%,94%,2%,67%)
(0.00/0.94/0.02/0.67)	

CMYK percentages

%0
%93.98
%2.41
%67.45

Codes

Color #530551 in popluar color models

530551
RGB83581
HSL302°88.64%17.25%
HSB/HSV302°93.98%32.55%
CMYK0.00%93.98%2.41%
67.45%

Color #530551 in popluar number systems.

HEX530551
Decimal83581
Binary10100111011010001
Octal1235121

Shades and tints

Shades of #530551

#530551
(83,5,81)
#4C054A
(76,5,74)
#450543
(69,5,67)
#3E053C
(62,5,60)
#370535
(55,5,53)
#30052E
(48,5,46)
#290527
(41,5,39)
#220520
(34,5,32)
#1B0519
(27,5,25)
#140512
(20,5,18)
#0D050B
(13,5,11)
#000000
(0,0,0)

Tints of #530551

#530551
(83,5,81)
#621B60
(98,27,96)
#71316F
(113,49,111)
#80477E
(128,71,126)
#8F5D8D
(143,93,141)
#9E739C
(158,115,156)
#AD89AB
(173,137,171)
#BC9FBA
(188,159,186)
#CBB5C9
(203,181,201)
#DACBD8
(218,203,216)
#E9E1E7
(233,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530551 color. Also use rgb(83,5,81) instead hex code.

Text Font Color

.myTextColor { color: #530551; }

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

This text font color is #530551.


Background Color

.myBgColor { background-color: #530551; }

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

This div background color is #530551.


Border color

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

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

This div border color is #530551.


Opacity

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

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

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

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

This text has shadow with #530551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530551 on black background.


Color preview on white background

This text has color #530551 on white background.



Black color preview on #530551 background

This text has black color on #530551 background.


White color preview on #530551 background

This text has white color on #530551 background.