COLOR #530155

HEX: #530155
RGB: (83,1,85)

Color info

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

RGB color model

#530155 color RGB value is (83,1,85).

  • red value is 83;
  • green value is 1;
  • blue value is 85.
RGB:
(83,1,85)
(33%,0%,33%)

RGB channels and saturation

R 83 of 255 = 33%
G 1 of 255 = 0%
B 85 of 255 = 33%

83
1
85

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

Portions of RGB colors in percentages

R + G + B =
83 + 1 + 85 = 169 (100%)
R 83 of 169 ~ 49.11%
G 1 of 169 ~ 0.59%
B 85 of 169 ~ 50.3%

%49.11
%50.3

CMYK color model

#530155 color CMYK value is (2,99,0,67).

  • cyan value is 2.35%
  • magenta value is 98.82%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(2,99,0,67)
C2M99Y0K67 
(2%,99%,0%,67%)
(0.02/0.99/0.00/0.67)	

CMYK percentages

%2.35
%98.82
%0
%66.67

Codes

Color #530155 in popluar color models

530155
RGB83185
HSL299°97.67%16.86%
HSB/HSV299°98.82%33.33%
CMYK2.35%98.82%0.00%
66.67%

Color #530155 in popluar number systems.

HEX530155
Decimal83185
Binary101001111010101
Octal1231125

Shades and tints

Shades of #530155

#530155
(83,1,85)
#4C014E
(76,1,78)
#450147
(69,1,71)
#3E0140
(62,1,64)
#370139
(55,1,57)
#300132
(48,1,50)
#29012B
(41,1,43)
#220124
(34,1,36)
#1B011D
(27,1,29)
#140116
(20,1,22)
#0D010F
(13,1,15)
#000000
(0,0,0)

Tints of #530155

#530155
(83,1,85)
#621864
(98,24,100)
#712F73
(113,47,115)
#804682
(128,70,130)
#8F5D91
(143,93,145)
#9E74A0
(158,116,160)
#AD8BAF
(173,139,175)
#BCA2BE
(188,162,190)
#CBB9CD
(203,185,205)
#DAD0DC
(218,208,220)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530155 color. Also use rgb(83,1,85) instead hex code.

Text Font Color

.myTextColor { color: #530155; }

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

This text font color is #530155.


Background Color

.myBgColor { background-color: #530155; }

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

This div background color is #530155.


Border color

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

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

This div border color is #530155.


Opacity

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

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

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

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

This text has shadow with #530155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530155 on black background.


Color preview on white background

This text has color #530155 on white background.



Black color preview on #530155 background

This text has black color on #530155 background.


White color preview on #530155 background

This text has white color on #530155 background.