#553951

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

Shades of Purple Taupe #553951

Tints of Purple Taupe #553951

Color information

#553951 (or 0x553951) is unknown color: approx Purple Taupe. HEX triplet: 55, 39 and 51. RGB value is (85,57,81). Sum of RGB (Red+Green+Blue) = 85+57+81=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #553951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553951 is #AAC6AE. Grayscale: #444444. Windows color (decimal): -11191983 or 5323093. OLE color: 5323093.

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

Color convert

RGB855781-
CMYK00.330.050.67
HSL308.57º19.72%27.84%-
HSV(B)308.57º32.94%33.33%-
XYZ6.695.458.48-
YUV68.11135.28140.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 57 (22.66% from 255) = 25.56%
BLUE value IS 81 (32.03% from 255) = 36.32%
R=38.12%
G=25.56%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85578100.330.050.67308.5719.7227.84
Hex553951021543135141c
Octal1257112104151034652434
Binary10101011110011010001010000110110000111001101011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553951; }

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

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

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

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

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

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

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

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