#554C53

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

Shades of Purple Taupe #554C53

Tints of Purple Taupe #554C53

Color information

#554C53 (or 0x554C53) is unknown color: approx Purple Taupe. HEX triplet: 55, 4C and 53. RGB value is (85,76,83). Sum of RGB (Red+Green+Blue) = 85+76+83=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 85 - color contains mainly: red. Hex color #554C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C53 is #AAB3AC. Grayscale: #4F4F4F. Windows color (decimal): -11187117 or 5459029. OLE color: 5459029.

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

Color convert

RGB857683-
CMYK00.110.020.67
HSL313.33º5.59%31.57%-
HSV(B)313.33º10.59%33.33%-
XYZ7.897.729.26-
YUV79.49129.98131.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.84%
GREEN value IS 76 (30.08% from 255) = 31.15%
BLUE value IS 83 (32.81% from 255) = 34.02%
R=34.84%
G=31.15%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85768300.110.020.67313.335.5931.57
Hex554C530B243139620
Octal1251141230132103471640
Binary10101011001100101001101011101000011100111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554C53; }

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

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

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

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

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

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

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

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