COLOR #5F72A5

HEX: #5F72A5 RGB: (95,114,165)

Color info

#5F72A5 contains mainly green and blue colors. Web safe color of #5F72A5 is #666699 (or #669).

RGB color model

#5F72A5 color RGB value is (95,114,165).

RGB: (95,114,165) (37%, 45%, 65%)

RGB channels and saturation

R 95 of 255 = 37%
G 114 of 255 = 45%
B 165 of 255 = 65%

95
114
165

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

Portions of RGB colors in percentages

R + G + B = 95 + 114 + 165 = 374 (100%)
R 95 of 374 ~ 25.4%
G 114 of 374 ~ 30.48%
B 165 of 374 ~ 44.12'%

%25.4
%30.48
%44.12

CMYK color model

#5F72A5 color CMYK value is (42,31,0,35).

  • cyan value is 42.42%
  • magenta value is 30.91%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (42,31,0,35)
C42M31Y0K35 (42%, 31%, 0%, 35%)
(0.42 / 0.31 / 0.00 / 0.35)

CMYK percentages

%42.42
%30.91
%0
%35.29

Codes

Color #5F72A5 in popluar color models

5F 72 A5
RGB 95 114 165
HSL 224° 28.00% 50.98%
HSB/HSV 224° 42.42% 64.71%
CMYK 42.42% 30.91% 0.00%
35.29%

Color #5F72A5 in popluar number systems.

HEX 5F 72 A5
Decimal 95 114 165
Binary 1011111 1110010 10100101
Octal 137 162 245

Shades and tints

Shades of #5F72A5

#5F72A5
(95,114,165)
#576896
(87,104,150)
#4F5E87
(79,94,135)
#475478
(71,84,120)
#3F4A69
(63,74,105)
#37405A
(55,64,90)
#2F364B
(47,54,75)
#272C3C
(39,44,60)
#1F222D
(31,34,45)
#17181E
(23,24,30)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #5F72A5

#5F72A5
(95,114,165)
#6D7EAD
(109,126,173)
#7B8AB5
(123,138,181)
#8996BD
(137,150,189)
#97A2C5
(151,162,197)
#A5AECD
(165,174,205)
#B3BAD5
(179,186,213)
#C1C6DD
(193,198,221)
#CFD2E5
(207,210,229)
#DDDEED
(221,222,237)
#EBEAF5
(235,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F72A5 color. Also use rgb(95,114,165) instead hex code.

Text Font Color

.myTextColor { color: #5F72A5; }

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

This text font color is #5F72A5.

Background Color

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

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

This div background color is #5F72A5.

Border color

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

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

This div border color is #5F72A5.

Opacity

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

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

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

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

This text has shadow with #5F72A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F72A5.

Preview

Color preview on black background

This text has color #5F72A5 on black background.


Color preview on white background

This text has color #5F72A5 on white background.


Black color preview on #5F72A5 background

This text has black color on #5F72A5 background.


White color preview on #5F72A5 background

This text has white color on #5F72A5 background.


Related colors

Complementary color

Complementary color for #hex is #A08D5A.


I love getcolorcode.com

Triadic colors

1 #A55F72 and #72A55F with #5F72A5 are triadic colors.

2 #A5725F and #725FA5 with #5F72A5 are triadic colors.