COLOR #5F60A5

HEX: #5F60A5
RGB: (95,96,165)

Color info

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

RGB color model

#5F60A5 color RGB value is (95,96,165).

  • red value is 95;
  • green value is 96;
  • blue value is 165.
RGB:
(95,96,165)
(37%,38%,65%)

RGB channels and saturation

R 95 of 255 = 37%
G 96 of 255 = 38%
B 165 of 255 = 65%

95
96
165

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

Portions of RGB colors in percentages

R + G + B =
95 + 96 + 165 = 356 (100%)
R 95 of 356 ~ 26.69%
G 96 of 356 ~ 26.97%
B 165 of 356 ~ 46.35%

%26.69
%26.97
%46.35

CMYK color model

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

  • cyan value is 42.42%
  • magenta value is 41.82%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(42,42,0,35)
C42M42Y0K35 
(42%,42%,0%,35%)
(0.42/0.42/0.00/0.35)	

CMYK percentages

%42.42
%41.82
%0
%35.29

Codes

Color #5F60A5 in popluar color models

5F60A5
RGB9596165
HSL239°28.00%50.98%
HSB/HSV239°42.42%64.71%
CMYK42.42%41.82%0.00%
35.29%

Color #5F60A5 in popluar number systems.

HEX5F60A5
Decimal9596165
Binary1011111110000010100101
Octal137140245

Shades and tints

Shades of #5F60A5

#5F60A5
(95,96,165)
#575896
(87,88,150)
#4F5087
(79,80,135)
#474878
(71,72,120)
#3F4069
(63,64,105)
#37385A
(55,56,90)
#2F304B
(47,48,75)
#27283C
(39,40,60)
#1F202D
(31,32,45)
#17181E
(23,24,30)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #5F60A5

#5F60A5
(95,96,165)
#6D6EAD
(109,110,173)
#7B7CB5
(123,124,181)
#898ABD
(137,138,189)
#9798C5
(151,152,197)
#A5A6CD
(165,166,205)
#B3B4D5
(179,180,213)
#C1C2DD
(193,194,221)
#CFD0E5
(207,208,229)
#DDDEED
(221,222,237)
#EBECF5
(235,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F60A5; }

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

This text font color is #5F60A5.


Background Color

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

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

This div background color is #5F60A5.


Border color

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

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

This div border color is #5F60A5.


Opacity

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

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

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

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

This text has shadow with #5F60A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F60A5 on black background.


Color preview on white background

This text has color #5F60A5 on white background.



Black color preview on #5F60A5 background

This text has black color on #5F60A5 background.


White color preview on #5F60A5 background

This text has white color on #5F60A5 background.