#55384D

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

Shades of Purple Taupe #55384D

Tints of Purple Taupe #55384D

Color information

#55384D (or 0x55384D) is unknown color: approx Purple Taupe. HEX triplet: 55, 38 and 4D. RGB value is (85,56,77). Sum of RGB (Red+Green+Blue) = 85+56+77=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #55384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55384D is #AAC7B2. Grayscale: #434343. Windows color (decimal): -11192243 or 5060693. OLE color: 5060693.

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

Color convert

RGB855677-
CMYK00.340.090.67
HSL316.55º20.57%27.65%-
HSV(B)316.55º34.12%33.33%-
XYZ6.55.37.7-
YUV67.06133.61140.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 77 (30.47% from 255) = 35.32%
R=38.99%
G=25.69%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85567700.340.090.67316.5520.5727.65
Hex55384D02294313d151c
Octal12570115042111034752534
Binary101010111100010011010100010100110000111001111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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