COLOR #5A5A6E

HEX: #5A5A6E RGB: (90,90,110)

Color info

#5A5A6E contains red, green and blue colors in about the same proportion. Web safe color of #5A5A6E is #666666 (or #666).

RGB color model

#5A5A6E color RGB value is (90,90,110).

RGB: (90,90,110) (35%, 35%, 43%)

RGB channels and saturation

R 90 of 255 = 35%
G 90 of 255 = 35%
B 110 of 255 = 43%

90
90
110

R + G + B ~ 38%. #5A5A6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 90 + 110 = 290 (100%)
R 90 of 290 ~ 31.03%
G 90 of 290 ~ 31.03%
B 110 of 290 ~ 37.93'%

%31.03
%31.03
%37.93

CMYK color model

#5A5A6E color CMYK value is (18,18,0,57).

  • cyan value is 18.18%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (18,18,0,57)
C18M18Y0K57 (18%, 18%, 0%, 57%)
(0.18 / 0.18 / 0.00 / 0.57)

CMYK percentages

%18.18
%18.18
%0
%56.86

Codes

Color #5A5A6E in popluar color models

5A 5A 6E
RGB 90 90 110
HSL 240° 10.00% 39.22%
HSB/HSV 240° 18.18% 43.14%
CMYK 18.18% 18.18% 0.00%
56.86%

Color #5A5A6E in popluar number systems.

HEX 5A 5A 6E
Decimal 90 90 110
Binary 1011010 1011010 1101110
Octal 132 132 156

Shades and tints

Shades of #5A5A6E

#5A5A6E
(90,90,110)
#525264
(82,82,100)
#4A4A5A
(74,74,90)
#424250
(66,66,80)
#3A3A46
(58,58,70)
#32323C
(50,50,60)
#2A2A32
(42,42,50)
#222228
(34,34,40)
#1A1A1E
(26,26,30)
#121214
(18,18,20)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #5A5A6E

#5A5A6E
(90,90,110)
#69697B
(105,105,123)
#787888
(120,120,136)
#878795
(135,135,149)
#9696A2
(150,150,162)
#A5A5AF
(165,165,175)
#B4B4BC
(180,180,188)
#C3C3C9
(195,195,201)
#D2D2D6
(210,210,214)
#E1E1E3
(225,225,227)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5A6E; }

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

This text font color is #5A5A6E.

Background Color

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

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

This div background color is #5A5A6E.

Border color

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

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

This div border color is #5A5A6E.

Opacity

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

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

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

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

This text has shadow with #5A5A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5A6E.

Preview

Color preview on black background

This text has color #5A5A6E on black background.


Color preview on white background

This text has color #5A5A6E on white background.


Black color preview on #5A5A6E background

This text has black color on #5A5A6E background.


White color preview on #5A5A6E background

This text has white color on #5A5A6E background.


Related colors

Complementary color

Complementary color for #hex is #A5A591.


I love getcolorcode.com