#555355

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

Shades of Purple Taupe #555355

Tints of Purple Taupe #555355

Color information

#555355 (or 0x555355) is unknown color: approx Purple Taupe. HEX triplet: 55, 53 and 55. RGB value is (85,83,85). Sum of RGB (Red+Green+Blue) = 85+83+85=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #555355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555355 is #AAACAA. Grayscale: #535353. Windows color (decimal): -11185323 or 5591893. OLE color: 5591893.

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

Color convert

RGB858385-
CMYK00.0200.67
HSL300º1.19%32.94%-
HSV(B)300º2.35%33.33%-
XYZ8.488.779.84-
YUV83.83128.66128.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.60%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=33.60%
G=32.81%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85838500.0200.673001.1932.94
Hex5553550204312c121
Octal125123125020103454141
Binary101010110100111010101010010000111001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555355; }

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

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

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

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

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

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

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

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