COLOR #5F52A7

HEX: #5F52A7 RGB: (95,82,167)

Color info

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

RGB color model

#5F52A7 color RGB value is (95,82,167).

RGB: (95,82,167) (37%, 32%, 65%)

RGB channels and saturation

R 95 of 255 = 37%
G 82 of 255 = 32%
B 167 of 255 = 65%

95
82
167

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

Portions of RGB colors in percentages

R + G + B = 95 + 82 + 167 = 344 (100%)
R 95 of 344 ~ 27.62%
G 82 of 344 ~ 23.84%
B 167 of 344 ~ 48.55'%

%27.62
%23.84
%48.55

CMYK color model

#5F52A7 color CMYK value is (43,51,0,35).

  • cyan value is 43.11%
  • magenta value is 50.90%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (43,51,0,35)
C43M51Y0K35 (43%, 51%, 0%, 35%)
(0.43 / 0.51 / 0.00 / 0.35)

CMYK percentages

%43.11
%50.9
%0
%34.51

Codes

Color #5F52A7 in popluar color models

5F 52 A7
RGB 95 82 167
HSL 249° 34.14% 48.82%
HSB/HSV 249° 50.90% 65.49%
CMYK 43.11% 50.90% 0.00%
34.51%

Color #5F52A7 in popluar number systems.

HEX 5F 52 A7
Decimal 95 82 167
Binary 1011111 1010010 10100111
Octal 137 122 247

Shades and tints

Shades of #5F52A7

#5F52A7
(95,82,167)
#574B98
(87,75,152)
#4F4489
(79,68,137)
#473D7A
(71,61,122)
#3F366B
(63,54,107)
#372F5C
(55,47,92)
#2F284D
(47,40,77)
#27213E
(39,33,62)
#1F1A2F
(31,26,47)
#171320
(23,19,32)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #5F52A7

#5F52A7
(95,82,167)
#6D61AF
(109,97,175)
#7B70B7
(123,112,183)
#897FBF
(137,127,191)
#978EC7
(151,142,199)
#A59DCF
(165,157,207)
#B3ACD7
(179,172,215)
#C1BBDF
(193,187,223)
#CFCAE7
(207,202,231)
#DDD9EF
(221,217,239)
#EBE8F7
(235,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F52A7; }

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

This text font color is #5F52A7.

Background Color

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

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

This div background color is #5F52A7.

Border color

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

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

This div border color is #5F52A7.

Opacity

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

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

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

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

This text has shadow with #5F52A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F52A7.

Preview

Color preview on black background

This text has color #5F52A7 on black background.


Color preview on white background

This text has color #5F52A7 on white background.


Black color preview on #5F52A7 background

This text has black color on #5F52A7 background.


White color preview on #5F52A7 background

This text has white color on #5F52A7 background.


Related colors

Complementary color

Complementary color for #hex is #A0AD58.


I love getcolorcode.com

Triadic colors

1 #A75F52 and #52A75F with #5F52A7 are triadic colors.

2 #A7525F and #525FA7 with #5F52A7 are triadic colors.