COLOR #5F6CAD

HEX: #5F6CAD
RGB: (95,108,173)

Color info

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

RGB color model

#5F6CAD color RGB value is (95,108,173).

  • red value is 95;
  • green value is 108;
  • blue value is 173.
RGB:
(95,108,173)
(37%,42%,68%)

RGB channels and saturation

R 95 of 255 = 37%
G 108 of 255 = 42%
B 173 of 255 = 68%

95
108
173

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

Portions of RGB colors in percentages

R + G + B =
95 + 108 + 173 = 376 (100%)
R 95 of 376 ~ 25.27%
G 108 of 376 ~ 28.72%
B 173 of 376 ~ 46.01%

%25.27
%28.72
%46.01

CMYK color model

#5F6CAD color CMYK value is (45,38,0,32).

  • cyan value is 45.09%
  • magenta value is 37.57%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(45,38,0,32)
C45M38Y0K32 
(45%,38%,0%,32%)
(0.45/0.38/0.00/0.32)	

CMYK percentages

%45.09
%37.57
%0
%32.16

Codes

Color #5F6CAD in popluar color models

5F6CAD
RGB95108173
HSL230°32.23%52.55%
HSB/HSV230°45.09%67.84%
CMYK45.09%37.57%0.00%
32.16%

Color #5F6CAD in popluar number systems.

HEX5F6CAD
Decimal95108173
Binary1011111110110010101101
Octal137154255

Shades and tints

Shades of #5F6CAD

#5F6CAD
(95,108,173)
#57639E
(87,99,158)
#4F5A8F
(79,90,143)
#475180
(71,81,128)
#3F4871
(63,72,113)
#373F62
(55,63,98)
#2F3653
(47,54,83)
#272D44
(39,45,68)
#1F2435
(31,36,53)
#171B26
(23,27,38)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #5F6CAD

#5F6CAD
(95,108,173)
#6D79B4
(109,121,180)
#7B86BB
(123,134,187)
#8993C2
(137,147,194)
#97A0C9
(151,160,201)
#A5ADD0
(165,173,208)
#B3BAD7
(179,186,215)
#C1C7DE
(193,199,222)
#CFD4E5
(207,212,229)
#DDE1EC
(221,225,236)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6CAD; }

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

This text font color is #5F6CAD.


Background Color

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

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

This div background color is #5F6CAD.


Border color

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

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

This div border color is #5F6CAD.


Opacity

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

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

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

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

This text has shadow with #5F6CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6CAD on black background.


Color preview on white background

This text has color #5F6CAD on white background.



Black color preview on #5F6CAD background

This text has black color on #5F6CAD background.


White color preview on #5F6CAD background

This text has white color on #5F6CAD background.