#5E3854

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

Shades of Purple Taupe #5E3854

Tints of Purple Taupe #5E3854

Color information

#5E3854 (or 0x5E3854) is unknown color: approx Purple Taupe. HEX triplet: 5E, 38 and 54. RGB value is (94,56,84). Sum of RGB (Red+Green+Blue) = 94+56+84=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3854 is #A1C7AB. Grayscale: #464646. Windows color (decimal): -10602412 or 5519454. OLE color: 5519454.

HSL color Cylindrical-coordinate representation of color #5E3854: hue angle of 315.79º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E3854 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.63.

Color convert

RGB945684-
CMYK00.400.110.63
HSL315.79º25.33%29.41%-
HSV(B)315.79º40.43%36.86%-
XYZ7.635.859.11-
YUV70.55135.59144.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.17%
GREEN value IS 56 (22.27% from 255) = 23.93%
BLUE value IS 84 (33.20% from 255) = 35.90%
R=40.17%
G=23.93%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94568400.400.110.63315.7925.3329.41
Hex5E3854028B3F13c191d
Octal1367012405013774743135
Binary10111101110001010100010100010111111111001111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,56,84); }

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

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

 a { background-color: rgb(94,56,84); }

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

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

 span { border-color: rgb(94,56,84); }

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