#53434E

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

Shades of Purple Taupe #53434E

Tints of Purple Taupe #53434E

Color information

#53434E (or 0x53434E) is unknown color: approx Purple Taupe. HEX triplet: 53, 43 and 4E. RGB value is (83,67,78). Sum of RGB (Red+Green+Blue) = 83+67+78=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #53434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53434E is #ACBCB1. Grayscale: #494949. Windows color (decimal): -11320498 or 5129043. OLE color: 5129043.

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

Color convert

RGB836778-
CMYK00.190.060.67
HSL318.75º10.67%29.41%-
HSV(B)318.75º19.28%32.55%-
XYZ6.956.48.08-
YUV73.04130.8135.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.40%
GREEN value IS 67 (26.56% from 255) = 29.39%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=36.40%
G=29.39%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83677800.190.060.67318.7510.6729.41
Hex53434E01364313fb1d
Octal12310311602361034771335
Binary1010011100001110011100100111101000011100111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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