COLOR #5B769C

HEX: #5B769C RGB: (91,118,156)

Color info

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

RGB color model

#5B769C color RGB value is (91,118,156).

RGB: (91,118,156) (36%, 46%, 61%)

RGB channels and saturation

R 91 of 255 = 36%
G 118 of 255 = 46%
B 156 of 255 = 61%

91
118
156

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

Portions of RGB colors in percentages

R + G + B = 91 + 118 + 156 = 365 (100%)
R 91 of 365 ~ 24.93%
G 118 of 365 ~ 32.33%
B 156 of 365 ~ 42.74'%

%24.93
%32.33
%42.74

CMYK color model

#5B769C color CMYK value is (42,24,0,39).

  • cyan value is 41.67%
  • magenta value is 24.36%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (42,24,0,39)
C42M24Y0K39 (42%, 24%, 0%, 39%)
(0.42 / 0.24 / 0.00 / 0.39)

CMYK percentages

%41.67
%24.36
%0
%38.82

Codes

Color #5B769C in popluar color models

5B 76 9C
RGB 91 118 156
HSL 215° 26.32% 48.43%
HSB/HSV 215° 41.67% 61.18%
CMYK 41.67% 24.36% 0.00%
38.82%

Color #5B769C in popluar number systems.

HEX 5B 76 9C
Decimal 91 118 156
Binary 1011011 1110110 10011100
Octal 133 166 234

Shades and tints

Shades of #5B769C

#5B769C
(91,118,156)
#536C8E
(83,108,142)
#4B6280
(75,98,128)
#435872
(67,88,114)
#3B4E64
(59,78,100)
#334456
(51,68,86)
#2B3A48
(43,58,72)
#23303A
(35,48,58)
#1B262C
(27,38,44)
#131C1E
(19,28,30)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #5B769C

#5B769C
(91,118,156)
#6982A5
(105,130,165)
#778EAE
(119,142,174)
#859AB7
(133,154,183)
#93A6C0
(147,166,192)
#A1B2C9
(161,178,201)
#AFBED2
(175,190,210)
#BDCADB
(189,202,219)
#CBD6E4
(203,214,228)
#D9E2ED
(217,226,237)
#E7EEF6
(231,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B769C color. Also use rgb(91,118,156) instead hex code.

Text Font Color

.myTextColor { color: #5B769C; }

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

This text font color is #5B769C.

Background Color

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

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

This div background color is #5B769C.

Border color

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

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

This div border color is #5B769C.

Opacity

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

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

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

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

This text has shadow with #5B769C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B769C.

Preview

Color preview on black background

This text has color #5B769C on black background.


Color preview on white background

This text has color #5B769C on white background.


Black color preview on #5B769C background

This text has black color on #5B769C background.


White color preview on #5B769C background

This text has white color on #5B769C background.


Related colors

Complementary color

Complementary color for #hex is #A48963.


I love getcolorcode.com

Triadic colors

1 #9C5B76 and #769C5B with #5B769C are triadic colors.

2 #9C765B and #765B9C with #5B769C are triadic colors.