COLOR #5A5163

HEX: #5A5163 RGB: (90,81,99)

Color info

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

RGB color model

#5A5163 color RGB value is (90,81,99).

RGB: (90,81,99) (35%, 32%, 39%)

RGB channels and saturation

R 90 of 255 = 35%
G 81 of 255 = 32%
B 99 of 255 = 39%

90
81
99

R + G + B ~ 35%. #5A5163 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 81 + 99 = 270 (100%)
R 90 of 270 ~ 33.33%
G 81 of 270 ~ 30%
B 99 of 270 ~ 36.67'%

%33.33
%30
%36.67

CMYK color model

#5A5163 color CMYK value is (9,18,0,61).

  • cyan value is 9.09%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (9,18,0,61)
C9M18Y0K61 (9%, 18%, 0%, 61%)
(0.09 / 0.18 / 0.00 / 0.61)

CMYK percentages

%9.09
%18.18
%0
%61.18

Codes

Color #5A5163 in popluar color models

5A 51 63
RGB 90 81 99
HSL 270° 10.00% 35.29%
HSB/HSV 270° 18.18% 38.82%
CMYK 9.09% 18.18% 0.00%
61.18%

Color #5A5163 in popluar number systems.

HEX 5A 51 63
Decimal 90 81 99
Binary 1011010 1010001 1100011
Octal 132 121 143

Shades and tints

Shades of #5A5163

#5A5163
(90,81,99)
#524A5A
(82,74,90)
#4A4351
(74,67,81)
#423C48
(66,60,72)
#3A353F
(58,53,63)
#322E36
(50,46,54)
#2A272D
(42,39,45)
#222024
(34,32,36)
#1A191B
(26,25,27)
#121212
(18,18,18)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #5A5163

#5A5163
(90,81,99)
#696071
(105,96,113)
#786F7F
(120,111,127)
#877E8D
(135,126,141)
#968D9B
(150,141,155)
#A59CA9
(165,156,169)
#B4ABB7
(180,171,183)
#C3BAC5
(195,186,197)
#D2C9D3
(210,201,211)
#E1D8E1
(225,216,225)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5163; }

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

This text font color is #5A5163.

Background Color

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

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

This div background color is #5A5163.

Border color

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

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

This div border color is #5A5163.

Opacity

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

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

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

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

This text has shadow with #5A5163 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5163.

Preview

Color preview on black background

This text has color #5A5163 on black background.


Color preview on white background

This text has color #5A5163 on white background.


Black color preview on #5A5163 background

This text has black color on #5A5163 background.


White color preview on #5A5163 background

This text has white color on #5A5163 background.


Related colors

Complementary color

Complementary color for #hex is #A5AE9C.


I love getcolorcode.com

Triadic colors

1 #635A51 and #51635A with #5A5163 are triadic colors.

2 #63515A and #515A63 with #5A5163 are triadic colors.