#533551

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

Shades of Purple Taupe #533551

Tints of Purple Taupe #533551

Color information

#533551 (or 0x533551) is unknown color: approx Purple Taupe. HEX triplet: 53, 35 and 51. RGB value is (83,53,81). Sum of RGB (Red+Green+Blue) = 83+53+81=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #533551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533551 is #ACCAAE. Grayscale: #414141. Windows color (decimal): -11324079 or 5322067. OLE color: 5322067.

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

Color convert

RGB835381-
CMYK00.360.020.67
HSL304º22.06%26.67%-
HSV(B)304º36.14%32.55%-
XYZ6.334.988.41-
YUV65.16136.94140.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.25%
GREEN value IS 53 (21.09% from 255) = 24.42%
BLUE value IS 81 (32.03% from 255) = 37.33%
R=38.25%
G=24.42%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83538100.360.020.6730422.0626.67
Hex533551024243130161b
Octal1236512104421034602633
Binary1010011110101101000101001001010000111001100001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533551; }

 p { color: rgb(83,53,81); }

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

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

 a { background-color: rgb(83,53,81); }

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

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

 span { border-color: rgb(83,53,81); }

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