#553D4E

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

Shades of Purple Taupe #553D4E

Tints of Purple Taupe #553D4E

Color information

#553D4E (or 0x553D4E) is unknown color: approx Purple Taupe. HEX triplet: 55, 3D and 4E. RGB value is (85,61,78). Sum of RGB (Red+Green+Blue) = 85+61+78=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #553D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553D4E is #AAC2B1. Grayscale: #464646. Windows color (decimal): -11190962 or 5127509. OLE color: 5127509.

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

Color convert

RGB856178-
CMYK00.280.080.67
HSL317.5º16.44%28.63%-
HSV(B)317.5º28.24%33.33%-
XYZ6.795.827.97-
YUV70.11132.45138.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 61 (24.22% from 255) = 27.23%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=37.95%
G=27.23%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85617800.280.080.67317.516.4428.63
Hex553D4E01C84313e101d
Octal12575116034101034762035
Binary10101011111011001110011100100010000111001111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553D4E; }

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

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

<style>
 a { background-color: #553D4E; }

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

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

<style>
 span { border-color: #553D4E; }

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

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