COLOR #5D5A7C

HEX: #5D5A7C RGB: (93,90,124)

Color info

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

RGB color model

#5D5A7C color RGB value is (93,90,124).

RGB: (93,90,124) (36%, 35%, 49%)

RGB channels and saturation

R 93 of 255 = 36%
G 90 of 255 = 35%
B 124 of 255 = 49%

93
90
124

R + G + B ~ 40%. #5D5A7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 93 + 90 + 124 = 307 (100%)
R 93 of 307 ~ 30.29%
G 90 of 307 ~ 29.32%
B 124 of 307 ~ 40.39'%

%30.29
%29.32
%40.39

CMYK color model

#5D5A7C color CMYK value is (25,27,0,51).

  • cyan value is 25.00%
  • magenta value is 27.42%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK: (25,27,0,51) C25M27Y0K51 (25%,27%,0%,51%) (0.25/0.27/0.00/0.51) 

CMYK percentages

%25
%27.42
%0
%51.37

Codes

Color #5D5A7C in popluar color models

5D 5A 7C
RGB 93 90 124
HSL 245° 15.89% 41.96%
HSB/HSV 245° 27.42% 48.63%
CMYK 25.00% 27.42% 0.00%
51.37%

Color #5D5A7C in popluar number systems.

HEX 5D 5A 7C
Decimal 93 90 124
Binary 1011101 1011010 1111100
Octal 135 132 174

Shades and tints

Shades of #5D5A7C

#5D5A7C
(93,90,124)
#555271
(85,82,113)
#4D4A66
(77,74,102)
#45425B
(69,66,91)
#3D3A50
(61,58,80)
#353245
(53,50,69)
#2D2A3A
(45,42,58)
#25222F
(37,34,47)
#1D1A24
(29,26,36)
#151219
(21,18,25)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #5D5A7C

#5D5A7C
(93,90,124)
#6B6987
(107,105,135)
#797892
(121,120,146)
#87879D
(135,135,157)
#9596A8
(149,150,168)
#A3A5B3
(163,165,179)
#B1B4BE
(177,180,190)
#BFC3C9
(191,195,201)
#CDD2D4
(205,210,212)
#DBE1DF
(219,225,223)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5A7C color. Also use rgb(93,90,124) instead hex code.

Text Font Color

.myTextColor { color: #5D5A7C; }

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

This text font color is #5D5A7C.

Background Color

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

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

This div background color is #5D5A7C.

Border color

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

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

This div border color is #5D5A7C.

Opacity

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

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

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

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

This text has shadow with #5D5A7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5A7C.

Preview

Color preview on black background

This text has color #5D5A7C on black background.


Color preview on white background

This text has color #5D5A7C on white background.


Black color preview on #5D5A7C background

This text has black color on #5D5A7C background.


White color preview on #5D5A7C background

This text has white color on #5D5A7C background.


Related colors

Complementary color

Complementary color for #hex is #A2A583.


I love getcolorcode.com

Triadic colors

1 #7C5D5A and #5A7C5D with #5D5A7C are triadic colors.

2 #7C5A5D and #5A5D7C with #5D5A7C are triadic colors.