#53384C

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

Shades of Purple Taupe #53384C

Tints of Purple Taupe #53384C

Color information

#53384C (or 0x53384C) is unknown color: approx Purple Taupe. HEX triplet: 53, 38 and 4C. RGB value is (83,56,76). Sum of RGB (Red+Green+Blue) = 83+56+76=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 83 - color contains mainly: red. Hex color #53384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53384C is #ACC7B3. Grayscale: #424242. Windows color (decimal): -11323316 or 4995155. OLE color: 4995155.

HSL color Cylindrical-coordinate representation of color #53384C: hue angle of 315.56º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53384C is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB835676-
CMYK00.330.080.67
HSL315.56º19.42%27.25%-
HSV(B)315.56º32.53%32.55%-
XYZ6.295.197.51-
YUV66.35133.45139.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.60%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=38.60%
G=26.05%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83567600.330.080.67315.5619.4227.25
Hex53384C02184313c131b
Octal12370114041101034742333
Binary101001111100010011000100001100010000111001111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53384C; }

 p { color: rgb(83,56,76); }

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

<style>
 a { background-color: #53384C; }

 a { background-color: rgb(83,56,76); }

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

<style>
 span { border-color: #53384C; }

 span { border-color: rgb(83,56,76); }

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