COLOR #5A768C

HEX: #5A768C RGB: (90,118,140)

Color info

#5A768C contains red, green and blue colors in about the same proportion. Web safe color of #5A768C is #666699 (or #669).

RGB color model

#5A768C color RGB value is (90,118,140).

RGB: (90,118,140) (35%, 46%, 55%)

RGB channels and saturation

R 90 of 255 = 35%
G 118 of 255 = 46%
B 140 of 255 = 55%

90
118
140

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

Portions of RGB colors in percentages

R + G + B = 90 + 118 + 140 = 348 (100%)
R 90 of 348 ~ 25.86%
G 118 of 348 ~ 33.91%
B 140 of 348 ~ 40.23'%

%25.86
%33.91
%40.23

CMYK color model

#5A768C color CMYK value is (36,16,0,45).

  • cyan value is 35.71%
  • magenta value is 15.71%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (36,16,0,45)
C36M16Y0K45 (36%, 16%, 0%, 45%)
(0.36 / 0.16 / 0.00 / 0.45)

CMYK percentages

%35.71
%15.71
%0
%45.1

Codes

Color #5A768C in popluar color models

5A 76 8C
RGB 90 118 140
HSL 206° 21.74% 45.10%
HSB/HSV 206° 35.71% 54.90%
CMYK 35.71% 15.71% 0.00%
45.10%

Color #5A768C in popluar number systems.

HEX 5A 76 8C
Decimal 90 118 140
Binary 1011010 1110110 10001100
Octal 132 166 214

Shades and tints

Shades of #5A768C

#5A768C
(90,118,140)
#526C80
(82,108,128)
#4A6274
(74,98,116)
#425868
(66,88,104)
#3A4E5C
(58,78,92)
#324450
(50,68,80)
#2A3A44
(42,58,68)
#223038
(34,48,56)
#1A262C
(26,38,44)
#121C20
(18,28,32)
#0A1214
(10,18,20)
#000000
(0,0,0)

Tints of #5A768C

#5A768C
(90,118,140)
#698296
(105,130,150)
#788EA0
(120,142,160)
#879AAA
(135,154,170)
#96A6B4
(150,166,180)
#A5B2BE
(165,178,190)
#B4BEC8
(180,190,200)
#C3CAD2
(195,202,210)
#D2D6DC
(210,214,220)
#E1E2E6
(225,226,230)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A768C color. Also use rgb(90,118,140) instead hex code.

Text Font Color

.myTextColor { color: #5A768C; }

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

This text font color is #5A768C.

Background Color

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

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

This div background color is #5A768C.

Border color

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

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

This div border color is #5A768C.

Opacity

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

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

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

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

This text has shadow with #5A768C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A768C.

Preview

Color preview on black background

This text has color #5A768C on black background.


Color preview on white background

This text has color #5A768C on white background.


Black color preview on #5A768C background

This text has black color on #5A768C background.


White color preview on #5A768C background

This text has white color on #5A768C background.


Related colors

Complementary color

Complementary color for #hex is #A58973.


I love getcolorcode.com

Triadic colors

1 #8C5A76 and #768C5A with #5A768C are triadic colors.

2 #8C765A and #765A8C with #5A768C are triadic colors.