#553752

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

Shades of Purple Taupe #553752

Tints of Purple Taupe #553752

Color information

#553752 (or 0x553752) is unknown color: approx Purple Taupe. HEX triplet: 55, 37 and 52. RGB value is (85,55,82). Sum of RGB (Red+Green+Blue) = 85+55+82=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #553752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553752 is #AAC8AD. Grayscale: #424242. Windows color (decimal): -11192494 or 5388117. OLE color: 5388117.

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

Color convert

RGB855582-
CMYK00.350.040.67
HSL306º21.43%27.45%-
HSV(B)306º35.29%33.33%-
XYZ6.645.278.65-
YUV67.05136.44140.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=38.29%
G=24.77%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85558200.350.040.6730621.4327.45
Hex553752023443132151b
Octal1256712204341034622533
Binary10101011101111010010010001110010000111001100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553752; }

 p { color: rgb(85,55,82); }

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

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

 a { background-color: rgb(85,55,82); }

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

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

 span { border-color: rgb(85,55,82); }

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