COLOR #5A636F

HEX: #5A636F RGB: (90,99,111)

Color info

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

RGB color model

#5A636F color RGB value is (90,99,111).

RGB: (90,99,111) (35%, 39%, 44%)

RGB channels and saturation

R 90 of 255 = 35%
G 99 of 255 = 39%
B 111 of 255 = 44%

90
99
111

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

Portions of RGB colors in percentages

R + G + B = 90 + 99 + 111 = 300 (100%)
R 90 of 300 ~ 30%
G 99 of 300 ~ 33%
B 111 of 300 ~ 37'%

%30
%33
%37

CMYK color model

#5A636F color CMYK value is (19,11,0,56).

  • cyan value is 18.92%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (19,11,0,56)
C19M11Y0K56 (19%, 11%, 0%, 56%)
(0.19 / 0.11 / 0.00 / 0.56)

CMYK percentages

%18.92
%10.81
%0
%56.47

Codes

Color #5A636F in popluar color models

5A 63 6F
RGB 90 99 111
HSL 214° 10.45% 39.41%
HSB/HSV 214° 18.92% 43.53%
CMYK 18.92% 10.81% 0.00%
56.47%

Color #5A636F in popluar number systems.

HEX 5A 63 6F
Decimal 90 99 111
Binary 1011010 1100011 1101111
Octal 132 143 157

Shades and tints

Shades of #5A636F

#5A636F
(90,99,111)
#525A65
(82,90,101)
#4A515B
(74,81,91)
#424851
(66,72,81)
#3A3F47
(58,63,71)
#32363D
(50,54,61)
#2A2D33
(42,45,51)
#222429
(34,36,41)
#1A1B1F
(26,27,31)
#121215
(18,18,21)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #5A636F

#5A636F
(90,99,111)
#69717C
(105,113,124)
#787F89
(120,127,137)
#878D96
(135,141,150)
#969BA3
(150,155,163)
#A5A9B0
(165,169,176)
#B4B7BD
(180,183,189)
#C3C5CA
(195,197,202)
#D2D3D7
(210,211,215)
#E1E1E4
(225,225,228)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A636F; }

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

This text font color is #5A636F.

Background Color

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

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

This div background color is #5A636F.

Border color

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

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

This div border color is #5A636F.

Opacity

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

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

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

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

This text has shadow with #5A636F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A636F.

Preview

Color preview on black background

This text has color #5A636F on black background.


Color preview on white background

This text has color #5A636F on white background.


Black color preview on #5A636F background

This text has black color on #5A636F background.


White color preview on #5A636F background

This text has white color on #5A636F background.


Related colors

Complementary color

Complementary color for #hex is #A59C90.


I love getcolorcode.com

Triadic colors

1 #6F5A63 and #636F5A with #5A636F are triadic colors.

2 #6F635A and #635A6F with #5A636F are triadic colors.