COLOR #5C5075

HEX: #5C5075
RGB: (92,80,117)

Color info

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

RGB color model

#5C5075 color RGB value is (92,80,117).

  • red value is 92;
  • green value is 80;
  • blue value is 117.
RGB:
(92,80,117)
(36%,31%,46%)

RGB channels and saturation

R 92 of 255 = 36%
G 80 of 255 = 31%
B 117 of 255 = 46%

92
80
117

R + G + B ~ 38%. #5C5075 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 80 + 117 = 289 (100%)
R 92 of 289 ~ 31.83%
G 80 of 289 ~ 27.68%
B 117 of 289 ~ 40.48%

%31.83
%27.68
%40.48

CMYK color model

#5C5075 color CMYK value is (21,32,0,54).

  • cyan value is 21.37%
  • magenta value is 31.62%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(21,32,0,54)
C21M32Y0K54 
(21%,32%,0%,54%)
(0.21/0.32/0.00/0.54)	

CMYK percentages

%21.37
%31.62
%0
%54.12

Codes

Color #5C5075 in popluar color models

5C5075
RGB9280117
HSL259°18.78%38.63%
HSB/HSV259°31.62%45.88%
CMYK21.37%31.62%0.00%
54.12%

Color #5C5075 in popluar number systems.

HEX5C5075
Decimal9280117
Binary101110010100001110101
Octal134120165

Shades and tints

Shades of #5C5075

#5C5075
(92,80,117)
#54496B
(84,73,107)
#4C4261
(76,66,97)
#443B57
(68,59,87)
#3C344D
(60,52,77)
#342D43
(52,45,67)
#2C2639
(44,38,57)
#241F2F
(36,31,47)
#1C1825
(28,24,37)
#14111B
(20,17,27)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #5C5075

#5C5075
(92,80,117)
#6A5F81
(106,95,129)
#786E8D
(120,110,141)
#867D99
(134,125,153)
#948CA5
(148,140,165)
#A29BB1
(162,155,177)
#B0AABD
(176,170,189)
#BEB9C9
(190,185,201)
#CCC8D5
(204,200,213)
#DAD7E1
(218,215,225)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5075 color. Also use rgb(92,80,117) instead hex code.

Text Font Color

.myTextColor { color: #5C5075; }

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

This text font color is #5C5075.


Background Color

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

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

This div background color is #5C5075.


Border color

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

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

This div border color is #5C5075.


Opacity

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

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

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

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

This text has shadow with #5C5075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5075 on black background.


Color preview on white background

This text has color #5C5075 on white background.



Black color preview on #5C5075 background

This text has black color on #5C5075 background.


White color preview on #5C5075 background

This text has white color on #5C5075 background.