COLOR #530552

HEX: #530552 RGB: (83,5,82)

Color info

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

RGB color model

#530552 color RGB value is (83,5,82).

RGB: (83,5,82) (33%, 2%, 32%)

RGB channels and saturation

R 83 of 255 = 33%
G 5 of 255 = 2%
B 82 of 255 = 32%

83
5
82

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

Portions of RGB colors in percentages

R + G + B = 83 + 5 + 82 = 170 (100%)
R 83 of 170 ~ 48.82%
G 5 of 170 ~ 2.94%
B 82 of 170 ~ 48.24'%

%48.82
%48.24

CMYK color model

#530552 color CMYK value is (0,94,1,67).

  • cyan value is 0.00%
  • magenta value is 93.98%
  • yellow value is 1.20%
  • key color value is 67.45%

CMYK: (0,94,1,67)
C0M94Y1K67 (0%, 94%, 1%, 67%)
(0.00 / 0.94 / 0.01 / 0.67)

CMYK percentages

%0
%93.98
%1.2
%67.45

Codes

Color #530552 in popluar color models

53 05 52
RGB 83 5 82
HSL 301° 88.64% 17.25%
HSB/HSV 301° 93.98% 32.55%
CMYK 0.00% 93.98% 1.20%
67.45%

Color #530552 in popluar number systems.

HEX 53 05 52
Decimal 83 5 82
Binary 1010011 101 1010010
Octal 123 5 122

Shades and tints

Shades of #530552

#530552
(83,5,82)
#4C054B
(76,5,75)
#450544
(69,5,68)
#3E053D
(62,5,61)
#370536
(55,5,54)
#30052F
(48,5,47)
#290528
(41,5,40)
#220521
(34,5,33)
#1B051A
(27,5,26)
#140513
(20,5,19)
#0D050C
(13,5,12)
#000000
(0,0,0)

Tints of #530552

#530552
(83,5,82)
#621B61
(98,27,97)
#713170
(113,49,112)
#80477F
(128,71,127)
#8F5D8E
(143,93,142)
#9E739D
(158,115,157)
#AD89AC
(173,137,172)
#BC9FBB
(188,159,187)
#CBB5CA
(203,181,202)
#DACBD9
(218,203,217)
#E9E1E8
(233,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #530552; }

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

This text font color is #530552.

Background Color

.myBgColor { background-color: #530552; }

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

This div background color is #530552.

Border color

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

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

This div border color is #530552.

Opacity

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

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

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

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

This text has shadow with #530552 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #530552.

Preview

Color preview on black background

This text has color #530552 on black background.


Color preview on white background

This text has color #530552 on white background.


Black color preview on #530552 background

This text has black color on #530552 background.


White color preview on #530552 background

This text has white color on #530552 background.


Related colors

Complementary color

Complementary color for #530552 is #ACFAAD.


I love getcolorcode.com

Triadic colors

1 #525305 and #055253 with #530552 are triadic colors.

2 #520553 and #055352 with #530552 are triadic colors.