COLOR #5A5062

HEX: #5A5062 RGB: (90,80,98)

Color info

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

RGB color model

#5A5062 color RGB value is (90,80,98).

RGB: (90,80,98) (35%, 31%, 38%)

RGB channels and saturation

R 90 of 255 = 35%
G 80 of 255 = 31%
B 98 of 255 = 38%

90
80
98

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

Portions of RGB colors in percentages

R + G + B = 90 + 80 + 98 = 268 (100%)
R 90 of 268 ~ 33.58%
G 80 of 268 ~ 29.85%
B 98 of 268 ~ 36.57'%

%33.58
%29.85
%36.57

CMYK color model

#5A5062 color CMYK value is (8,18,0,62).

  • cyan value is 8.16%
  • magenta value is 18.37%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (8,18,0,62)
C8M18Y0K62 (8%, 18%, 0%, 62%)
(0.08 / 0.18 / 0.00 / 0.62)

CMYK percentages

%8.16
%18.37
%0
%61.57

Codes

Color #5A5062 in popluar color models

5A 50 62
RGB 90 80 98
HSL 273° 10.11% 34.90%
HSB/HSV 273° 18.37% 38.43%
CMYK 8.16% 18.37% 0.00%
61.57%

Color #5A5062 in popluar number systems.

HEX 5A 50 62
Decimal 90 80 98
Binary 1011010 1010000 1100010
Octal 132 120 142

Shades and tints

Shades of #5A5062

#5A5062
(90,80,98)
#52495A
(82,73,90)
#4A4252
(74,66,82)
#423B4A
(66,59,74)
#3A3442
(58,52,66)
#322D3A
(50,45,58)
#2A2632
(42,38,50)
#221F2A
(34,31,42)
#1A1822
(26,24,34)
#12111A
(18,17,26)
#0A0A12
(10,10,18)
#000000
(0,0,0)

Tints of #5A5062

#5A5062
(90,80,98)
#695F70
(105,95,112)
#786E7E
(120,110,126)
#877D8C
(135,125,140)
#968C9A
(150,140,154)
#A59BA8
(165,155,168)
#B4AAB6
(180,170,182)
#C3B9C4
(195,185,196)
#D2C8D2
(210,200,210)
#E1D7E0
(225,215,224)
#F0E6EE
(240,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5062 color. Also use rgb(90,80,98) instead hex code.

Text Font Color

.myTextColor { color: #5A5062; }

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

This text font color is #5A5062.

Background Color

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

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

This div background color is #5A5062.

Border color

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

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

This div border color is #5A5062.

Opacity

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

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

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

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

This text has shadow with #5A5062 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5062.

Preview

Color preview on black background

This text has color #5A5062 on black background.


Color preview on white background

This text has color #5A5062 on white background.


Black color preview on #5A5062 background

This text has black color on #5A5062 background.


White color preview on #5A5062 background

This text has white color on #5A5062 background.


Related colors

Complementary color

Complementary color for #hex is #A5AF9D.


I love getcolorcode.com

Triadic colors

1 #625A50 and #50625A with #5A5062 are triadic colors.

2 #62505A and #505A62 with #5A5062 are triadic colors.