#553651

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

Shades of Purple Taupe #553651

Tints of Purple Taupe #553651

Color information

#553651 (or 0x553651) is unknown color: approx Purple Taupe. HEX triplet: 55, 36 and 51. RGB value is (85,54,81). Sum of RGB (Red+Green+Blue) = 85+54+81=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #553651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553651 is #AAC9AE. Grayscale: #424242. Windows color (decimal): -11192751 or 5322325. OLE color: 5322325.

HSL color Cylindrical-coordinate representation of color #553651: hue angle of 307.74º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #553651 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB855481-
CMYK00.360.050.67
HSL307.74º22.3%27.25%-
HSV(B)307.74º36.47%33.33%-
XYZ6.555.168.44-
YUV66.35136.27141.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 54 (21.48% from 255) = 24.55%
BLUE value IS 81 (32.03% from 255) = 36.82%
R=38.64%
G=24.55%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85548100.360.050.67307.7422.327.25
Hex553651024543134161b
Octal1256612104451034642633
Binary10101011101101010001010010010110000111001101001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553651; }

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

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

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

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

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

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

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

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