#553653

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

Shades of Purple Taupe #553653

Tints of Purple Taupe #553653

Color information

#553653 (or 0x553653) is unknown color: approx Purple Taupe. HEX triplet: 55, 36 and 53. RGB value is (85,54,83). Sum of RGB (Red+Green+Blue) = 85+54+83=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #553653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553653 is #AAC9AC. Grayscale: #424242. Windows color (decimal): -11192749 or 5453397. OLE color: 5453397.

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

Color convert

RGB855483-
CMYK00.360.020.67
HSL303.87º22.3%27.25%-
HSV(B)303.87º36.47%33.33%-
XYZ6.635.198.84-
YUV66.58137.27141.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 54 (21.48% from 255) = 24.32%
BLUE value IS 83 (32.81% from 255) = 37.39%
R=38.29%
G=24.32%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85548300.360.020.67303.8722.327.25
Hex553653024243130161b
Octal1256612304421034602633
Binary1010101110110101001101001001010000111001100001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553653; }

 p { color: rgb(85,54,83); }

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

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

 a { background-color: rgb(85,54,83); }

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

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

 span { border-color: rgb(85,54,83); }

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