COLOR #5F6DAD

HEX: #5F6DAD RGB: (95,109,173)

Color info

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

RGB color model

#5F6DAD color RGB value is (95,109,173).

RGB: (95,109,173) (37%, 43%, 68%)

RGB channels and saturation

R 95 of 255 = 37%
G 109 of 255 = 43%
B 173 of 255 = 68%

95
109
173

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

Portions of RGB colors in percentages

R + G + B = 95 + 109 + 173 = 377 (100%)
R 95 of 377 ~ 25.2%
G 109 of 377 ~ 28.91%
B 173 of 377 ~ 45.89'%

%25.2
%28.91
%45.89

CMYK color model

#5F6DAD color CMYK value is (45,37,0,32).

  • cyan value is 45.09%
  • magenta value is 36.99%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (45,37,0,32)
C45M37Y0K32 (45%, 37%, 0%, 32%)
(0.45 / 0.37 / 0.00 / 0.32)

CMYK percentages

%45.09
%36.99
%0
%32.16

Codes

Color #5F6DAD in popluar color models

5F 6D AD
RGB 95 109 173
HSL 229° 32.23% 52.55%
HSB/HSV 229° 45.09% 67.84%
CMYK 45.09% 36.99% 0.00%
32.16%

Color #5F6DAD in popluar number systems.

HEX 5F 6D AD
Decimal 95 109 173
Binary 1011111 1101101 10101101
Octal 137 155 255

Shades and tints

Shades of #5F6DAD

#5F6DAD
(95,109,173)
#57649E
(87,100,158)
#4F5B8F
(79,91,143)
#475280
(71,82,128)
#3F4971
(63,73,113)
#374062
(55,64,98)
#2F3753
(47,55,83)
#272E44
(39,46,68)
#1F2535
(31,37,53)
#171C26
(23,28,38)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #5F6DAD

#5F6DAD
(95,109,173)
#6D7AB4
(109,122,180)
#7B87BB
(123,135,187)
#8994C2
(137,148,194)
#97A1C9
(151,161,201)
#A5AED0
(165,174,208)
#B3BBD7
(179,187,215)
#C1C8DE
(193,200,222)
#CFD5E5
(207,213,229)
#DDE2EC
(221,226,236)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6DAD color. Also use rgb(95,109,173) instead hex code.

Text Font Color

.myTextColor { color: #5F6DAD; }

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

This text font color is #5F6DAD.

Background Color

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

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

This div background color is #5F6DAD.

Border color

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

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

This div border color is #5F6DAD.

Opacity

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

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

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

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

This text has shadow with #5F6DAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6DAD.

Preview

Color preview on black background

This text has color #5F6DAD on black background.


Color preview on white background

This text has color #5F6DAD on white background.


Black color preview on #5F6DAD background

This text has black color on #5F6DAD background.


White color preview on #5F6DAD background

This text has white color on #5F6DAD background.


Related colors

Complementary color

Complementary color for #hex is #A09252.


I love getcolorcode.com

Triadic colors

1 #AD5F6D and #6DAD5F with #5F6DAD are triadic colors.

2 #AD6D5F and #6D5FAD with #5F6DAD are triadic colors.