#553F50

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

Shades of Purple Taupe #553F50

Tints of Purple Taupe #553F50

Color information

#553F50 (or 0x553F50) is unknown color: approx Purple Taupe. HEX triplet: 55, 3F and 50. RGB value is (85,63,80). Sum of RGB (Red+Green+Blue) = 85+63+80=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #553F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553F50 is #AAC0AF. Grayscale: #474747. Windows color (decimal): -11190448 or 5259093. OLE color: 5259093.

HSL color Cylindrical-coordinate representation of color #553F50: hue angle of 313.64º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #553F50 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB856380-
CMYK00.260.060.67
HSL313.64º14.86%29.02%-
HSV(B)313.64º25.88%33.33%-
XYZ6.976.078.39-
YUV71.52132.79137.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 63 (25% from 255) = 27.63%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=37.28%
G=27.63%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85638000.260.060.67313.6414.8629.02
Hex553F5001A64313af1d
Octal1257712003261034721735
Binary101010111111110100000110101101000011100111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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