COLOR #530696

HEX: #530696
RGB: (83,6,150)

Color info

#530696 contains mainly blue color. Web safe color of #530696 is #660099 (or #609).

RGB color model

#530696 color RGB value is (83,6,150).

  • red value is 83;
  • green value is 6;
  • blue value is 150.
RGB:
(83,6,150)
(33%,2%,59%)

RGB channels and saturation

R 83 of 255 = 33%
G 6 of 255 = 2%
B 150 of 255 = 59%

83
6
150

R + G + B ~ 31%. #530696 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 6 + 150 = 239 (100%)
R 83 of 239 ~ 34.73%
G 6 of 239 ~ 2.51%
B 150 of 239 ~ 62.76%

%34.73
%62.76

CMYK color model

#530696 color CMYK value is (45,96,0,41).

  • cyan value is 44.67%
  • magenta value is 96.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(45,96,0,41)
C45M96Y0K41 
(45%,96%,0%,41%)
(0.45/0.96/0.00/0.41)	

CMYK percentages

%44.67
%96
%0
%41.18

Codes

Color #530696 in popluar color models

530696
RGB836150
HSL272°92.31%30.59%
HSB/HSV272°96.00%58.82%
CMYK44.67%96.00%0.00%
41.18%

Color #530696 in popluar number systems.

HEX530696
Decimal836150
Binary101001111010010110
Octal1236226

Shades and tints

Shades of #530696

#530696
(83,6,150)
#4C0689
(76,6,137)
#45067C
(69,6,124)
#3E066F
(62,6,111)
#370662
(55,6,98)
#300655
(48,6,85)
#290648
(41,6,72)
#22063B
(34,6,59)
#1B062E
(27,6,46)
#140621
(20,6,33)
#0D0614
(13,6,20)
#000000
(0,0,0)

Tints of #530696

#530696
(83,6,150)
#621C9F
(98,28,159)
#7132A8
(113,50,168)
#8048B1
(128,72,177)
#8F5EBA
(143,94,186)
#9E74C3
(158,116,195)
#AD8ACC
(173,138,204)
#BCA0D5
(188,160,213)
#CBB6DE
(203,182,222)
#DACCE7
(218,204,231)
#E9E2F0
(233,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530696 color. Also use rgb(83,6,150) instead hex code.

Text Font Color

.myTextColor { color: #530696; }

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

This text font color is #530696.


Background Color

.myBgColor { background-color: #530696; }

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

This div background color is #530696.


Border color

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

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

This div border color is #530696.


Opacity

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

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

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

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

This text has shadow with #530696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530696 on black background.


Color preview on white background

This text has color #530696 on white background.



Black color preview on #530696 background

This text has black color on #530696 background.


White color preview on #530696 background

This text has white color on #530696 background.