COLOR #530F58

HEX: #530F58
RGB: (83,15,88)

Color info

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

RGB color model

#530F58 color RGB value is (83,15,88).

  • red value is 83;
  • green value is 15;
  • blue value is 88.
RGB:
(83,15,88)
(33%,6%,35%)

RGB channels and saturation

R 83 of 255 = 33%
G 15 of 255 = 6%
B 88 of 255 = 35%

83
15
88

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

Portions of RGB colors in percentages

R + G + B =
83 + 15 + 88 = 186 (100%)
R 83 of 186 ~ 44.62%
G 15 of 186 ~ 8.06%
B 88 of 186 ~ 47.31%

%44.62
%47.31

CMYK color model

#530F58 color CMYK value is (6,83,0,65).

  • cyan value is 5.68%
  • magenta value is 82.95%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(6,83,0,65)
C6M83Y0K65 
(6%,83%,0%,65%)
(0.06/0.83/0.00/0.65)	

CMYK percentages

%5.68
%82.95
%0
%65.49

Codes

Color #530F58 in popluar color models

530F58
RGB831588
HSL296°70.87%20.20%
HSB/HSV296°82.95%34.51%
CMYK5.68%82.95%0.00%
65.49%

Color #530F58 in popluar number systems.

HEX530F58
Decimal831588
Binary101001111111011000
Octal12317130

Shades and tints

Shades of #530F58

#530F58
(83,15,88)
#4C0E50
(76,14,80)
#450D48
(69,13,72)
#3E0C40
(62,12,64)
#370B38
(55,11,56)
#300A30
(48,10,48)
#290928
(41,9,40)
#220820
(34,8,32)
#1B0718
(27,7,24)
#140610
(20,6,16)
#0D0508
(13,5,8)
#000000
(0,0,0)

Tints of #530F58

#530F58
(83,15,88)
#622467
(98,36,103)
#713976
(113,57,118)
#804E85
(128,78,133)
#8F6394
(143,99,148)
#9E78A3
(158,120,163)
#AD8DB2
(173,141,178)
#BCA2C1
(188,162,193)
#CBB7D0
(203,183,208)
#DACCDF
(218,204,223)
#E9E1EE
(233,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530F58 color. Also use rgb(83,15,88) instead hex code.

Text Font Color

.myTextColor { color: #530F58; }

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

This text font color is #530F58.


Background Color

.myBgColor { background-color: #530F58; }

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

This div background color is #530F58.


Border color

.myBorderColor { border: 1px solid #530F58; }

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

This div border color is #530F58.


Opacity

.myOpacity80 { color: #530F58; opacity: 0.8; }

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

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

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

This text has shadow with #530F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530F58 on black background.


Color preview on white background

This text has color #530F58 on white background.



Black color preview on #530F58 background

This text has black color on #530F58 background.


White color preview on #530F58 background

This text has white color on #530F58 background.