#553A4B

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

Shades of Purple Taupe #553A4B

Tints of Purple Taupe #553A4B

Color information

#553A4B (or 0x553A4B) is unknown color: approx Purple Taupe. HEX triplet: 55, 3A and 4B. RGB value is (85,58,75). Sum of RGB (Red+Green+Blue) = 85+58+75=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #553A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A4B is #AAC5B4. Grayscale: #434343. Windows color (decimal): -11191733 or 4930133. OLE color: 4930133.

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

Color convert

RGB855875-
CMYK00.320.120.67
HSL322.22º18.88%28.04%-
HSV(B)322.22º31.76%33.33%-
XYZ6.535.477.37-
YUV68.01131.95140.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 58 (23.05% from 255) = 26.61%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=38.99%
G=26.61%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85587500.320.120.67322.2218.8828.04
Hex553A4B020C43142131c
Octal12572113040141035022334
Binary101010111101010010110100000110010000111010000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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