#554552

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

Shades of Purple Taupe #554552

Tints of Purple Taupe #554552

Color information

#554552 (or 0x554552) is unknown color: approx Purple Taupe. HEX triplet: 55, 45 and 52. RGB value is (85,69,82). Sum of RGB (Red+Green+Blue) = 85+69+82=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 85 - color contains mainly: red. Hex color #554552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554552 is #AABAAD. Grayscale: #4B4B4B. Windows color (decimal): -11188910 or 5391701. OLE color: 5391701.

HSL color Cylindrical-coordinate representation of color #554552: hue angle of 311.25º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #554552 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB856982-
CMYK00.190.040.67
HSL311.25º10.39%30.2%-
HSV(B)311.25º18.82%33.33%-
XYZ7.46.88.9-
YUV75.27131.8134.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 82 (32.42% from 255) = 34.75%
R=36.02%
G=29.24%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85698200.190.040.67311.2510.3930.2
Hex554552013443137a1e
Octal12510512202341034671236
Binary1010101100010110100100100111001000011100110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554552; }

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

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

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

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

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

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

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

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