COLOR #5A607D

HEX: #5A607D RGB: (90,96,125)

Color info

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

RGB color model

#5A607D color RGB value is (90,96,125).

RGB: (90,96,125) (35%, 38%, 49%)

RGB channels and saturation

R 90 of 255 = 35%
G 96 of 255 = 38%
B 125 of 255 = 49%

90
96
125

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

Portions of RGB colors in percentages

R + G + B = 90 + 96 + 125 = 311 (100%)
R 90 of 311 ~ 28.94%
G 96 of 311 ~ 30.87%
B 125 of 311 ~ 40.19'%

%28.94
%30.87
%40.19

CMYK color model

#5A607D color CMYK value is (28,23,0,51).

  • cyan value is 28.00%
  • magenta value is 23.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (28,23,0,51)
C28M23Y0K51 (28%, 23%, 0%, 51%)
(0.28 / 0.23 / 0.00 / 0.51)

CMYK percentages

%28
%23.2
%0
%50.98

Codes

Color #5A607D in popluar color models

5A 60 7D
RGB 90 96 125
HSL 230° 16.28% 42.16%
HSB/HSV 230° 28.00% 49.02%
CMYK 28.00% 23.20% 0.00%
50.98%

Color #5A607D in popluar number systems.

HEX 5A 60 7D
Decimal 90 96 125
Binary 1011010 1100000 1111101
Octal 132 140 175

Shades and tints

Shades of #5A607D

#5A607D
(90,96,125)
#525872
(82,88,114)
#4A5067
(74,80,103)
#42485C
(66,72,92)
#3A4051
(58,64,81)
#323846
(50,56,70)
#2A303B
(42,48,59)
#222830
(34,40,48)
#1A2025
(26,32,37)
#12181A
(18,24,26)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #5A607D

#5A607D
(90,96,125)
#696E88
(105,110,136)
#787C93
(120,124,147)
#878A9E
(135,138,158)
#9698A9
(150,152,169)
#A5A6B4
(165,166,180)
#B4B4BF
(180,180,191)
#C3C2CA
(195,194,202)
#D2D0D5
(210,208,213)
#E1DEE0
(225,222,224)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A607D; }

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

This text font color is #5A607D.

Background Color

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

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

This div background color is #5A607D.

Border color

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

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

This div border color is #5A607D.

Opacity

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

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

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

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

This text has shadow with #5A607D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A607D.

Preview

Color preview on black background

This text has color #5A607D on black background.


Color preview on white background

This text has color #5A607D on white background.


Black color preview on #5A607D background

This text has black color on #5A607D background.


White color preview on #5A607D background

This text has white color on #5A607D background.


Related colors

Complementary color

Complementary color for #hex is #A59F82.


I love getcolorcode.com

Triadic colors

1 #7D5A60 and #607D5A with #5A607D are triadic colors.

2 #7D605A and #605A7D with #5A607D are triadic colors.