COLOR #5A5F76

HEX: #5A5F76 RGB: (90,95,118)

Color info

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

RGB color model

#5A5F76 color RGB value is (90,95,118).

RGB: (90,95,118) (35%, 37%, 46%)

RGB channels and saturation

R 90 of 255 = 35%
G 95 of 255 = 37%
B 118 of 255 = 46%

90
95
118

R + G + B ~ 39%. #5A5F76 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 95 + 118 = 303 (100%)
R 90 of 303 ~ 29.7%
G 95 of 303 ~ 31.35%
B 118 of 303 ~ 38.94'%

%29.7
%31.35
%38.94

CMYK color model

#5A5F76 color CMYK value is (24,19,0,54).

  • cyan value is 23.73%
  • magenta value is 19.49%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (24,19,0,54)
C24M19Y0K54 (24%, 19%, 0%, 54%)
(0.24 / 0.19 / 0.00 / 0.54)

CMYK percentages

%23.73
%19.49
%0
%53.73

Codes

Color #5A5F76 in popluar color models

5A 5F 76
RGB 90 95 118
HSL 229° 13.46% 40.78%
HSB/HSV 229° 23.73% 46.27%
CMYK 23.73% 19.49% 0.00%
53.73%

Color #5A5F76 in popluar number systems.

HEX 5A 5F 76
Decimal 90 95 118
Binary 1011010 1011111 1110110
Octal 132 137 166

Shades and tints

Shades of #5A5F76

#5A5F76
(90,95,118)
#52576C
(82,87,108)
#4A4F62
(74,79,98)
#424758
(66,71,88)
#3A3F4E
(58,63,78)
#323744
(50,55,68)
#2A2F3A
(42,47,58)
#222730
(34,39,48)
#1A1F26
(26,31,38)
#12171C
(18,23,28)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #5A5F76

#5A5F76
(90,95,118)
#696D82
(105,109,130)
#787B8E
(120,123,142)
#87899A
(135,137,154)
#9697A6
(150,151,166)
#A5A5B2
(165,165,178)
#B4B3BE
(180,179,190)
#C3C1CA
(195,193,202)
#D2CFD6
(210,207,214)
#E1DDE2
(225,221,226)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5F76; }

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

This text font color is #5A5F76.

Background Color

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

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

This div background color is #5A5F76.

Border color

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

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

This div border color is #5A5F76.

Opacity

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

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

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

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

This text has shadow with #5A5F76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5F76.

Preview

Color preview on black background

This text has color #5A5F76 on black background.


Color preview on white background

This text has color #5A5F76 on white background.


Black color preview on #5A5F76 background

This text has black color on #5A5F76 background.


White color preview on #5A5F76 background

This text has white color on #5A5F76 background.


Related colors

Complementary color

Complementary color for #hex is #A5A089.


I love getcolorcode.com

Triadic colors

1 #765A5F and #5F765A with #5A5F76 are triadic colors.

2 #765F5A and #5F5A76 with #5A5F76 are triadic colors.