#5C5476

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

Shades of Smoky #5C5476

Tints of Smoky #5C5476

Color information

#5C5476 (or 0x5C5476) is unknown color: approx Smoky. HEX triplet: 5C, 54 and 76. RGB value is (92,84,118). Sum of RGB (Red+Green+Blue) = 92+84+118=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 118 - color contains mainly: blue. Hex color #5C5476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5476 is #A3AB89. Grayscale: #5A5A5A. Windows color (decimal): -10726282 or 7754844. OLE color: 7754844.

HSL color Cylindrical-coordinate representation of color #5C5476: hue angle of 254.12º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C5476 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9284118-
CMYK0.220.2900.54
HSL254.12º16.83%39.61%-
HSV(B)254.12º28.81%46.27%-
XYZ10.859.9218.48-
YUV90.27143.65129.24-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.29%
GREEN value IS 84 (33.20% from 255) = 28.57%
BLUE value IS 118 (46.48% from 255) = 40.14%
R=31.29%
G=28.57%
B=40.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92841180.220.2900.54254.1216.8339.61
Hex5C5476161D036fe1128
Octal13412416626350663762150
Binary101110010101001110110101101110101101101111111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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