#53464F

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

Shades of Purple Taupe #53464F

Tints of Purple Taupe #53464F

Color information

#53464F (or 0x53464F) is unknown color: approx Purple Taupe. HEX triplet: 53, 46 and 4F. RGB value is (83,70,79). Sum of RGB (Red+Green+Blue) = 83+70+79=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 83 - color contains mainly: red. Hex color #53464F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53464F is #ACB9B0. Grayscale: #4A4A4A. Windows color (decimal): -11319729 or 5195347. OLE color: 5195347.

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

Color convert

RGB837079-
CMYK00.160.050.67
HSL318.46º8.5%30%-
HSV(B)318.46º15.66%32.55%-
XYZ7.176.788.33-
YUV74.91130.31133.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=35.78%
G=30.17%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83707900.160.050.67318.468.530
Hex53464F01054313e81e
Octal12310611702051034761036
Binary1010011100011010011110100001011000011100111110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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