#554C54

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

Shades of Purple Taupe #554C54

Tints of Purple Taupe #554C54

Color information

#554C54 (or 0x554C54) is unknown color: approx Purple Taupe. HEX triplet: 55, 4C and 54. RGB value is (85,76,84). Sum of RGB (Red+Green+Blue) = 85+76+84=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 85 - color contains mainly: red. Hex color #554C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C54 is #AAB3AB. Grayscale: #4F4F4F. Windows color (decimal): -11187116 or 5524565. OLE color: 5524565.

HSL color Cylindrical-coordinate representation of color #554C54: hue angle of 306.67º 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 #554C54 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB857684-
CMYK00.110.010.67
HSL306.67º5.59%31.57%-
HSV(B)306.67º10.59%33.33%-
XYZ7.937.749.46-
YUV79.6130.48131.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.69%
GREEN value IS 76 (30.08% from 255) = 31.02%
BLUE value IS 84 (33.20% from 255) = 34.29%
R=34.69%
G=31.02%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85768400.110.010.67306.675.5931.57
Hex554C540B143133620
Octal1251141240131103463640
Binary1010101100110010101000101111000011100110011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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