#53474F

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

Shades of Purple Taupe #53474F

Tints of Purple Taupe #53474F

Color information

#53474F (or 0x53474F) is unknown color: approx Purple Taupe. HEX triplet: 53, 47 and 4F. RGB value is (83,71,79). Sum of RGB (Red+Green+Blue) = 83+71+79=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 83 - color contains mainly: red. Hex color #53474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53474F is #ACB8B0. Grayscale: #4B4B4B. Windows color (decimal): -11319473 or 5195603. OLE color: 5195603.

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

Color convert

RGB837179-
CMYK00.140.050.67
HSL320º7.79%30.2%-
HSV(B)320º14.46%32.55%-
XYZ7.236.918.35-
YUV75.5129.98133.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.62%
GREEN value IS 71 (28.12% from 255) = 30.47%
BLUE value IS 79 (31.25% from 255) = 33.91%
R=35.62%
G=30.47%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83717900.140.050.673207.7930.2
Hex53474F0E54314081e
Octal12310711701651035001036
Binary101001110001111001111011101011000011101000000100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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