#554353

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

Shades of Purple Taupe #554353

Tints of Purple Taupe #554353

Color information

#554353 (or 0x554353) is unknown color: approx Purple Taupe. HEX triplet: 55, 43 and 53. RGB value is (85,67,83). Sum of RGB (Red+Green+Blue) = 85+67+83=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 85 - color contains mainly: red. Hex color #554353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554353 is #AABCAC. Grayscale: #4A4A4A. Windows color (decimal): -11189421 or 5456725. OLE color: 5456725.

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

Color convert

RGB856783-
CMYK00.210.020.67
HSL306.67º11.84%29.8%-
HSV(B)306.67º21.18%33.33%-
XYZ7.316.579.07-
YUV74.21132.96135.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.17%
GREEN value IS 67 (26.56% from 255) = 28.51%
BLUE value IS 83 (32.81% from 255) = 35.32%
R=36.17%
G=28.51%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85678300.210.020.67306.6711.8429.8
Hex554353015243133c1e
Octal12510312302521034631436
Binary101010110000111010011010101101000011100110011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554353; }

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

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

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

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

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

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

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

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