COLOR #5F6DA4

HEX: #5F6DA4
RGB: (95,109,164)

Color info

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

RGB color model

#5F6DA4 color RGB value is (95,109,164).

  • red value is 95;
  • green value is 109;
  • blue value is 164.
RGB:
(95,109,164)
(37%,43%,64%)

RGB channels and saturation

R 95 of 255 = 37%
G 109 of 255 = 43%
B 164 of 255 = 64%

95
109
164

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

Portions of RGB colors in percentages

R + G + B =
95 + 109 + 164 = 368 (100%)
R 95 of 368 ~ 25.82%
G 109 of 368 ~ 29.62%
B 164 of 368 ~ 44.57%

%25.82
%29.62
%44.57

CMYK color model

#5F6DA4 color CMYK value is (42,34,0,36).

  • cyan value is 42.07%
  • magenta value is 33.54%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(42,34,0,36)
C42M34Y0K36 
(42%,34%,0%,36%)
(0.42/0.34/0.00/0.36)	

CMYK percentages

%42.07
%33.54
%0
%35.69

Codes

Color #5F6DA4 in popluar color models

5F6DA4
RGB95109164
HSL228°27.49%50.78%
HSB/HSV228°42.07%64.31%
CMYK42.07%33.54%0.00%
35.69%

Color #5F6DA4 in popluar number systems.

HEX5F6DA4
Decimal95109164
Binary1011111110110110100100
Octal137155244

Shades and tints

Shades of #5F6DA4

#5F6DA4
(95,109,164)
#576496
(87,100,150)
#4F5B88
(79,91,136)
#47527A
(71,82,122)
#3F496C
(63,73,108)
#37405E
(55,64,94)
#2F3750
(47,55,80)
#272E42
(39,46,66)
#1F2534
(31,37,52)
#171C26
(23,28,38)
#0F1318
(15,19,24)
#000000
(0,0,0)

Tints of #5F6DA4

#5F6DA4
(95,109,164)
#6D7AAC
(109,122,172)
#7B87B4
(123,135,180)
#8994BC
(137,148,188)
#97A1C4
(151,161,196)
#A5AECC
(165,174,204)
#B3BBD4
(179,187,212)
#C1C8DC
(193,200,220)
#CFD5E4
(207,213,228)
#DDE2EC
(221,226,236)
#EBEFF4
(235,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6DA4; }

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

This text font color is #5F6DA4.


Background Color

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

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

This div background color is #5F6DA4.


Border color

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

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

This div border color is #5F6DA4.


Opacity

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

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

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

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

This text has shadow with #5F6DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6DA4 on black background.


Color preview on white background

This text has color #5F6DA4 on white background.



Black color preview on #5F6DA4 background

This text has black color on #5F6DA4 background.


White color preview on #5F6DA4 background

This text has white color on #5F6DA4 background.