#553A4D

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

Shades of Purple Taupe #553A4D

Tints of Purple Taupe #553A4D

Color information

#553A4D (or 0x553A4D) is unknown color: approx Purple Taupe. HEX triplet: 55, 3A and 4D. RGB value is (85,58,77). Sum of RGB (Red+Green+Blue) = 85+58+77=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #553A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553A4D is #AAC5B2. Grayscale: #444444. Windows color (decimal): -11191731 or 5061205. OLE color: 5061205.

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

Color convert

RGB855877-
CMYK00.320.090.67
HSL317.78º18.88%28.04%-
HSV(B)317.78º31.76%33.33%-
XYZ6.65.497.73-
YUV68.24132.95139.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 58 (23.05% from 255) = 26.36%
BLUE value IS 77 (30.47% from 255) = 35%
R=38.64%
G=26.36%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85587700.320.090.67317.7818.8828.04
Hex553A4D02094313e131c
Octal12572115040111034762334
Binary101010111101010011010100000100110000111001111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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