#554454

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

Shades of Purple Taupe #554454

Tints of Purple Taupe #554454

Color information

#554454 (or 0x554454) is unknown color: approx Purple Taupe. HEX triplet: 55, 44 and 54. RGB value is (85,68,84). Sum of RGB (Red+Green+Blue) = 85+68+84=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 85 - color contains mainly: red. Hex color #554454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554454 is #AABBAB. Grayscale: #4A4A4A. Windows color (decimal): -11189164 or 5522517. OLE color: 5522517.

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

Color convert

RGB856884-
CMYK00.200.010.67
HSL303.53º11.11%30%-
HSV(B)303.53º20%33.33%-
XYZ7.416.719.29-
YUV74.91133.13135.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.86%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 84 (33.20% from 255) = 35.44%
R=35.86%
G=28.69%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85688400.200.010.67303.5311.1130
Hex554454014143130b1e
Octal12510412402411034601336
Binary10101011000100101010001010011000011100110000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554454; }

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

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

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

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

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

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

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

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