#53394E

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

Shades of Purple Taupe #53394E

Tints of Purple Taupe #53394E

Color information

#53394E (or 0x53394E) is unknown color: approx Purple Taupe. HEX triplet: 53, 39 and 4E. RGB value is (83,57,78). Sum of RGB (Red+Green+Blue) = 83+57+78=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #53394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53394E is #ACC6B1. Grayscale: #434343. Windows color (decimal): -11323058 or 5126483. OLE color: 5126483.

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

Color convert

RGB835778-
CMYK00.310.060.67
HSL311.54º18.57%27.45%-
HSV(B)311.54º31.33%32.55%-
XYZ6.415.327.9-
YUV67.17134.11139.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 57 (22.66% from 255) = 26.15%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=38.07%
G=26.15%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83577800.310.060.67311.5418.5727.45
Hex53394E01F643138131b
Octal1237111603761034702333
Binary1010011111001100111001111111010000111001110001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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