COLOR #522F75

HEX: #522F75 RGB: (82,47,117)

Color info

#522F75 contains mainly red and blue colors. Web safe color of #522F75 is #663366 (or #636).

RGB color model

#522F75 color RGB value is (82,47,117).

RGB: (82,47,117) (32%, 18%, 46%)

RGB channels and saturation

R 82 of 255 = 32%
G 47 of 255 = 18%
B 117 of 255 = 46%

82
47
117

R + G + B ~ 32%. #522F75 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 47 + 117 = 246 (100%)
R 82 of 246 ~ 33.33%
G 47 of 246 ~ 19.11%
B 117 of 246 ~ 47.56'%

%33.33
%19.11
%47.56

CMYK color model

#522F75 color CMYK value is (30,60,0,54).

  • cyan value is 29.91%
  • magenta value is 59.83%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (30,60,0,54)
C30M60Y0K54 (30%, 60%, 0%, 54%)
(0.30 / 0.60 / 0.00 / 0.54)

CMYK percentages

%29.91
%59.83
%0
%54.12

Codes

Color #522F75 in popluar color models

52 2F 75
RGB 82 47 117
HSL 270° 42.68% 32.16%
HSB/HSV 270° 59.83% 45.88%
CMYK 29.91% 59.83% 0.00%
54.12%

Color #522F75 in popluar number systems.

HEX 52 2F 75
Decimal 82 47 117
Binary 1010010 101111 1110101
Octal 122 57 165

Shades and tints

Shades of #522F75

#522F75
(82,47,117)
#4B2B6B
(75,43,107)
#442761
(68,39,97)
#3D2357
(61,35,87)
#361F4D
(54,31,77)
#2F1B43
(47,27,67)
#281739
(40,23,57)
#21132F
(33,19,47)
#1A0F25
(26,15,37)
#130B1B
(19,11,27)
#0C0711
(12,7,17)
#000000
(0,0,0)

Tints of #522F75

#522F75
(82,47,117)
#614181
(97,65,129)
#70538D
(112,83,141)
#7F6599
(127,101,153)
#8E77A5
(142,119,165)
#9D89B1
(157,137,177)
#AC9BBD
(172,155,189)
#BBADC9
(187,173,201)
#CABFD5
(202,191,213)
#D9D1E1
(217,209,225)
#E8E3ED
(232,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522F75 color. Also use rgb(82,47,117) instead hex code.

Text Font Color

.myTextColor { color: #522F75; }

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

This text font color is #522F75.

Background Color

.myBgColor { background-color: #522F75; }

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

This div background color is #522F75.

Border color

.myBorderColor { border: 1px solid #522F75; }

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

This div border color is #522F75.

Opacity

.myOpacity80 { color: #522F75; opacity: 0.8; }

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

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

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

This text has shadow with #522F75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #522F75.

Preview

Color preview on black background

This text has color #522F75 on black background.


Color preview on white background

This text has color #522F75 on white background.


Black color preview on #522F75 background

This text has black color on #522F75 background.


White color preview on #522F75 background

This text has white color on #522F75 background.


Related colors

Complementary color

Complementary color for #hex is #ADD08A.


I love getcolorcode.com

Triadic colors

1 #75522F and #2F7552 with #522F75 are triadic colors.

2 #752F52 and #2F5275 with #522F75 are triadic colors.