#533C50

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

Shades of Purple Taupe #533C50

Tints of Purple Taupe #533C50

Color information

#533C50 (or 0x533C50) is unknown color: approx Purple Taupe. HEX triplet: 53, 3C and 50. RGB value is (83,60,80). Sum of RGB (Red+Green+Blue) = 83+60+80=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 83 - color contains mainly: red. Hex color #533C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C50 is #ACC3AF. Grayscale: #454545. Windows color (decimal): -11322288 or 5258323. OLE color: 5258323.

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

Color convert

RGB836080-
CMYK00.280.040.67
HSL307.83º16.08%28.04%-
HSV(B)307.83º27.71%32.55%-
XYZ6.635.658.33-
YUV69.16134.12137.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.22%
GREEN value IS 60 (23.83% from 255) = 26.91%
BLUE value IS 80 (31.64% from 255) = 35.87%
R=37.22%
G=26.91%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83608000.280.040.67307.8316.0828.04
Hex533C5001C443134101c
Octal1237412003441034642034
Binary1010011111100101000001110010010000111001101001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533C50; }

 p { color: rgb(83,60,80); }

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

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

 a { background-color: rgb(83,60,80); }

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

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

 span { border-color: rgb(83,60,80); }

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