COLOR #5A554B

HEX: #5A554B RGB: (90,85,75)

Color info

#5A554B contains red, green and blue colors in about the same proportion. Web safe color of #5A554B is #666633 (or #663).

RGB color model

#5A554B color RGB value is (90,85,75).

RGB: (90,85,75) (35%, 33%, 29%)

RGB channels and saturation

R 90 of 255 = 35%
G 85 of 255 = 33%
B 75 of 255 = 29%

90
85
75

R + G + B ~ 32%. #5A554B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 85 + 75 = 250 (100%)
R 90 of 250 ~ 36%
G 85 of 250 ~ 34%
B 75 of 250 ~ 30'%

%36
%34
%30

CMYK color model

#5A554B color CMYK value is (0,6,17,65).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 16.67%
  • key color value is 64.71%

CMYK: (0,6,17,65)
C0M6Y17K65 (0%, 6%, 17%, 65%)
(0.00 / 0.06 / 0.17 / 0.65)

CMYK percentages

%0
%5.56
%16.67
%64.71

Codes

Color #5A554B in popluar color models

5A 55 4B
RGB 90 85 75
HSL 40° 9.09% 32.35%
HSB/HSV 40° 16.67% 35.29%
CMYK 0.00% 5.56% 16.67%
64.71%

Color #5A554B in popluar number systems.

HEX 5A 55 4B
Decimal 90 85 75
Binary 1011010 1010101 1001011
Octal 132 125 113

Shades and tints

Shades of #5A554B

#5A554B
(90,85,75)
#524E45
(82,78,69)
#4A473F
(74,71,63)
#424039
(66,64,57)
#3A3933
(58,57,51)
#32322D
(50,50,45)
#2A2B27
(42,43,39)
#222421
(34,36,33)
#1A1D1B
(26,29,27)
#121615
(18,22,21)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #5A554B

#5A554B
(90,85,75)
#69645B
(105,100,91)
#78736B
(120,115,107)
#87827B
(135,130,123)
#96918B
(150,145,139)
#A5A09B
(165,160,155)
#B4AFAB
(180,175,171)
#C3BEBB
(195,190,187)
#D2CDCB
(210,205,203)
#E1DCDB
(225,220,219)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A554B color. Also use rgb(90,85,75) instead hex code.

Text Font Color

.myTextColor { color: #5A554B; }

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

This text font color is #5A554B.

Background Color

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

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

This div background color is #5A554B.

Border color

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

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

This div border color is #5A554B.

Opacity

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

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

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

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

This text has shadow with #5A554B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A554B.

Preview

Color preview on black background

This text has color #5A554B on black background.


Color preview on white background

This text has color #5A554B on white background.


Black color preview on #5A554B background

This text has black color on #5A554B background.


White color preview on #5A554B background

This text has white color on #5A554B background.


Related colors

Complementary color

Complementary color for #hex is #A5AAB4.


I love getcolorcode.com

Triadic colors

1 #4B5A55 and #554B5A with #5A554B are triadic colors.

2 #4B555A and #555A4B with #5A554B are triadic colors.