#553953

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

Shades of Purple Taupe #553953

Tints of Purple Taupe #553953

Color information

#553953 (or 0x553953) is unknown color: approx Purple Taupe. HEX triplet: 55, 39 and 53. RGB value is (85,57,83). Sum of RGB (Red+Green+Blue) = 85+57+83=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #553953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553953 is #AAC6AC. Grayscale: #444444. Windows color (decimal): -11191981 or 5454165. OLE color: 5454165.

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

Color convert

RGB855783-
CMYK00.330.020.67
HSL304.29º19.72%27.84%-
HSV(B)304.29º32.94%33.33%-
XYZ6.775.488.88-
YUV68.34136.28139.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 57 (22.66% from 255) = 25.33%
BLUE value IS 83 (32.81% from 255) = 36.89%
R=37.78%
G=25.33%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85578300.330.020.67304.2919.7227.84
Hex553953021243130141c
Octal1257112304121034602434
Binary1010101111001101001101000011010000111001100001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553953; }

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

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

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

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

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

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

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

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