COLOR #5F52AB

HEX: #5F52AB
RGB: (95,82,171)

Color info

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

RGB color model

#5F52AB color RGB value is (95,82,171).

  • red value is 95;
  • green value is 82;
  • blue value is 171.
RGB:
(95,82,171)
(37%,32%,67%)

RGB channels and saturation

R 95 of 255 = 37%
G 82 of 255 = 32%
B 171 of 255 = 67%

95
82
171

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

Portions of RGB colors in percentages

R + G + B =
95 + 82 + 171 = 348 (100%)
R 95 of 348 ~ 27.3%
G 82 of 348 ~ 23.56%
B 171 of 348 ~ 49.14%

%27.3
%23.56
%49.14

CMYK color model

#5F52AB color CMYK value is (44,52,0,33).

  • cyan value is 44.44%
  • magenta value is 52.05%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(44,52,0,33)
C44M52Y0K33 
(44%,52%,0%,33%)
(0.44/0.52/0.00/0.33)	

CMYK percentages

%44.44
%52.05
%0
%32.94

Codes

Color #5F52AB in popluar color models

5F52AB
RGB9582171
HSL249°35.18%49.61%
HSB/HSV249°52.05%67.06%
CMYK44.44%52.05%0.00%
32.94%

Color #5F52AB in popluar number systems.

HEX5F52AB
Decimal9582171
Binary1011111101001010101011
Octal137122253

Shades and tints

Shades of #5F52AB

#5F52AB
(95,82,171)
#574B9C
(87,75,156)
#4F448D
(79,68,141)
#473D7E
(71,61,126)
#3F366F
(63,54,111)
#372F60
(55,47,96)
#2F2851
(47,40,81)
#272142
(39,33,66)
#1F1A33
(31,26,51)
#171324
(23,19,36)
#0F0C15
(15,12,21)
#000000
(0,0,0)

Tints of #5F52AB

#5F52AB
(95,82,171)
#6D61B2
(109,97,178)
#7B70B9
(123,112,185)
#897FC0
(137,127,192)
#978EC7
(151,142,199)
#A59DCE
(165,157,206)
#B3ACD5
(179,172,213)
#C1BBDC
(193,187,220)
#CFCAE3
(207,202,227)
#DDD9EA
(221,217,234)
#EBE8F1
(235,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F52AB; }

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

This text font color is #5F52AB.


Background Color

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

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

This div background color is #5F52AB.


Border color

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

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

This div border color is #5F52AB.


Opacity

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

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

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

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

This text has shadow with #5F52AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F52AB on black background.


Color preview on white background

This text has color #5F52AB on white background.



Black color preview on #5F52AB background

This text has black color on #5F52AB background.


White color preview on #5F52AB background

This text has white color on #5F52AB background.