COLOR #5F6AB3

HEX: #5F6AB3
RGB: (95,106,179)

Color info

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

RGB color model

#5F6AB3 color RGB value is (95,106,179).

  • red value is 95;
  • green value is 106;
  • blue value is 179.
RGB:
(95,106,179)
(37%,42%,70%)

RGB channels and saturation

R 95 of 255 = 37%
G 106 of 255 = 42%
B 179 of 255 = 70%

95
106
179

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

Portions of RGB colors in percentages

R + G + B =
95 + 106 + 179 = 380 (100%)
R 95 of 380 ~ 25%
G 106 of 380 ~ 27.89%
B 179 of 380 ~ 47.11%

%25
%27.89
%47.11

CMYK color model

#5F6AB3 color CMYK value is (47,41,0,30).

  • cyan value is 46.93%
  • magenta value is 40.78%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(47,41,0,30)
C47M41Y0K30 
(47%,41%,0%,30%)
(0.47/0.41/0.00/0.30)	

CMYK percentages

%46.93
%40.78
%0
%29.8

Codes

Color #5F6AB3 in popluar color models

5F6AB3
RGB95106179
HSL232°35.59%53.73%
HSB/HSV232°46.93%70.20%
CMYK46.93%40.78%0.00%
29.80%

Color #5F6AB3 in popluar number systems.

HEX5F6AB3
Decimal95106179
Binary1011111110101010110011
Octal137152263

Shades and tints

Shades of #5F6AB3

#5F6AB3
(95,106,179)
#5761A3
(87,97,163)
#4F5893
(79,88,147)
#474F83
(71,79,131)
#3F4673
(63,70,115)
#373D63
(55,61,99)
#2F3453
(47,52,83)
#272B43
(39,43,67)
#1F2233
(31,34,51)
#171923
(23,25,35)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #5F6AB3

#5F6AB3
(95,106,179)
#6D77B9
(109,119,185)
#7B84BF
(123,132,191)
#8991C5
(137,145,197)
#979ECB
(151,158,203)
#A5ABD1
(165,171,209)
#B3B8D7
(179,184,215)
#C1C5DD
(193,197,221)
#CFD2E3
(207,210,227)
#DDDFE9
(221,223,233)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6AB3; }

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

This text font color is #5F6AB3.


Background Color

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

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

This div background color is #5F6AB3.


Border color

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

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

This div border color is #5F6AB3.


Opacity

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

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

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

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

This text has shadow with #5F6AB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6AB3 on black background.


Color preview on white background

This text has color #5F6AB3 on white background.



Black color preview on #5F6AB3 background

This text has black color on #5F6AB3 background.


White color preview on #5F6AB3 background

This text has white color on #5F6AB3 background.