#5E4160

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

Shades of Seance #5E4160

Tints of Seance #5E4160

Color information

#5E4160 (or 0x5E4160) is unknown color: approx Seance. HEX triplet: 5E, 41 and 60. RGB value is (94,65,96). Sum of RGB (Red+Green+Blue) = 94+65+96=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 96 - color contains mainly: blue. Hex color #5E4160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4160 is #A1BE9F. Grayscale: #4D4D4D. Windows color (decimal): -10600096 or 6308190. OLE color: 6308190.

HSL color Cylindrical-coordinate representation of color #5E4160: hue angle of 296.13º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E4160 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB946596-
CMYK0.020.3200.62
HSL296.13º19.25%31.57%-
HSV(B)296.13º32.29%37.65%-
XYZ8.62711.96-
YUV77.2138.61139.98-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.86%
GREEN value IS 65 (25.78% from 255) = 25.49%
BLUE value IS 96 (37.89% from 255) = 37.65%
R=36.86%
G=25.49%
B=37.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9465960.020.3200.62296.1319.2531.57
Hex5E416022003E1281320
Octal1361011402400764502340
Binary10111101000001110000010100000011111010010100010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,65,96); }

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

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

 a { background-color: rgb(94,65,96); }

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

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

 span { border-color: rgb(94,65,96); }

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