#53424E

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

Shades of Purple Taupe #53424E

Tints of Purple Taupe #53424E

Color information

#53424E (or 0x53424E) is unknown color: approx Purple Taupe. HEX triplet: 53, 42 and 4E. RGB value is (83,66,78). Sum of RGB (Red+Green+Blue) = 83+66+78=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 83 - color contains mainly: red. Hex color #53424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53424E is #ACBDB1. Grayscale: #484848. Windows color (decimal): -11320754 or 5128787. OLE color: 5128787.

HSL color Cylindrical-coordinate representation of color #53424E: hue angle of 317.65º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #53424E is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB836678-
CMYK00.200.060.67
HSL317.65º11.41%29.22%-
HSV(B)317.65º20.48%32.55%-
XYZ6.896.298.06-
YUV72.45131.13135.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.56%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=36.56%
G=29.07%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83667800.200.060.67317.6511.4129.22
Hex53424E01464313eb1d
Octal12310211602461034761335
Binary1010011100001010011100101001101000011100111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53424E; }

 p { color: rgb(83,66,78); }

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

<style>
 a { background-color: #53424E; }

 a { background-color: rgb(83,66,78); }

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

<style>
 span { border-color: #53424E; }

 span { border-color: rgb(83,66,78); }

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