#55374D

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

Shades of Purple Taupe #55374D

Tints of Purple Taupe #55374D

Color information

#55374D (or 0x55374D) is unknown color: approx Purple Taupe. HEX triplet: 55, 37 and 4D. RGB value is (85,55,77). Sum of RGB (Red+Green+Blue) = 85+55+77=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #55374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55374D is #AAC8B2. Grayscale: #424242. Windows color (decimal): -11192499 or 5060437. OLE color: 5060437.

HSL color Cylindrical-coordinate representation of color #55374D: hue angle of 316º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55374D is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB855577-
CMYK00.350.090.67
HSL316º21.43%27.45%-
HSV(B)316º35.29%33.33%-
XYZ6.455.27.68-
YUV66.48133.94141.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.17%
GREEN value IS 55 (21.88% from 255) = 25.35%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=39.17%
G=25.35%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85557700.350.090.6731621.4327.45
Hex55374D02394313c151b
Octal12567115043111034742533
Binary101010111011110011010100011100110000111001111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55374D; }

 p { color: rgb(85,55,77); }

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

<style>
 a { background-color: #55374D; }

 a { background-color: rgb(85,55,77); }

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

<style>
 span { border-color: #55374D; }

 span { border-color: rgb(85,55,77); }

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