#553952

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

Shades of Purple Taupe #553952

Tints of Purple Taupe #553952

Color information

#553952 (or 0x553952) is unknown color: approx Purple Taupe. HEX triplet: 55, 39 and 52. RGB value is (85,57,82). Sum of RGB (Red+Green+Blue) = 85+57+82=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #553952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553952 is #AAC6AD. Grayscale: #444444. Windows color (decimal): -11191982 or 5388629. OLE color: 5388629.

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

Color convert

RGB855782-
CMYK00.330.040.67
HSL306.43º19.72%27.84%-
HSV(B)306.43º32.94%33.33%-
XYZ6.735.478.68-
YUV68.22135.78139.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 57 (22.66% from 255) = 25.45%
BLUE value IS 82 (32.42% from 255) = 36.61%
R=37.95%
G=25.45%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85578200.330.040.67306.4319.7227.84
Hex553952021443132141c
Octal1257112204141034622434
Binary10101011110011010010010000110010000111001100101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553952; }

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

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

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

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

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

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

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

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