#5E5675

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

Shades of Smoky #5E5675

Tints of Smoky #5E5675

Color information

#5E5675 (or 0x5E5675) is unknown color: approx Smoky. HEX triplet: 5E, 56 and 75. RGB value is (94,86,117). Sum of RGB (Red+Green+Blue) = 94+86+117=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 117 - color contains mainly: blue. Hex color #5E5675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5675 is #A1A98A. Grayscale: #5B5B5B. Windows color (decimal): -10594699 or 7689822. OLE color: 7689822.

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

Color convert

RGB9486117-
CMYK0.200.2600.54
HSL255.48º15.27%39.8%-
HSV(B)255.48º26.5%45.88%-
XYZ11.1510.3218.23-
YUV91.93142.15129.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.65%
GREEN value IS 86 (33.98% from 255) = 28.96%
BLUE value IS 117 (46.09% from 255) = 39.39%
R=31.65%
G=28.96%
B=39.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal94861170.200.2600.54255.4815.2739.8
Hex5E5675141A036fff28
Octal13612616524320663771750
Binary10111101010110111010110100110100110110111111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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