#55404E

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

Shades of Purple Taupe #55404E

Tints of Purple Taupe #55404E

Color information

#55404E (or 0x55404E) is unknown color: approx Purple Taupe. HEX triplet: 55, 40 and 4E. RGB value is (85,64,78). Sum of RGB (Red+Green+Blue) = 85+64+78=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #55404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55404E is #AABFB1. Grayscale: #474747. Windows color (decimal): -11190194 or 5128277. OLE color: 5128277.

HSL color Cylindrical-coordinate representation of color #55404E: hue angle of 320º 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 #55404E is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB856478-
CMYK00.250.080.67
HSL320º14.09%29.22%-
HSV(B)320º24.71%33.33%-
XYZ6.956.158.03-
YUV71.88131.46137.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=37.44%
G=28.19%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85647800.250.080.6732014.0929.22
Hex55404E019843140e1d
Octal125100116031101035001635
Binary10101011000000100111001100110001000011101000000111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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