COLOR #5A6858

HEX: #5A6858 RGB: (90,104,88)

Color info

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

RGB color model

#5A6858 color RGB value is (90,104,88).

RGB: (90,104,88) (35%, 41%, 35%)

RGB channels and saturation

R 90 of 255 = 35%
G 104 of 255 = 41%
B 88 of 255 = 35%

90
104
88

R + G + B ~ 37%. #5A6858 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 104 + 88 = 282 (100%)
R 90 of 282 ~ 31.91%
G 104 of 282 ~ 36.88%
B 88 of 282 ~ 31.21'%

%31.91
%36.88
%31.21

CMYK color model

#5A6858 color CMYK value is (13,0,15,59).

  • cyan value is 13.46%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 59.22%

CMYK: (13,0,15,59)
C13M0Y15K59 (13%, 0%, 15%, 59%)
(0.13 / 0.00 / 0.15 / 0.59)

CMYK percentages

%13.46
%0
%15.38
%59.22

Codes

Color #5A6858 in popluar color models

5A 68 58
RGB 90 104 88
HSL 113° 8.33% 37.65%
HSB/HSV 113° 15.38% 40.78%
CMYK 13.46% 0.00% 15.38%
59.22%

Color #5A6858 in popluar number systems.

HEX 5A 68 58
Decimal 90 104 88
Binary 1011010 1101000 1011000
Octal 132 150 130

Shades and tints

Shades of #5A6858

#5A6858
(90,104,88)
#525F50
(82,95,80)
#4A5648
(74,86,72)
#424D40
(66,77,64)
#3A4438
(58,68,56)
#323B30
(50,59,48)
#2A3228
(42,50,40)
#222920
(34,41,32)
#1A2018
(26,32,24)
#121710
(18,23,16)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #5A6858

#5A6858
(90,104,88)
#697567
(105,117,103)
#788276
(120,130,118)
#878F85
(135,143,133)
#969C94
(150,156,148)
#A5A9A3
(165,169,163)
#B4B6B2
(180,182,178)
#C3C3C1
(195,195,193)
#D2D0D0
(210,208,208)
#E1DDDF
(225,221,223)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6858 color. Also use rgb(90,104,88) instead hex code.

Text Font Color

.myTextColor { color: #5A6858; }

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

This text font color is #5A6858.

Background Color

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

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

This div background color is #5A6858.

Border color

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

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

This div border color is #5A6858.

Opacity

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

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

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

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

This text has shadow with #5A6858 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6858.

Preview

Color preview on black background

This text has color #5A6858 on black background.


Color preview on white background

This text has color #5A6858 on white background.


Black color preview on #5A6858 background

This text has black color on #5A6858 background.


White color preview on #5A6858 background

This text has white color on #5A6858 background.


Related colors

Complementary color

Complementary color for #hex is #A597A7.


I love getcolorcode.com

Triadic colors

1 #585A68 and #68585A with #5A6858 are triadic colors.

2 #58685A and #685A58 with #5A6858 are triadic colors.