#533650

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

Shades of Purple Taupe #533650

Tints of Purple Taupe #533650

Color information

#533650 (or 0x533650) is unknown color: approx Purple Taupe. HEX triplet: 53, 36 and 50. RGB value is (83,54,80). Sum of RGB (Red+Green+Blue) = 83+54+80=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #533650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533650 is #ACC9AF. Grayscale: #414141. Windows color (decimal): -11323824 or 5256787. OLE color: 5256787.

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

Color convert

RGB835480-
CMYK00.350.040.67
HSL306.21º21.17%26.86%-
HSV(B)306.21º34.94%32.55%-
XYZ6.335.068.23-
YUV65.64136.11140.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.25%
GREEN value IS 54 (21.48% from 255) = 24.88%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=38.25%
G=24.88%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83548000.350.040.67306.2121.1726.86
Hex533650023443132151b
Octal1236612004341034622533
Binary10100111101101010000010001110010000111001100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533650; }

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

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

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

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

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

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

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

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