COLOR #5F75AA

HEX: #5F75AA RGB: (95,117,170)

Color info

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

RGB color model

#5F75AA color RGB value is (95,117,170).

RGB: (95,117,170) (37%, 46%, 67%)

RGB channels and saturation

R 95 of 255 = 37%
G 117 of 255 = 46%
B 170 of 255 = 67%

95
117
170

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

Portions of RGB colors in percentages

R + G + B = 95 + 117 + 170 = 382 (100%)
R 95 of 382 ~ 24.87%
G 117 of 382 ~ 30.63%
B 170 of 382 ~ 44.5'%

%24.87
%30.63
%44.5

CMYK color model

#5F75AA color CMYK value is (44,31,0,33).

  • cyan value is 44.12%
  • magenta value is 31.18%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (44,31,0,33)
C44M31Y0K33 (44%, 31%, 0%, 33%)
(0.44 / 0.31 / 0.00 / 0.33)

CMYK percentages

%44.12
%31.18
%0
%33.33

Codes

Color #5F75AA in popluar color models

5F 75 AA
RGB 95 117 170
HSL 222° 30.61% 51.96%
HSB/HSV 222° 44.12% 66.67%
CMYK 44.12% 31.18% 0.00%
33.33%

Color #5F75AA in popluar number systems.

HEX 5F 75 AA
Decimal 95 117 170
Binary 1011111 1110101 10101010
Octal 137 165 252

Shades and tints

Shades of #5F75AA

#5F75AA
(95,117,170)
#576B9B
(87,107,155)
#4F618C
(79,97,140)
#47577D
(71,87,125)
#3F4D6E
(63,77,110)
#37435F
(55,67,95)
#2F3950
(47,57,80)
#272F41
(39,47,65)
#1F2532
(31,37,50)
#171B23
(23,27,35)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #5F75AA

#5F75AA
(95,117,170)
#6D81B1
(109,129,177)
#7B8DB8
(123,141,184)
#8999BF
(137,153,191)
#97A5C6
(151,165,198)
#A5B1CD
(165,177,205)
#B3BDD4
(179,189,212)
#C1C9DB
(193,201,219)
#CFD5E2
(207,213,226)
#DDE1E9
(221,225,233)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F75AA color. Also use rgb(95,117,170) instead hex code.

Text Font Color

.myTextColor { color: #5F75AA; }

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

This text font color is #5F75AA.

Background Color

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

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

This div background color is #5F75AA.

Border color

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

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

This div border color is #5F75AA.

Opacity

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

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

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

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

This text has shadow with #5F75AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F75AA.

Preview

Color preview on black background

This text has color #5F75AA on black background.


Color preview on white background

This text has color #5F75AA on white background.


Black color preview on #5F75AA background

This text has black color on #5F75AA background.


White color preview on #5F75AA background

This text has white color on #5F75AA background.


Related colors

Complementary color

Complementary color for #hex is #A08A55.


I love getcolorcode.com

Triadic colors

1 #AA5F75 and #75AA5F with #5F75AA are triadic colors.

2 #AA755F and #755FAA with #5F75AA are triadic colors.