#55404F

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

Shades of Purple Taupe #55404F

Tints of Purple Taupe #55404F

Color information

#55404F (or 0x55404F) is unknown color: approx Purple Taupe. HEX triplet: 55, 40 and 4F. RGB value is (85,64,79). Sum of RGB (Red+Green+Blue) = 85+64+79=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #55404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55404F is #AABFB0. Grayscale: #474747. Windows color (decimal): -11190193 or 5193813. OLE color: 5193813.

HSL color Cylindrical-coordinate representation of color #55404F: hue angle of 317.14º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #55404F is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB856479-
CMYK00.250.070.67
HSL317.14º14.09%29.22%-
HSV(B)317.14º24.71%33.33%-
XYZ6.996.168.22-
YUV71.99131.96137.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 64 (25.39% from 255) = 28.07%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=37.28%
G=28.07%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85647900.250.070.67317.1414.0929.22
Hex55404F01974313de1d
Octal12510011703171034751635
Binary1010101100000010011110110011111000011100111101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,64,79); }

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

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

 a { background-color: rgb(85,64,79); }

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

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

 span { border-color: rgb(85,64,79); }

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