COLOR #530856

HEX: #530856
RGB: (83,8,86)

Color info

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

RGB color model

#530856 color RGB value is (83,8,86).

  • red value is 83;
  • green value is 8;
  • blue value is 86.
RGB:
(83,8,86)
(33%,3%,34%)

RGB channels and saturation

R 83 of 255 = 33%
G 8 of 255 = 3%
B 86 of 255 = 34%

83
8
86

R + G + B ~ 23%. #530856 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 8 + 86 = 177 (100%)
R 83 of 177 ~ 46.89%
G 8 of 177 ~ 4.52%
B 86 of 177 ~ 48.59%

%46.89
%48.59

CMYK color model

#530856 color CMYK value is (3,91,0,66).

  • cyan value is 3.49%
  • magenta value is 90.70%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(3,91,0,66)
C3M91Y0K66 
(3%,91%,0%,66%)
(0.03/0.91/0.00/0.66)	

CMYK percentages

%3.49
%90.7
%0
%66.27

Codes

Color #530856 in popluar color models

530856
RGB83886
HSL298°82.98%18.43%
HSB/HSV298°90.70%33.73%
CMYK3.49%90.70%0.00%
66.27%

Color #530856 in popluar number systems.

HEX530856
Decimal83886
Binary101001110001010110
Octal12310126

Shades and tints

Shades of #530856

#530856
(83,8,86)
#4C084F
(76,8,79)
#450848
(69,8,72)
#3E0841
(62,8,65)
#37083A
(55,8,58)
#300833
(48,8,51)
#29082C
(41,8,44)
#220825
(34,8,37)
#1B081E
(27,8,30)
#140817
(20,8,23)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #530856

#530856
(83,8,86)
#621E65
(98,30,101)
#713474
(113,52,116)
#804A83
(128,74,131)
#8F6092
(143,96,146)
#9E76A1
(158,118,161)
#AD8CB0
(173,140,176)
#BCA2BF
(188,162,191)
#CBB8CE
(203,184,206)
#DACEDD
(218,206,221)
#E9E4EC
(233,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530856 color. Also use rgb(83,8,86) instead hex code.

Text Font Color

.myTextColor { color: #530856; }

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

This text font color is #530856.


Background Color

.myBgColor { background-color: #530856; }

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

This div background color is #530856.


Border color

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

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

This div border color is #530856.


Opacity

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

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

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

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

This text has shadow with #530856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530856 on black background.


Color preview on white background

This text has color #530856 on white background.



Black color preview on #530856 background

This text has black color on #530856 background.


White color preview on #530856 background

This text has white color on #530856 background.