#5E5674

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

Shades of Smoky #5E5674

Tints of Smoky #5E5674

Color information

#5E5674 (or 0x5E5674) is unknown color: approx Smoky. HEX triplet: 5E, 56 and 74. RGB value is (94,86,116). Sum of RGB (Red+Green+Blue) = 94+86+116=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 116 - color contains mainly: blue. Hex color #5E5674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5674 is #A1A98B. Grayscale: #5B5B5B. Windows color (decimal): -10594700 or 7624286. OLE color: 7624286.

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

Color convert

RGB9486116-
CMYK0.190.2600.55
HSL256º14.85%39.61%-
HSV(B)256º25.86%45.49%-
XYZ11.110.317.93-
YUV91.81141.65129.56-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.76%
GREEN value IS 86 (33.98% from 255) = 29.05%
BLUE value IS 116 (45.70% from 255) = 39.19%
R=31.76%
G=29.05%
B=39.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94861160.190.2600.5525614.8539.61
Hex5E5674131A037100f28
Octal13612616423320674001750
Binary101111010101101110100100111101001101111000000001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,86,116); }

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

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

 a { background-color: rgb(94,86,116); }

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

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

 span { border-color: rgb(94,86,116); }

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