#5C5471

Color #5C5471 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #5C5471

Tints of Smoky #5C5471

Color information

#5C5471 (or 0x5C5471) is unknown color: approx Smoky. HEX triplet: 5C, 54 and 71. RGB value is (92,84,113). Sum of RGB (Red+Green+Blue) = 92+84+113=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 113 - color contains mainly: blue. Hex color #5C5471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5471 is #A3AB8E. Grayscale: #595959. Windows color (decimal): -10726287 or 7427164. OLE color: 7427164.

HSL color Cylindrical-coordinate representation of color #5C5471: hue angle of 256.55º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C5471 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9284113-
CMYK0.190.2600.56
HSL256.55º14.72%38.63%-
HSV(B)256.55º25.66%44.31%-
XYZ10.569.8116.96-
YUV89.7141.15129.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 31.83%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 113 (44.53% from 255) = 39.10%
R=31.83%
G=29.07%
B=39.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92841130.190.2600.56256.5514.7238.63
Hex5C5471131A038101f27
Octal13412416123320704011747
Binary101110010101001110001100111101001110001000000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C5471; }

 p { color: rgb(92,84,113); }

 H1.HeaderClassName
 {
   color: #5C5471;
 }
 .AnyTagClassName
 {
   color: #5C5471;
 }
</style>
background-color css

<style>
 a { background-color: #5C5471; }

 a { background-color: rgb(92,84,113); }

 div.DivClassName
 {
   background-color: #5C5471;
 }
 .BgClassName
 {
   background-color: #5C5471;
 }
</style>
border-color css

<style>
 span { border-color: #5C5471; }

 span { border-color: rgb(92,84,113); }

 td.TdClassName
 {
   border-color: #5C5471;
 }
 .TagClassName
 {
   border-color: #5C5471;
 }
</style>