#553550

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

Shades of Purple Taupe #553550

Tints of Purple Taupe #553550

Color information

#553550 (or 0x553550) is unknown color: approx Purple Taupe. HEX triplet: 55, 35 and 50. RGB value is (85,53,80). Sum of RGB (Red+Green+Blue) = 85+53+80=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #553550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553550 is #AACAAF. Grayscale: #414141. Windows color (decimal): -11193008 or 5256533. OLE color: 5256533.

HSL color Cylindrical-coordinate representation of color #553550: hue angle of 309.38º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #553550 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB855380-
CMYK00.380.060.67
HSL309.38º23.19%27.06%-
HSV(B)309.38º37.65%33.33%-
XYZ6.475.068.22-
YUV65.65136.1141.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 53 (21.09% from 255) = 24.31%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=38.99%
G=24.31%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85538000.380.060.67309.3823.1927.06
Hex553550026643135171b
Octal1256512004661034652733
Binary10101011101011010000010011011010000111001101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553550; }

 p { color: rgb(85,53,80); }

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

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

 a { background-color: rgb(85,53,80); }

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

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

 span { border-color: rgb(85,53,80); }

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