COLOR #5F6AA7

HEX: #5F6AA7 RGB: (95,106,167)

Color info

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

RGB color model

#5F6AA7 color RGB value is (95,106,167).

RGB: (95,106,167) (37%, 42%, 65%)

RGB channels and saturation

R 95 of 255 = 37%
G 106 of 255 = 42%
B 167 of 255 = 65%

95
106
167

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

Portions of RGB colors in percentages

R + G + B = 95 + 106 + 167 = 368 (100%)
R 95 of 368 ~ 25.82%
G 106 of 368 ~ 28.8%
B 167 of 368 ~ 45.38'%

%25.82
%28.8
%45.38

CMYK color model

#5F6AA7 color CMYK value is (43,37,0,35).

  • cyan value is 43.11%
  • magenta value is 36.53%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (43,37,0,35)
C43M37Y0K35 (43%, 37%, 0%, 35%)
(0.43 / 0.37 / 0.00 / 0.35)

CMYK percentages

%43.11
%36.53
%0
%34.51

Codes

Color #5F6AA7 in popluar color models

5F 6A A7
RGB 95 106 167
HSL 231° 29.03% 51.37%
HSB/HSV 231° 43.11% 65.49%
CMYK 43.11% 36.53% 0.00%
34.51%

Color #5F6AA7 in popluar number systems.

HEX 5F 6A A7
Decimal 95 106 167
Binary 1011111 1101010 10100111
Octal 137 152 247

Shades and tints

Shades of #5F6AA7

#5F6AA7
(95,106,167)
#576198
(87,97,152)
#4F5889
(79,88,137)
#474F7A
(71,79,122)
#3F466B
(63,70,107)
#373D5C
(55,61,92)
#2F344D
(47,52,77)
#272B3E
(39,43,62)
#1F222F
(31,34,47)
#171920
(23,25,32)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #5F6AA7

#5F6AA7
(95,106,167)
#6D77AF
(109,119,175)
#7B84B7
(123,132,183)
#8991BF
(137,145,191)
#979EC7
(151,158,199)
#A5ABCF
(165,171,207)
#B3B8D7
(179,184,215)
#C1C5DF
(193,197,223)
#CFD2E7
(207,210,231)
#DDDFEF
(221,223,239)
#EBECF7
(235,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6AA7 color. Also use rgb(95,106,167) instead hex code.

Text Font Color

.myTextColor { color: #5F6AA7; }

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

This text font color is #5F6AA7.

Background Color

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

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

This div background color is #5F6AA7.

Border color

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

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

This div border color is #5F6AA7.

Opacity

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

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

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

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

This text has shadow with #5F6AA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6AA7.

Preview

Color preview on black background

This text has color #5F6AA7 on black background.


Color preview on white background

This text has color #5F6AA7 on white background.


Black color preview on #5F6AA7 background

This text has black color on #5F6AA7 background.


White color preview on #5F6AA7 background

This text has white color on #5F6AA7 background.


Related colors

Complementary color

Complementary color for #hex is #A09558.


I love getcolorcode.com

Triadic colors

1 #A75F6A and #6AA75F with #5F6AA7 are triadic colors.

2 #A76A5F and #6A5FA7 with #5F6AA7 are triadic colors.