#55394E

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

Shades of Purple Taupe #55394E

Tints of Purple Taupe #55394E

Color information

#55394E (or 0x55394E) is unknown color: approx Purple Taupe. HEX triplet: 55, 39 and 4E. RGB value is (85,57,78). Sum of RGB (Red+Green+Blue) = 85+57+78=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #55394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55394E is #AAC6B1. Grayscale: #434343. Windows color (decimal): -11191986 or 5126485. OLE color: 5126485.

HSL color Cylindrical-coordinate representation of color #55394E: hue angle of 315º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55394E is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB855778-
CMYK00.330.080.67
HSL315º19.72%27.84%-
HSV(B)315º32.94%33.33%-
XYZ6.585.417.9-
YUV67.77133.78140.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 78 (30.86% from 255) = 35.45%
R=38.64%
G=25.91%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85577800.330.080.6731519.7227.84
Hex55394E02184313b141c
Octal12571116041101034732434
Binary101010111100110011100100001100010000111001110111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55394E; }

 p { color: rgb(85,57,78); }

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

<style>
 a { background-color: #55394E; }

 a { background-color: rgb(85,57,78); }

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

<style>
 span { border-color: #55394E; }

 span { border-color: rgb(85,57,78); }

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