COLOR #5C5465

HEX: #5C5465
RGB: (92,84,101)

Color info

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

RGB color model

#5C5465 color RGB value is (92,84,101).

  • red value is 92;
  • green value is 84;
  • blue value is 101.
RGB:
(92,84,101)
(36%,33%,40%)

RGB channels and saturation

R 92 of 255 = 36%
G 84 of 255 = 33%
B 101 of 255 = 40%

92
84
101

R + G + B ~ 36%. #5C5465 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 84 + 101 = 277 (100%)
R 92 of 277 ~ 33.21%
G 84 of 277 ~ 30.32%
B 101 of 277 ~ 36.46%

%33.21
%30.32
%36.46

CMYK color model

#5C5465 color CMYK value is (9,17,0,60).

  • cyan value is 8.91%
  • magenta value is 16.83%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(9,17,0,60)
C9M17Y0K60 
(9%,17%,0%,60%)
(0.09/0.17/0.00/0.60)	

CMYK percentages

%8.91
%16.83
%0
%60.39

Codes

Color #5C5465 in popluar color models

5C5465
RGB9284101
HSL268°9.19%36.27%
HSB/HSV268°16.83%39.61%
CMYK8.91%16.83%0.00%
60.39%

Color #5C5465 in popluar number systems.

HEX5C5465
Decimal9284101
Binary101110010101001100101
Octal134124145

Shades and tints

Shades of #5C5465

#5C5465
(92,84,101)
#544D5C
(84,77,92)
#4C4653
(76,70,83)
#443F4A
(68,63,74)
#3C3841
(60,56,65)
#343138
(52,49,56)
#2C2A2F
(44,42,47)
#242326
(36,35,38)
#1C1C1D
(28,28,29)
#141514
(20,21,20)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #5C5465

#5C5465
(92,84,101)
#6A6373
(106,99,115)
#787281
(120,114,129)
#86818F
(134,129,143)
#94909D
(148,144,157)
#A29FAB
(162,159,171)
#B0AEB9
(176,174,185)
#BEBDC7
(190,189,199)
#CCCCD5
(204,204,213)
#DADBE3
(218,219,227)
#E8EAF1
(232,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5465 color. Also use rgb(92,84,101) instead hex code.

Text Font Color

.myTextColor { color: #5C5465; }

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

This text font color is #5C5465.


Background Color

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

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

This div background color is #5C5465.


Border color

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

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

This div border color is #5C5465.


Opacity

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

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

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

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

This text has shadow with #5C5465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5465 on black background.


Color preview on white background

This text has color #5C5465 on white background.



Black color preview on #5C5465 background

This text has black color on #5C5465 background.


White color preview on #5C5465 background

This text has white color on #5C5465 background.