#53374F

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

Shades of Purple Taupe #53374F

Tints of Purple Taupe #53374F

Color information

#53374F (or 0x53374F) is unknown color: approx Purple Taupe. HEX triplet: 53, 37 and 4F. RGB value is (83,55,79). Sum of RGB (Red+Green+Blue) = 83+55+79=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #53374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53374F is #ACC8B0. Grayscale: #424242. Windows color (decimal): -11323569 or 5191507. OLE color: 5191507.

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

Color convert

RGB835579-
CMYK00.340.050.67
HSL308.57º20.29%27.06%-
HSV(B)308.57º33.73%32.55%-
XYZ6.345.148.05-
YUV66.11135.28140.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.25%
GREEN value IS 55 (21.88% from 255) = 25.35%
BLUE value IS 79 (31.25% from 255) = 36.41%
R=38.25%
G=25.35%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83557900.340.050.67308.5720.2927.06
Hex53374F022543135141b
Octal1236711704251034652433
Binary10100111101111001111010001010110000111001101011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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