COLOR #5F69A5

HEX: #5F69A5
RGB: (95,105,165)

Color info

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

RGB color model

#5F69A5 color RGB value is (95,105,165).

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

RGB channels and saturation

R 95 of 255 = 37%
G 105 of 255 = 41%
B 165 of 255 = 65%

95
105
165

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

Portions of RGB colors in percentages

R + G + B =
95 + 105 + 165 = 365 (100%)
R 95 of 365 ~ 26.03%
G 105 of 365 ~ 28.77%
B 165 of 365 ~ 45.21%

%26.03
%28.77
%45.21

CMYK color model

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

  • cyan value is 42.42%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(42,36,0,35)
C42M36Y0K35 
(42%,36%,0%,35%)
(0.42/0.36/0.00/0.35)	

CMYK percentages

%42.42
%36.36
%0
%35.29

Codes

Color #5F69A5 in popluar color models

5F69A5
RGB95105165
HSL231°28.00%50.98%
HSB/HSV231°42.42%64.71%
CMYK42.42%36.36%0.00%
35.29%

Color #5F69A5 in popluar number systems.

HEX5F69A5
Decimal95105165
Binary1011111110100110100101
Octal137151245

Shades and tints

Shades of #5F69A5

#5F69A5
(95,105,165)
#576096
(87,96,150)
#4F5787
(79,87,135)
#474E78
(71,78,120)
#3F4569
(63,69,105)
#373C5A
(55,60,90)
#2F334B
(47,51,75)
#272A3C
(39,42,60)
#1F212D
(31,33,45)
#17181E
(23,24,30)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #5F69A5

#5F69A5
(95,105,165)
#6D76AD
(109,118,173)
#7B83B5
(123,131,181)
#8990BD
(137,144,189)
#979DC5
(151,157,197)
#A5AACD
(165,170,205)
#B3B7D5
(179,183,213)
#C1C4DD
(193,196,221)
#CFD1E5
(207,209,229)
#DDDEED
(221,222,237)
#EBEBF5
(235,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F69A5; }

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

This text font color is #5F69A5.


Background Color

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

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

This div background color is #5F69A5.


Border color

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

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

This div border color is #5F69A5.


Opacity

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

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

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

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

This text has shadow with #5F69A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F69A5 on black background.


Color preview on white background

This text has color #5F69A5 on white background.



Black color preview on #5F69A5 background

This text has black color on #5F69A5 background.


White color preview on #5F69A5 background

This text has white color on #5F69A5 background.