#534550

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

Shades of Purple Taupe #534550

Tints of Purple Taupe #534550

Color information

#534550 (or 0x534550) is unknown color: approx Purple Taupe. HEX triplet: 53, 45 and 50. RGB value is (83,69,80). Sum of RGB (Red+Green+Blue) = 83+69+80=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 83 - color contains mainly: red. Hex color #534550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534550 is #ACBAAF. Grayscale: #4A4A4A. Windows color (decimal): -11319984 or 5260627. OLE color: 5260627.

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

Color convert

RGB836980-
CMYK00.170.040.67
HSL312.86º9.21%29.8%-
HSV(B)312.86º16.87%32.55%-
XYZ7.146.678.5-
YUV74.44131.14134.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 69 (27.34% from 255) = 29.74%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=35.78%
G=29.74%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83698000.170.040.67312.869.2129.8
Hex53455001144313991e
Octal12310512002141034711136
Binary1010011100010110100000100011001000011100111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534550; }

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

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

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

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

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

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

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

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