COLOR #5969AF

HEX: #5969AF RGB: (89,105,175)

Color info

#5969AF contains mainly blue color. Web safe color of #5969AF is #666699 (or #669).

RGB color model

#5969AF color RGB value is (89,105,175).

RGB: (89,105,175) (35%, 41%, 69%)

RGB channels and saturation

R 89 of 255 = 35%
G 105 of 255 = 41%
B 175 of 255 = 69%

89
105
175

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

Portions of RGB colors in percentages

R + G + B = 89 + 105 + 175 = 369 (100%)
R 89 of 369 ~ 24.12%
G 105 of 369 ~ 28.46%
B 175 of 369 ~ 47.43'%

%24.12
%28.46
%47.43

CMYK color model

#5969AF color CMYK value is (49,40,0,31).

  • cyan value is 49.14%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (49,40,0,31)
C49M40Y0K31 (49%, 40%, 0%, 31%)
(0.49 / 0.40 / 0.00 / 0.31)

CMYK percentages

%49.14
%40
%0
%31.37

Codes

Color #5969AF in popluar color models

59 69 AF
RGB 89 105 175
HSL 229° 34.96% 51.76%
HSB/HSV 229° 49.14% 68.63%
CMYK 49.14% 40.00% 0.00%
31.37%

Color #5969AF in popluar number systems.

HEX 59 69 AF
Decimal 89 105 175
Binary 1011001 1101001 10101111
Octal 131 151 257

Shades and tints

Shades of #5969AF

#5969AF
(89,105,175)
#5160A0
(81,96,160)
#495791
(73,87,145)
#414E82
(65,78,130)
#394573
(57,69,115)
#313C64
(49,60,100)
#293355
(41,51,85)
#212A46
(33,42,70)
#192137
(25,33,55)
#111828
(17,24,40)
#090F19
(9,15,25)
#000000
(0,0,0)

Tints of #5969AF

#5969AF
(89,105,175)
#6876B6
(104,118,182)
#7783BD
(119,131,189)
#8690C4
(134,144,196)
#959DCB
(149,157,203)
#A4AAD2
(164,170,210)
#B3B7D9
(179,183,217)
#C2C4E0
(194,196,224)
#D1D1E7
(209,209,231)
#E0DEEE
(224,222,238)
#EFEBF5
(239,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5969AF color. Also use rgb(89,105,175) instead hex code.

Text Font Color

.myTextColor { color: #5969AF; }

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

This text font color is #5969AF.

Background Color

.myBgColor { background-color: #5969AF; }

<div style="background-color:#5969AF">Inner text</div>

This div background color is #5969AF.

Border color

.myBorderColor { border: 1px solid #5969AF; }

<div style="border:3px solid #5969AF">Div</div>

This div border color is #5969AF.

Opacity

.myOpacity80 { color: #5969AF; opacity: 0.8; }

<p style="color:#5969AF;opacity:0.8;">80%</p>

Text with #5969AF 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 #5969AF;}

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

This text has shadow with #5969AF color.


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

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

This text has shadow with #5969AF primary color and red secondary color.


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

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

This text has shadow with #5969AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5969AF.

Preview

Color preview on black background

This text has color #5969AF on black background.


Color preview on white background

This text has color #5969AF on white background.


Black color preview on #5969AF background

This text has black color on #5969AF background.


White color preview on #5969AF background

This text has white color on #5969AF background.


Related colors

Complementary color

Complementary color for #hex is #A69650.


I love getcolorcode.com

Triadic colors

1 #AF5969 and #69AF59 with #5969AF are triadic colors.

2 #AF6959 and #6959AF with #5969AF are triadic colors.