COLOR #5F52A0

HEX: #5F52A0 RGB: (95,82,160)

Color info

#5F52A0 contains mainly blue color. Web safe color of #5F52A0 is #666699 (or #669).

RGB color model

#5F52A0 color RGB value is (95,82,160).

RGB: (95,82,160) (37%, 32%, 63%)

RGB channels and saturation

R 95 of 255 = 37%
G 82 of 255 = 32%
B 160 of 255 = 63%

95
82
160

R + G + B ~ 44%. #5F52A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 95 + 82 + 160 = 337 (100%)
R 95 of 337 ~ 28.19%
G 82 of 337 ~ 24.33%
B 160 of 337 ~ 47.48'%

%28.19
%24.33
%47.48

CMYK color model

#5F52A0 color CMYK value is (41,49,0,37).

  • cyan value is 40.63%
  • magenta value is 48.75%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (41,49,0,37)
C41M49Y0K37 (41%, 49%, 0%, 37%)
(0.41 / 0.49 / 0.00 / 0.37)

CMYK percentages

%40.63
%48.75
%0
%37.25

Codes

Color #5F52A0 in popluar color models

5F 52 A0
RGB 95 82 160
HSL 250° 32.23% 47.45%
HSB/HSV 250° 48.75% 62.75%
CMYK 40.63% 48.75% 0.00%
37.25%

Color #5F52A0 in popluar number systems.

HEX 5F 52 A0
Decimal 95 82 160
Binary 1011111 1010010 10100000
Octal 137 122 240

Shades and tints

Shades of #5F52A0

#5F52A0
(95,82,160)
#574B92
(87,75,146)
#4F4484
(79,68,132)
#473D76
(71,61,118)
#3F3668
(63,54,104)
#372F5A
(55,47,90)
#2F284C
(47,40,76)
#27213E
(39,33,62)
#1F1A30
(31,26,48)
#171322
(23,19,34)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #5F52A0

#5F52A0
(95,82,160)
#6D61A8
(109,97,168)
#7B70B0
(123,112,176)
#897FB8
(137,127,184)
#978EC0
(151,142,192)
#A59DC8
(165,157,200)
#B3ACD0
(179,172,208)
#C1BBD8
(193,187,216)
#CFCAE0
(207,202,224)
#DDD9E8
(221,217,232)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F52A0; }

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

This text font color is #5F52A0.

Background Color

.myBgColor { background-color: #5F52A0; }

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

This div background color is #5F52A0.

Border color

.myBorderColor { border: 1px solid #5F52A0; }

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

This div border color is #5F52A0.

Opacity

.myOpacity80 { color: #5F52A0; opacity: 0.8; }

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

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

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

This text has shadow with #5F52A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F52A0.

Preview

Color preview on black background

This text has color #5F52A0 on black background.


Color preview on white background

This text has color #5F52A0 on white background.


Black color preview on #5F52A0 background

This text has black color on #5F52A0 background.


White color preview on #5F52A0 background

This text has white color on #5F52A0 background.


Related colors

Complementary color

Complementary color for #hex is #A0AD5F.


I love getcolorcode.com

Triadic colors

1 #A05F52 and #52A05F with #5F52A0 are triadic colors.

2 #A0525F and #525FA0 with #5F52A0 are triadic colors.