#555255

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

Shades of Purple Taupe #555255

Tints of Purple Taupe #555255

Color information

#555255 (or 0x555255) is unknown color: approx Purple Taupe. HEX triplet: 55, 52 and 55. RGB value is (85,82,85). Sum of RGB (Red+Green+Blue) = 85+82+85=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #555255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555255 is #AAADAA. Grayscale: #535353. Windows color (decimal): -11185579 or 5591637. OLE color: 5591637.

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

Color convert

RGB858285-
CMYK00.0400.67
HSL300º1.8%32.75%-
HSV(B)300º3.53%33.33%-
XYZ8.48.629.82-
YUV83.24128.99129.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.73%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 85 (33.59% from 255) = 33.73%
R=33.73%
G=32.54%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85828500.0400.673001.832.75
Hex5552550404312c221
Octal125122125040103454241
Binary10101011010010101010101000100001110010110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555255; }

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

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

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

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

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

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

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

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