COLOR #530548

HEX: #530548
RGB: (83,5,72)

Color info

#530548 contains mainly red and blue colors. Web safe color of #530548 is #660033 (or #603).

RGB color model

#530548 color RGB value is (83,5,72).

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

RGB channels and saturation

R 83 of 255 = 33%
G 5 of 255 = 2%
B 72 of 255 = 28%

83
5
72

R + G + B ~ 21%. #530548 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 5 + 72 = 160 (100%)
R 83 of 160 ~ 51.88%
G 5 of 160 ~ 3.13%
B 72 of 160 ~ 45%

%51.88
%45

CMYK color model

#530548 color CMYK value is (0,94,13,67).

  • cyan value is 0.00%
  • magenta value is 93.98%
  • yellow value is 13.25%
  • key color value is 67.45%
CMYK: (0,94,13,67) C0M94Y13K67 (0%,94%,13%,67%) (0.00/0.94/0.13/0.67)

CMYK percentages

%0
%93.98
%13.25
%67.45

Codes

Color #530548 in popluar color models

530548
RGB83572
HSL308°88.64%17.25%
HSB/HSV308°93.98%32.55%
CMYK0.00%93.98%13.25%
67.45%

Color #530548 in popluar number systems.

HEX530548
Decimal83572
Binary10100111011001000
Octal1235110

Shades and tints

Shades of #530548

#530548
(83,5,72)
#4C0542
(76,5,66)
#45053C
(69,5,60)
#3E0536
(62,5,54)
#370530
(55,5,48)
#30052A
(48,5,42)
#290524
(41,5,36)
#22051E
(34,5,30)
#1B0518
(27,5,24)
#140512
(20,5,18)
#0D050C
(13,5,12)
#000000
(0,0,0)

Tints of #530548

#530548
(83,5,72)
#621B58
(98,27,88)
#713168
(113,49,104)
#804778
(128,71,120)
#8F5D88
(143,93,136)
#9E7398
(158,115,152)
#AD89A8
(173,137,168)
#BC9FB8
(188,159,184)
#CBB5C8
(203,181,200)
#DACBD8
(218,203,216)
#E9E1E8
(233,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #530548; }

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

This text font color is #530548.


Background Color

.myBgColor { background-color: #530548; }

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

This div background color is #530548.


Border color

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

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

This div border color is #530548.


Opacity

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

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

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

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

This text has shadow with #530548 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #530548 on black background.


Color preview on white background

This text has color #530548 on white background.



Black color preview on #530548 background

This text has black color on #530548 background.


White color preview on #530548 background

This text has white color on #530548 background.