#533750

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

Shades of Purple Taupe #533750

Tints of Purple Taupe #533750

Color information

#533750 (or 0x533750) is unknown color: approx Purple Taupe. HEX triplet: 53, 37 and 50. RGB value is (83,55,80). Sum of RGB (Red+Green+Blue) = 83+55+80=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #533750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533750 is #ACC8AF. Grayscale: #424242. Windows color (decimal): -11323568 or 5257043. OLE color: 5257043.

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

Color convert

RGB835580-
CMYK00.340.040.67
HSL306.43º20.29%27.06%-
HSV(B)306.43º33.73%32.55%-
XYZ6.385.158.25-
YUV66.22135.78139.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 55 (21.88% from 255) = 25.23%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=38.07%
G=25.23%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83558000.340.040.67306.4320.2927.06
Hex533750022443132141b
Octal1236712004241034622433
Binary10100111101111010000010001010010000111001100101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533750; }

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

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

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

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

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

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

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

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