COLOR #5A768A

HEX: #5A768A
RGB: (90,118,138)

Color info

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

RGB color model

#5A768A color RGB value is (90,118,138).

  • red value is 90;
  • green value is 118;
  • blue value is 138.
RGB:
(90,118,138)
(35%,46%,54%)

RGB channels and saturation

R 90 of 255 = 35%
G 118 of 255 = 46%
B 138 of 255 = 54%

90
118
138

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

Portions of RGB colors in percentages

R + G + B =
90 + 118 + 138 = 346 (100%)
R 90 of 346 ~ 26.01%
G 118 of 346 ~ 34.1%
B 138 of 346 ~ 39.88%

%26.01
%34.1
%39.88

CMYK color model

#5A768A color CMYK value is (35,14,0,46).

  • cyan value is 34.78%
  • magenta value is 14.49%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(35,14,0,46)
C35M14Y0K46 
(35%,14%,0%,46%)
(0.35/0.14/0.00/0.46)	

CMYK percentages

%34.78
%14.49
%0
%45.88

Codes

Color #5A768A in popluar color models

5A768A
RGB90118138
HSL205°21.05%44.71%
HSB/HSV205°34.78%54.12%
CMYK34.78%14.49%0.00%
45.88%

Color #5A768A in popluar number systems.

HEX5A768A
Decimal90118138
Binary1011010111011010001010
Octal132166212

Shades and tints

Shades of #5A768A

#5A768A
(90,118,138)
#526C7E
(82,108,126)
#4A6272
(74,98,114)
#425866
(66,88,102)
#3A4E5A
(58,78,90)
#32444E
(50,68,78)
#2A3A42
(42,58,66)
#223036
(34,48,54)
#1A262A
(26,38,42)
#121C1E
(18,28,30)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #5A768A

#5A768A
(90,118,138)
#698294
(105,130,148)
#788E9E
(120,142,158)
#879AA8
(135,154,168)
#96A6B2
(150,166,178)
#A5B2BC
(165,178,188)
#B4BEC6
(180,190,198)
#C3CAD0
(195,202,208)
#D2D6DA
(210,214,218)
#E1E2E4
(225,226,228)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A768A; }

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

This text font color is #5A768A.


Background Color

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

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

This div background color is #5A768A.


Border color

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

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

This div border color is #5A768A.


Opacity

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

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

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

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

This text has shadow with #5A768A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A768A on black background.


Color preview on white background

This text has color #5A768A on white background.



Black color preview on #5A768A background

This text has black color on #5A768A background.


White color preview on #5A768A background

This text has white color on #5A768A background.