COLOR #5A5259

HEX: #5A5259
RGB: (90,82,89)

Color info

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

RGB color model

#5A5259 color RGB value is (90,82,89).

  • red value is 90;
  • green value is 82;
  • blue value is 89.
RGB:
(90,82,89)
(35%,32%,35%)

RGB channels and saturation

R 90 of 255 = 35%
G 82 of 255 = 32%
B 89 of 255 = 35%

90
82
89

R + G + B ~ 34%. #5A5259 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 82 + 89 = 261 (100%)
R 90 of 261 ~ 34.48%
G 82 of 261 ~ 31.42%
B 89 of 261 ~ 34.1%

%34.48
%31.42
%34.1

CMYK color model

#5A5259 color CMYK value is (0,9,1,65).

  • cyan value is 0.00%
  • magenta value is 8.89%
  • yellow value is 1.11%
  • key color value is 64.71%
CMYK:
(0,9,1,65)
C0M9Y1K65 
(0%,9%,1%,65%)
(0.00/0.09/0.01/0.65)	

CMYK percentages

%0
%8.89
%1.11
%64.71

Codes

Color #5A5259 in popluar color models

5A5259
RGB908289
HSL308°4.65%33.73%
HSB/HSV308°8.89%35.29%
CMYK0.00%8.89%1.11%
64.71%

Color #5A5259 in popluar number systems.

HEX5A5259
Decimal908289
Binary101101010100101011001
Octal132122131

Shades and tints

Shades of #5A5259

#5A5259
(90,82,89)
#524B51
(82,75,81)
#4A4449
(74,68,73)
#423D41
(66,61,65)
#3A3639
(58,54,57)
#322F31
(50,47,49)
#2A2829
(42,40,41)
#222121
(34,33,33)
#1A1A19
(26,26,25)
#121311
(18,19,17)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #5A5259

#5A5259
(90,82,89)
#696168
(105,97,104)
#787077
(120,112,119)
#877F86
(135,127,134)
#968E95
(150,142,149)
#A59DA4
(165,157,164)
#B4ACB3
(180,172,179)
#C3BBC2
(195,187,194)
#D2CAD1
(210,202,209)
#E1D9E0
(225,217,224)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5259; }

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

This text font color is #5A5259.


Background Color

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

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

This div background color is #5A5259.


Border color

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

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

This div border color is #5A5259.


Opacity

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

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

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

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

This text has shadow with #5A5259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5259 on black background.


Color preview on white background

This text has color #5A5259 on white background.



Black color preview on #5A5259 background

This text has black color on #5A5259 background.


White color preview on #5A5259 background

This text has white color on #5A5259 background.