#553A4F

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

Shades of Purple Taupe #553A4F

Tints of Purple Taupe #553A4F

Color information

#553A4F (or 0x553A4F) is unknown color: approx Purple Taupe. HEX triplet: 55, 3A and 4F. RGB value is (85,58,79). Sum of RGB (Red+Green+Blue) = 85+58+79=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #553A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553A4F is #AAC5B0. Grayscale: #444444. Windows color (decimal): -11191729 or 5192277. OLE color: 5192277.

HSL color Cylindrical-coordinate representation of color #553A4F: hue angle of 313.33º 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 #553A4F is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB855879-
CMYK00.320.070.67
HSL313.33º18.88%28.04%-
HSV(B)313.33º31.76%33.33%-
XYZ6.675.528.11-
YUV68.47133.95139.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 58 (23.05% from 255) = 26.13%
BLUE value IS 79 (31.25% from 255) = 35.59%
R=38.29%
G=26.13%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85587900.320.070.67313.3318.8828.04
Hex553A4F020743139131c
Octal1257211704071034712334
Binary10101011110101001111010000011110000111001110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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