#553650

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

Shades of Purple Taupe #553650

Tints of Purple Taupe #553650

Color information

#553650 (or 0x553650) is unknown color: approx Purple Taupe. HEX triplet: 55, 36 and 50. RGB value is (85,54,80). Sum of RGB (Red+Green+Blue) = 85+54+80=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #553650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553650 is #AAC9AF. Grayscale: #424242. Windows color (decimal): -11192752 or 5256789. OLE color: 5256789.

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

Color convert

RGB855480-
CMYK00.360.060.67
HSL309.68º22.3%27.25%-
HSV(B)309.68º36.47%33.33%-
XYZ6.515.158.24-
YUV66.23135.77141.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 54 (21.48% from 255) = 24.66%
BLUE value IS 80 (31.64% from 255) = 36.53%
R=38.81%
G=24.66%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85548000.360.060.67309.6822.327.25
Hex553650024643136161b
Octal1256612004461034662633
Binary10101011101101010000010010011010000111001101101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553650; }

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

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

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

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

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

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

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

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