#554354

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

Shades of Purple Taupe #554354

Tints of Purple Taupe #554354

Color information

#554354 (or 0x554354) is unknown color: approx Purple Taupe. HEX triplet: 55, 43 and 54. RGB value is (85,67,84). Sum of RGB (Red+Green+Blue) = 85+67+84=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 85 - color contains mainly: red. Hex color #554354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554354 is #AABCAB. Grayscale: #4A4A4A. Windows color (decimal): -11189420 or 5522261. OLE color: 5522261.

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

Color convert

RGB856784-
CMYK00.210.010.67
HSL303.33º11.84%29.8%-
HSV(B)303.33º21.18%33.33%-
XYZ7.356.599.27-
YUV74.32133.46135.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 67 (26.56% from 255) = 28.39%
BLUE value IS 84 (33.20% from 255) = 35.59%
R=36.02%
G=28.39%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85678400.210.010.67303.3311.8429.8
Hex55435401514312fc1e
Octal12510312402511034571436
Binary10101011000011101010001010111000011100101111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554354; }

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

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

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

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

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

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

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

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