COLOR #5F6CA4

HEX: #5F6CA4 RGB: (95,108,164)

Color info

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

RGB color model

#5F6CA4 color RGB value is (95,108,164).

RGB: (95,108,164) (37%, 42%, 64%)

RGB channels and saturation

R 95 of 255 = 37%
G 108 of 255 = 42%
B 164 of 255 = 64%

95
108
164

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

Portions of RGB colors in percentages

R + G + B = 95 + 108 + 164 = 367 (100%)
R 95 of 367 ~ 25.89%
G 108 of 367 ~ 29.43%
B 164 of 367 ~ 44.69'%

%25.89
%29.43
%44.69

CMYK color model

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

  • cyan value is 42.07%
  • magenta value is 34.15%
  • 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
%34.15
%0
%35.69

Codes

Color #5F6CA4 in popluar color models

5F 6C A4
RGB 95 108 164
HSL 229° 27.49% 50.78%
HSB/HSV 229° 42.07% 64.31%
CMYK 42.07% 34.15% 0.00%
35.69%

Color #5F6CA4 in popluar number systems.

HEX 5F 6C A4
Decimal 95 108 164
Binary 1011111 1101100 10100100
Octal 137 154 244

Shades and tints

Shades of #5F6CA4

#5F6CA4
(95,108,164)
#576396
(87,99,150)
#4F5A88
(79,90,136)
#47517A
(71,81,122)
#3F486C
(63,72,108)
#373F5E
(55,63,94)
#2F3650
(47,54,80)
#272D42
(39,45,66)
#1F2434
(31,36,52)
#171B26
(23,27,38)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #5F6CA4

#5F6CA4
(95,108,164)
#6D79AC
(109,121,172)
#7B86B4
(123,134,180)
#8993BC
(137,147,188)
#97A0C4
(151,160,196)
#A5ADCC
(165,173,204)
#B3BAD4
(179,186,212)
#C1C7DC
(193,199,220)
#CFD4E4
(207,212,228)
#DDE1EC
(221,225,236)
#EBEEF4
(235,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6CA4; }

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

This text font color is #5F6CA4.

Background Color

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

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

This div background color is #5F6CA4.

Border color

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

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

This div border color is #5F6CA4.

Opacity

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

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

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

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

This text has shadow with #5F6CA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6CA4.

Preview

Color preview on black background

This text has color #5F6CA4 on black background.


Color preview on white background

This text has color #5F6CA4 on white background.


Black color preview on #5F6CA4 background

This text has black color on #5F6CA4 background.


White color preview on #5F6CA4 background

This text has white color on #5F6CA4 background.


Related colors

Complementary color

Complementary color for #hex is #A0935B.


I love getcolorcode.com

Triadic colors

1 #A45F6C and #6CA45F with #5F6CA4 are triadic colors.

2 #A46C5F and #6C5FA4 with #5F6CA4 are triadic colors.