#554753

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

Shades of Purple Taupe #554753

Tints of Purple Taupe #554753

Color information

#554753 (or 0x554753) is unknown color: approx Purple Taupe. HEX triplet: 55, 47 and 53. RGB value is (85,71,83). Sum of RGB (Red+Green+Blue) = 85+71+83=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 85 - color contains mainly: red. Hex color #554753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554753 is #AAB8AC. Grayscale: #4C4C4C. Windows color (decimal): -11188397 or 5457749. OLE color: 5457749.

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

Color convert

RGB857183-
CMYK00.160.020.67
HSL308.57º8.97%30.59%-
HSV(B)308.57º16.47%33.33%-
XYZ7.567.069.15-
YUV76.55131.64134.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.56%
GREEN value IS 71 (28.12% from 255) = 29.71%
BLUE value IS 83 (32.81% from 255) = 34.73%
R=35.56%
G=29.71%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85718300.160.020.67308.578.9730.59
Hex55475301024313591f
Octal12510712302021034651137
Binary101010110001111010011010000101000011100110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554753; }

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

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

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

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

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

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

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

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