#53454F

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

Shades of Purple Taupe #53454F

Tints of Purple Taupe #53454F

Color information

#53454F (or 0x53454F) is unknown color: approx Purple Taupe. HEX triplet: 53, 45 and 4F. RGB value is (83,69,79). Sum of RGB (Red+Green+Blue) = 83+69+79=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 83 - color contains mainly: red. Hex color #53454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53454F is #ACBAB0. Grayscale: #4A4A4A. Windows color (decimal): -11319985 or 5195091. OLE color: 5195091.

HSL color Cylindrical-coordinate representation of color #53454F: hue angle of 317.14º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #53454F is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB836979-
CMYK00.170.050.67
HSL317.14º9.21%29.8%-
HSV(B)317.14º16.87%32.55%-
XYZ7.116.668.31-
YUV74.33130.64134.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 79 (31.25% from 255) = 34.20%
R=35.93%
G=29.87%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83697900.170.050.67317.149.2129.8
Hex53454F01154313d91e
Octal12310511702151034751136
Binary1010011100010110011110100011011000011100111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53454F; }

 p { color: rgb(83,69,79); }

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

<style>
 a { background-color: #53454F; }

 a { background-color: rgb(83,69,79); }

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

<style>
 span { border-color: #53454F; }

 span { border-color: rgb(83,69,79); }

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