#5E3453

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

Shades of Purple Taupe #5E3453

Tints of Purple Taupe #5E3453

Color information

#5E3453 (or 0x5E3453) is unknown color: approx Purple Taupe. HEX triplet: 5E, 34 and 53. RGB value is (94,52,83). Sum of RGB (Red+Green+Blue) = 94+52+83=229 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.05% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3453 is #A1CBAC. Grayscale: #444444. Windows color (decimal): -10603437 or 5452894. OLE color: 5452894.

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

Color convert

RGB945283-
CMYK00.450.120.63
HSL315.71º28.77%28.63%-
HSV(B)315.71º44.68%36.86%-
XYZ7.415.468.85-
YUV68.09136.41146.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.05%
GREEN value IS 52 (20.70% from 255) = 22.71%
BLUE value IS 83 (32.81% from 255) = 36.24%
R=41.05%
G=22.71%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94528300.450.120.63315.7128.7728.63
Hex5E345302DC3F13c1d1d
Octal1366412305514774743535
Binary10111101101001010011010110111001111111001111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,52,83); }

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

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

 a { background-color: rgb(94,52,83); }

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

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

 span { border-color: rgb(94,52,83); }

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