#553E54

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

Shades of Purple Taupe #553E54

Tints of Purple Taupe #553E54

Color information

#553E54 (or 0x553E54) is unknown color: approx Purple Taupe. HEX triplet: 55, 3E and 54. RGB value is (85,62,84). Sum of RGB (Red+Green+Blue) = 85+62+84=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 85 - color contains mainly: red. Hex color #553E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553E54 is #AAC1AB. Grayscale: #474747. Windows color (decimal): -11190700 or 5520981. OLE color: 5520981.

HSL color Cylindrical-coordinate representation of color #553E54: hue angle of 302.61º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #553E54 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB856284-
CMYK00.270.010.67
HSL302.61º15.65%28.82%-
HSV(B)302.61º27.06%33.33%-
XYZ7.076.029.18-
YUV71.38135.12137.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.80%
GREEN value IS 62 (24.61% from 255) = 26.84%
BLUE value IS 84 (33.20% from 255) = 36.36%
R=36.80%
G=26.84%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85628400.270.010.67302.6115.6528.82
Hex553E5401B14312f101d
Octal1257612403311034572035
Binary10101011111101010100011011110000111001011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553E54; }

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

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

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

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

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

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

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

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