#5E435C

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

Shades of Purple Taupe #5E435C

Tints of Purple Taupe #5E435C

Color information

#5E435C (or 0x5E435C) is unknown color: approx Purple Taupe. HEX triplet: 5E, 43 and 5C. RGB value is (94,67,92). Sum of RGB (Red+Green+Blue) = 94+67+92=253 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.15% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 94 - color contains mainly: red. Hex color #5E435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E435C is #A1BCA3. Grayscale: #4D4D4D. Windows color (decimal): -10599588 or 6046558. OLE color: 6046558.

HSL color Cylindrical-coordinate representation of color #5E435C: hue angle of 304.44º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E435C is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB946792-
CMYK00.290.020.63
HSL304.44º16.77%31.57%-
HSV(B)304.44º28.72%36.86%-
XYZ8.567.1711.06-
YUV77.92135.95139.47-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.15%
GREEN value IS 67 (26.56% from 255) = 26.48%
BLUE value IS 92 (36.33% from 255) = 36.36%
R=37.15%
G=26.48%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94679200.290.020.63304.4416.7731.57
Hex5E435C01D23F1301120
Octal1361031340352774602140
Binary1011110100001110111000111011011111110011000010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E435C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,67,92); }

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

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

 a { background-color: rgb(94,67,92); }

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

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

 span { border-color: rgb(94,67,92); }

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